Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: zynq: Add LEDs to the Zybo Z7 board

Add an LED node, connected to the Processing System (PS)

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Luis Araneda and committed by
Michal Simek
a2b7baf4 edd62b9a

+9
+9
arch/arm/boot/dts/zynq-zybo-z7.dts
··· 22 22 stdout-path = "serial0:115200n8"; 23 23 }; 24 24 25 + gpio-leds { 26 + compatible = "gpio-leds"; 27 + 28 + ld4 { 29 + label = "zynq-zybo-z7:green:ld4"; 30 + gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; 31 + }; 32 + }; 33 + 25 34 usb_phy0: phy0 { 26 35 #phy-cells = <0>; 27 36 compatible = "usb-nop-xceiv";