Home | History | Annotate | Download | only in dts
      1 /dts-v1/;
      2 #include "bcm2835.dtsi"
      3 #include "bcm2835-rpi.dtsi"
      4 #include "bcm283x-rpi-smsc9512.dtsi"
      5 #include "bcm283x-rpi-usb-host.dtsi"
      6 
      7 / {
      8 	compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
      9 	model = "Raspberry Pi Zero W";
     10 
     11 	leds {
     12 		act {
     13 			gpios = <&gpio 47 0>;
     14 		};
     15 	};
     16 };
     17 
     18 &uart1 {
     19     pinctrl-names = "default";
     20     pinctrl-0 = <&uart1_gpio14>;
     21     status = "okay";
     22 };
     23 
     24 &hdmi {
     25 	hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
     26 };
     27