Merge remote-tracking branch 'h8300/h8300-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"
00a33ec4 5#include "bcm283x-rpi-usb-host.dtsi"
ba2a1d69
MK
6
7/ {
8 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
9 model = "Raspberry Pi Model B+";
10
11 leds {
12 act {
13 gpios = <&gpio 47 0>;
14 };
15
16 pwr {
17 label = "PWR";
18 gpios = <&gpio 35 0>;
19 default-state = "keep";
20 linux,default-trigger = "default-on";
21 };
22 };
23};
24
25&gpio {
26 pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>;
27
28 /* I2S interface */
29 i2s_alt0: i2s_alt0 {
30 brcm,pins = <18 19 20 21>;
12091112 31 brcm,function = <BCM2835_FSEL_ALT0>;
ba2a1d69
MK
32 };
33};
49ac67e0
EA
34
35&hdmi {
36 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
37};
This page took 0.099284 seconds and 5 git commands to generate.