Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
[deliverable/linux.git] / arch / arm / boot / dts / bcm2835-rpi-b-rev2.dts
1 /dts-v1/;
2 #include "bcm2835.dtsi"
3 #include "bcm2835-rpi.dtsi"
4 #include "bcm283x-rpi-smsc9512.dtsi"
5
6 / {
7 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
8 model = "Raspberry Pi Model B rev2";
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 };
26
27 &hdmi {
28 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
29 };
This page took 0.038607 seconds and 5 git commands to generate.