1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2835-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",
51 pinctrl-names = "default";
52 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
57 hpd-gpios = <&expgpio 4 GPIO_ACTIVE_LOW>;
60 /* uart0 communicates with the BT module */
62 pinctrl-names = "default";
63 pinctrl-0 = <&uart0_gpio32 &gpclk2_gpio43>;
67 compatible = "brcm,bcm43438-bt";
68 max-speed = <2000000>;
69 shutdown-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
73 /* uart1 is mapped to the pin header */
75 pinctrl-names = "default";
76 pinctrl-0 = <&uart1_gpio14>;
80 /* SDHCI is used to control the SDIO for wireless */
84 pinctrl-names = "default";
85 pinctrl-0 = <&emmc_gpio34>;
89 mmc-pwrseq = <&wifi_pwrseq>;
93 compatible = "brcm,bcm4329-fmac";
97 /* SDHOST is used to drive the SD card */
99 pinctrl-names = "default";
100 pinctrl-0 = <&sdhost_gpio48>;