]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/bcm2835-rpi-b.dts
Merge remote-tracking branch 'y2038/y2038'
[karo-tx-linux.git] / arch / arm / boot / dts / bcm2835-rpi-b.dts
1 /dts-v1/;
2 #include "bcm2835-rpi.dtsi"
3
4 / {
5         compatible = "raspberrypi,model-b", "brcm,bcm2835";
6         model = "Raspberry Pi Model B";
7
8         leds {
9                 act {
10                         gpios = <&gpio 16 1>;
11                 };
12         };
13 };
14
15 &gpio {
16         pinctrl-0 = <&gpioout &alt0 &alt3>;
17 };