1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2836-rpi.dtsi"
5 #include "bcm283x-rpi-usb-host.dtsi"
8 compatible = "raspberrypi,3-model-a-plus", "brcm,bcm2837";
9 model = "Raspberry Pi 3 Model A+";
12 /* 8250 auxiliary UART instead of pl011 */
13 stdout-path = "serial1:115200n8";
22 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
27 gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
34 compatible = "raspberrypi,firmware-gpio";
51 * This is mostly based on the official GPU firmware DT blob.
54 * "NC" = not connected (no rail from the SoC)
55 * "FOO" = GPIO line named "FOO" on the schematic
56 * "FOO_N" = GPIO line named "FOO" on schematic, active low
58 gpio-line-names = "ID_SDA",
89 /* Used by BT module */
109 /* Used by SD Card */
119 hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
129 * SDHCI is used to control the SDIO for wireless
131 * WL_REG_ON and BT_REG_ON of the CYW43455 Wifi/BT module are driven
132 * by a single GPIO. We can't give GPIO control to one of the drivers,
133 * otherwise the other part would get unexpectedly disturbed.
136 #address-cells = <1>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&emmc_gpio34>;
146 compatible = "brcm,bcm4329-fmac";
150 /* SDHOST is used to drive the SD card */
152 pinctrl-names = "default";
153 pinctrl-0 = <&sdhost_gpio48>;
158 /* uart0 communicates with the BT module */
160 pinctrl-names = "default";
161 pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32 &gpclk2_gpio43>;
165 compatible = "brcm,bcm43438-bt";
166 max-speed = <2000000>;
170 /* uart1 is mapped to the pin header */
172 pinctrl-names = "default";
173 pinctrl-0 = <&uart1_gpio14>;