Merge remote-tracking branch 'iommu/next'
[deliverable/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 #include "bcm283x-rpi-usb-host.dtsi"
6
7 / {
8 compatible = "raspberrypi,model-b", "brcm,bcm2835";
9 model = "Raspberry Pi Model B";
10
11 leds {
12 act {
13 gpios = <&gpio 16 1>;
14 };
15 };
16 };
17
18 &gpio {
19 pinctrl-0 = <&gpioout &alt0 &alt3>;
20 };
21
22 &hdmi {
23 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
24 };
This page took 0.034359 seconds and 5 git commands to generate.