blob: 0371bb7374b88c63db7acc17300f07d4a96996b2 [file] [log] [blame]
Simon Arlottec9653b2012-05-26 01:04:43 -06001/dts-v1/;
Eric Anholt4b8c3902015-12-16 15:55:12 -08002#include "bcm2835.dtsi"
Stefan Wahren12091112015-01-29 18:10:50 +00003#include "bcm2835-rpi.dtsi"
Lubomir Rintel6a937922016-05-02 09:06:51 +02004#include "bcm283x-rpi-smsc9512.dtsi"
Simon Arlottec9653b2012-05-26 01:04:43 -06005
6/ {
7 compatible = "raspberrypi,model-b", "brcm,bcm2835";
8 model = "Raspberry Pi Model B";
9
Daniel Mack805b4db2013-04-28 22:49:52 +020010 leds {
Daniel Mack805b4db2013-04-28 22:49:52 +020011 act {
Daniel Mack805b4db2013-04-28 22:49:52 +020012 gpios = <&gpio 16 1>;
Daniel Mack805b4db2013-04-28 22:49:52 +020013 };
14 };
Simon Arlottec9653b2012-05-26 01:04:43 -060015};
Stephen Warren805504a2012-09-27 21:54:21 -060016
17&gpio {
Lubomir Rintel645dccb2015-10-11 21:37:15 +020018 pinctrl-0 = <&gpioout &alt0 &alt3>;
Stephen Warren805504a2012-09-27 21:54:21 -060019};
Eric Anholt49ac67e2015-03-02 14:36:16 -080020
21&hdmi {
22 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
23};