Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / arch / arm / boot / dts / bcm2835-rpi-b.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", "brcm,bcm2835";
8         model = "Raspberry Pi Model B";
9
10         leds {
11                 act {
12                         gpios = <&gpio 16 1>;
13                 };
14         };
15 };
16
17 &gpio {
18         pinctrl-0 = <&gpioout &alt0 &alt3>;
19 };
20
21 &hdmi {
22         hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
23 };