1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2835.dtsi"
4 #include "bcm2835-rpi.dtsi"
5 #include "bcm283x-rpi-usb-host.dtsi"
8 compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
9 model = "Raspberry Pi Model A+";
12 device_type = "memory";
18 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
23 gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
24 default-state = "keep";
25 linux,default-trigger = "default-on";
32 * This is based on the unreleased schematic for the Model A+.
35 * "NC" = not connected (no rail from the SoC)
36 * "FOO" = GPIO line named "FOO" on the schematic
37 * "FOO_N" = GPIO line named "FOO" on schematic, active low
39 gpio-line-names = "ID_SDA",
72 "CAM_GPIO1", /* GPIO32 */
75 "PWR_LOW_N", /* GPIO35 */
78 "USB_LIMIT", /* GPIO38 */
80 "PWM0_OUT", /* GPIO40 */
81 "CAM_GPIO0", /* GPIO41 */
85 "PWM1_OUT", /* GPIO45 */
96 pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
100 brcm,pins = <18 19 20 21>;
101 brcm,function = <BCM2835_FSEL_ALT0>;
106 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
107 power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
118 pinctrl-names = "default";
119 pinctrl-0 = <&sdhost_gpio48>;
125 pinctrl-names = "default";
126 pinctrl-0 = <&uart0_gpio14>;