1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2836-rpi.dtsi"
5 #include "bcm283x-rpi-smsc9514.dtsi"
6 #include "bcm283x-rpi-usb-host.dtsi"
9 compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
10 model = "Raspberry Pi 3 Model B";
13 /* 8250 auxiliary UART instead of pl011 */
14 stdout-path = "serial1:115200n8";
23 gpios = <&expgpio 2 GPIO_ACTIVE_HIGH>;
27 wifi_pwrseq: wifi-pwrseq {
28 compatible = "mmc-pwrseq-simple";
29 reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
35 compatible = "raspberrypi,firmware-gpio";
38 gpio-line-names = "BT_ON",
52 * Taken from rpi_SCH_3b_1p2_reduced.pdf and
53 * the official GPU firmware DT blob.
56 * "NC" = not connected (no rail from the SoC)
57 * "FOO" = GPIO line named "FOO" on the schematic
58 * "FOO_N" = GPIO line named "FOO" on schematic, active low
60 gpio-line-names = "ID_SDA",
91 /* Used by BT module */
111 /* Used by SD Card */
121 pinctrl-names = "default";
122 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
127 hpd-gpios = <&expgpio 4 GPIO_ACTIVE_LOW>;
130 /* uart0 communicates with the BT module */
132 pinctrl-names = "default";
133 pinctrl-0 = <&uart0_gpio32 &gpclk2_gpio43>;
137 compatible = "brcm,bcm43438-bt";
138 max-speed = <2000000>;
139 shutdown-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
143 /* uart1 is mapped to the pin header */
145 pinctrl-names = "default";
146 pinctrl-0 = <&uart1_gpio14>;
150 /* SDHCI is used to control the SDIO for wireless */
152 #address-cells = <1>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&emmc_gpio34>;
159 mmc-pwrseq = <&wifi_pwrseq>;
163 compatible = "brcm,bcm4329-fmac";
167 /* SDHOST is used to drive the SD card */
169 pinctrl-names = "default";
170 pinctrl-0 = <&sdhost_gpio48>;