Commit f8aa6867 authored by Ezra Savard's avatar Ezra Savard Committed by Michal Simek

ARM: zynq: DT: Add LEDs to zc702 DT

Adds LEDs to the zc702 devicetree for use with the leds-gpio driver.
Signed-off-by: default avatarEzra Savard <ezra.savard@xilinx.com>
Reviewed-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7d1311b9
......@@ -27,6 +27,15 @@ chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
};
leds {
compatible = "gpio-leds";
ds23 {
label = "ds23";
gpios = <&gpio0 10 0>;
linux,default-trigger = "heartbeat";
};
};
};
&can0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment