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>;
35 compatible = "raspberrypi,firmware-gpio";
52 * This is mostly based on the official GPU firmware DT blob.
55 * "NC" = not connected (no rail from the SoC)
56 * "FOO" = GPIO line named "FOO" on the schematic
57 * "FOO_N" = GPIO line named "FOO" on schematic, active low
59 gpio-line-names = "ID_SDA",
90 /* Used by BT module */
110 /* Used by SD Card */
120 hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
121 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
126 pinctrl-names = "default";
127 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio41>;
132 * SDHCI is used to control the SDIO for wireless
134 * WL_REG_ON and BT_REG_ON of the CYW43455 Wifi/BT module are driven
135 * by a single GPIO. We can't give GPIO control to one of the drivers,
136 * otherwise the other part would get unexpectedly disturbed.
139 #address-cells = <1>;
141 pinctrl-names = "default";
142 pinctrl-0 = <&emmc_gpio34>;
149 compatible = "brcm,bcm4329-fmac";
153 /* SDHOST is used to drive the SD card */
155 pinctrl-names = "default";
156 pinctrl-0 = <&sdhost_gpio48>;
161 /* uart0 communicates with the BT module */
163 pinctrl-names = "default";
164 pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32 &gpclk2_gpio43>;
168 compatible = "brcm,bcm43438-bt";
169 max-speed = <2000000>;
173 /* uart1 is mapped to the pin header */
175 pinctrl-names = "default";
176 pinctrl-0 = <&uart1_gpio14>;