blob: f7f9db355d9818751d05e67d162b8251a4a03a9a [file] [log] [blame]
Lubomir Rintel1cd99ab2015-10-11 21:37:17 +02001/dts-v1/;
Eric Anholt4b8c3902015-12-16 15:55:12 -08002#include "bcm2835.dtsi"
Lubomir Rintel1cd99ab2015-10-11 21:37:17 +02003#include "bcm2835-rpi.dtsi"
Stefan Wahren00a33ec2016-08-21 15:10:00 +00004#include "bcm283x-rpi-usb-host.dtsi"
Lubomir Rintel1cd99ab2015-10-11 21:37:17 +02005
6/ {
7 compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
8 model = "Raspberry Pi Model A+";
9
10 leds {
11 act {
12 gpios = <&gpio 47 0>;
13 };
14
15 pwr {
16 label = "PWR";
17 gpios = <&gpio 35 0>;
18 default-state = "keep";
19 linux,default-trigger = "default-on";
20 };
21 };
22};
23
24&gpio {
25 pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>;
26
27 /* I2S interface */
28 i2s_alt0: i2s_alt0 {
29 brcm,pins = <18 19 20 21>;
30 brcm,function = <BCM2835_FSEL_ALT0>;
31 };
32};
Eric Anholt49ac67e2015-03-02 14:36:16 -080033
34&hdmi {
35 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
36};