Merge remote-tracking branch 'mmc-uh/next'
[deliverable/linux.git] / arch / arm / boot / dts / bcm2835-rpi-a-plus.dts
CommitLineData
1cd99abb 1/dts-v1/;
4b8c3907 2#include "bcm2835.dtsi"
1cd99abb 3#include "bcm2835-rpi.dtsi"
00a33ec4 4#include "bcm283x-rpi-usb-host.dtsi"
1cd99abb
LR
5
6/ {
7 compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
8 model = "Raspberry Pi Model A+";
9
10 leds {
11 act {
12 gpios = <&gpio 47 0>;
13 };
14
15 pwr {
16 label = "PWR";
17 gpios = <&gpio 35 0>;
18 default-state = "keep";
19 linux,default-trigger = "default-on";
20 };
21 };
22};
23
24&gpio {
25 pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>;
26
27 /* I2S interface */
28 i2s_alt0: i2s_alt0 {
29 brcm,pins = <18 19 20 21>;
30 brcm,function = <BCM2835_FSEL_ALT0>;
31 };
32};
49ac67e0
EA
33
34&hdmi {
35 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
36};
This page took 0.067976 seconds and 5 git commands to generate.