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";
17 device_type = "memory";
23 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
28 gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
29 default-state = "keep";
30 linux,default-trigger = "default-on";
37 compatible = "raspberrypi,firmware-gpio";
54 * This is mostly based on the official GPU firmware DT blob.
57 * "NC" = not connected (no rail from the SoC)
58 * "FOO" = GPIO line named "FOO" on the schematic
59 * "FOO_N" = GPIO line named "FOO" on schematic, active low
61 gpio-line-names = "ID_SDA",
92 /* Used by BT module */
112 /* Used by SD Card */
122 hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
123 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
128 pinctrl-names = "default";
129 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
134 * SDHCI is used to control the SDIO for wireless
136 * WL_REG_ON and BT_REG_ON of the CYW43455 Wifi/BT module are driven
137 * by a single GPIO. We can't give GPIO control to one of the drivers,
138 * otherwise the other part would get unexpectedly disturbed.
141 #address-cells = <1>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&emmc_gpio34>;
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>;
175 /* uart1 is mapped to the pin header */
177 pinctrl-names = "default";
178 pinctrl-0 = <&uart1_gpio14>;