blob: bafa46fc226a60d0c77ba6a90c2755a75c060348 [file] [log] [blame]
Simon Arlottec9653b2012-05-26 01:04:43 -06001/dts-v1/;
Matthias Kleinba2a1d62014-11-20 10:52:45 +00002/include/ "bcm2835-rpi.dtsi"
Simon Arlottec9653b2012-05-26 01:04:43 -06003
4/ {
5 compatible = "raspberrypi,model-b", "brcm,bcm2835";
6 model = "Raspberry Pi Model B";
7
Daniel Mack805b4db2013-04-28 22:49:52 +02008 leds {
Daniel Mack805b4db2013-04-28 22:49:52 +02009 act {
Daniel Mack805b4db2013-04-28 22:49:52 +020010 gpios = <&gpio 16 1>;
Daniel Mack805b4db2013-04-28 22:49:52 +020011 };
12 };
Simon Arlottec9653b2012-05-26 01:04:43 -060013};
Stephen Warren805504a2012-09-27 21:54:21 -060014
15&gpio {
Matthias Kleinba2a1d62014-11-20 10:52:45 +000016 pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>;
Mark Brown667bbd52014-09-16 19:51:36 -060017
18 /* I2S interface */
Matthias Kleinba2a1d62014-11-20 10:52:45 +000019 i2s_alt2: i2s_alt2 {
Mark Brown667bbd52014-09-16 19:51:36 -060020 brcm,pins = <28 29 30 31>;
21 brcm,function = <6>; /* alt2 */
22 };
Stephen Warren805504a2012-09-27 21:54:21 -060023};