blob: 8be102f5d826c852d1229a0ba60c1473201bc35a [file] [log] [blame]
Lubomir Rintel7a1298e2016-01-25 21:40:06 +01001/dts-v1/;
2#include "bcm2835.dtsi"
3#include "bcm2835-rpi.dtsi"
Stefan Wahren00a33ec2016-08-21 15:10:00 +00004#include "bcm283x-rpi-usb-host.dtsi"
Lubomir Rintel7a1298e2016-01-25 21:40:06 +01005
6/ {
7 compatible = "raspberrypi,model-a", "brcm,bcm2835";
8 model = "Raspberry Pi Model A";
9
10 leds {
11 act {
12 gpios = <&gpio 16 1>;
13 };
14 };
15};
16
17&gpio {
18 pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>;
19
20 /* I2S interface */
21 i2s_alt2: i2s_alt2 {
22 brcm,pins = <28 29 30 31>;
23 brcm,function = <BCM2835_FSEL_ALT2>;
24 };
25};
Eric Anholt49ac67e2015-03-02 14:36:16 -080026
27&hdmi {
28 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
29};