blob: 668442b1bda581a49c9f757d0eb2d7019aff1971 [file] [log] [blame]
Matthias Kleinba2a1d62014-11-20 10:52:45 +00001/dts-v1/;
Stefan Wahren12091112015-01-29 18:10:50 +00002#include "bcm2835-rpi.dtsi"
Matthias Kleinba2a1d62014-11-20 10:52:45 +00003
4/ {
5 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
6 model = "Raspberry Pi Model B+";
7
8 leds {
9 act {
10 gpios = <&gpio 47 0>;
11 };
12
13 pwr {
14 label = "PWR";
15 gpios = <&gpio 35 0>;
16 default-state = "keep";
17 linux,default-trigger = "default-on";
18 };
19 };
20};
21
22&gpio {
23 pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>;
24
25 /* I2S interface */
26 i2s_alt0: i2s_alt0 {
27 brcm,pins = <18 19 20 21>;
Stefan Wahren12091112015-01-29 18:10:50 +000028 brcm,function = <BCM2835_FSEL_ALT0>;
Matthias Kleinba2a1d62014-11-20 10:52:45 +000029 };
30};