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+";
13 gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
18 gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
19 default-state = "keep";
20 linux,default-trigger = "default-on";
27 * This is based on the unreleased schematic for the Model A+.
30 * "NC" = not connected (no rail from the SoC)
31 * "FOO" = GPIO line named "FOO" on the schematic
32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
34 gpio-line-names = "SDA0",
67 "CAM_GPIO1", /* GPIO32 */
70 "PWR_LOW_N", /* GPIO35 */
73 "USB_LIMIT", /* GPIO38 */
75 "PWM0_OUT", /* GPIO40 */
76 "CAM_GPIO0", /* GPIO41 */
80 "PWM1_OUT", /* GPIO45 */
91 pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
95 brcm,pins = <18 19 20 21>;
96 brcm,function = <BCM2835_FSEL_ALT0>;
101 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
105 pinctrl-names = "default";
106 pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45>;
111 pinctrl-names = "default";
112 pinctrl-0 = <&uart0_gpio14>;