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";
18 device_type = "memory";
24 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
29 gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
33 wifi_pwrseq: wifi-pwrseq {
34 compatible = "mmc-pwrseq-simple";
35 reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
41 compatible = "raspberrypi,firmware-gpio";
44 gpio-line-names = "BT_ON",
58 * Taken from rpi_SCH_3bplus_1p0_reduced.pdf and
59 * the official GPU firmware DT blob.
62 * "NC" = not connected (no rail from the SoC)
63 * "FOO" = GPIO line named "FOO" on the schematic
64 * "FOO_N" = GPIO line named "FOO" on schematic, active low
66 gpio-line-names = "ID_SDA",
97 /* Used by BT module */
117 /* Used by SD Card */
127 hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
128 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
133 pinctrl-names = "default";
134 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
138 /* SDHCI is used to control the SDIO for wireless */
140 #address-cells = <1>;
142 pinctrl-names = "default";
143 pinctrl-0 = <&emmc_gpio34>;
147 mmc-pwrseq = <&wifi_pwrseq>;
151 compatible = "brcm,bcm4329-fmac";
155 /* SDHOST is used to drive the SD card */
157 pinctrl-names = "default";
158 pinctrl-0 = <&sdhost_gpio48>;
163 /* uart0 communicates with the BT module */
165 pinctrl-names = "default";
166 pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32 &gpclk2_gpio43>;
170 compatible = "brcm,bcm43438-bt";
171 max-speed = <2000000>;
172 shutdown-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
176 /* uart1 is mapped to the pin header */
178 pinctrl-names = "default";
179 pinctrl-0 = <&uart1_gpio14>;