1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2836-rpi.dtsi"
5 #include "bcm283x-rpi-lan7515.dtsi"
6 #include "bcm283x-rpi-usb-host.dtsi"
9 compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837";
10 model = "Raspberry Pi 3 Model B+";
13 /* 8250 auxiliary UART instead of pl011 */
14 stdout-path = "serial1:115200n8";
23 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
28 gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
32 wifi_pwrseq: wifi-pwrseq {
33 compatible = "mmc-pwrseq-simple";
34 reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
40 compatible = "raspberrypi,firmware-gpio";
43 gpio-line-names = "BT_ON",
57 * Taken from rpi_SCH_3bplus_1p0_reduced.pdf and
58 * the official GPU firmware DT blob.
61 * "NC" = not connected (no rail from the SoC)
62 * "FOO" = GPIO line named "FOO" on the schematic
63 * "FOO_N" = GPIO line named "FOO" on schematic, active low
65 gpio-line-names = "ID_SDA",
96 /* Used by BT module */
116 /* Used by SD Card */
126 hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
130 pinctrl-names = "default";
131 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
135 /* SDHCI is used to control the SDIO for wireless */
137 #address-cells = <1>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&emmc_gpio34>;
144 mmc-pwrseq = <&wifi_pwrseq>;
148 compatible = "brcm,bcm4329-fmac";
152 /* SDHOST is used to drive the SD card */
154 pinctrl-names = "default";
155 pinctrl-0 = <&sdhost_gpio48>;
160 /* uart0 communicates with the BT module */
162 pinctrl-names = "default";
163 pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32 &gpclk2_gpio43>;
167 compatible = "brcm,bcm43438-bt";
168 max-speed = <2000000>;
169 shutdown-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
173 /* uart1 is mapped to the pin header */
175 pinctrl-names = "default";
176 pinctrl-0 = <&uart1_gpio14>;