Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/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 };
This page took 0.044336 seconds and 5 git commands to generate.