Merge branch 'omap-for-v4.8/legacy' into for-next
[deliverable/linux.git] / arch / arm / boot / dts / bcm2835-rpi-b-plus.dts
CommitLineData
ba2a1d69 1/dts-v1/;
4b8c3907 2#include "bcm2835.dtsi"
12091112 3#include "bcm2835-rpi.dtsi"
6a937927 4#include "bcm283x-rpi-smsc9514.dtsi"
ba2a1d69
MK
5
6/ {
7 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
8 model = "Raspberry Pi Model B+";
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>;
12091112 30 brcm,function = <BCM2835_FSEL_ALT0>;
ba2a1d69
MK
31 };
32};
49ac67e0
EA
33
34&hdmi {
35 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
36};
This page took 0.1059 seconds and 5 git commands to generate.