ARM: bcm2835: dt: Add header file for pinctrl constants
[deliverable/linux.git] / arch / arm / boot / dts / bcm2835-rpi-b.dts
CommitLineData
ec9653b8 1/dts-v1/;
ba2a1d69 2/include/ "bcm2835-rpi.dtsi"
ec9653b8
SA
3
4/ {
5 compatible = "raspberrypi,model-b", "brcm,bcm2835";
6 model = "Raspberry Pi Model B";
7
805b4db8 8 leds {
805b4db8 9 act {
805b4db8 10 gpios = <&gpio 16 1>;
805b4db8
DM
11 };
12 };
ec9653b8 13};
805504ab
SW
14
15&gpio {
ba2a1d69 16 pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>;
667bbd53
MB
17
18 /* I2S interface */
ba2a1d69 19 i2s_alt2: i2s_alt2 {
667bbd53
MB
20 brcm,pins = <28 29 30 31>;
21 brcm,function = <6>; /* alt2 */
22 };
805504ab 23};
This page took 0.156276 seconds and 5 git commands to generate.