From: Ezra Savard <[email protected]> Adds LEDs to the zc702 devicetree for use with the leds-gpio driver.
Signed-off-by: Ezra Savard <[email protected]> Reviewed-by: Soren Brinkmann <[email protected]> --- arch/arm/boot/dts/zynq-zc702.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index 835c3089c61c..4e9fe26b3e85 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -27,6 +27,16 @@ bootargs = "console=ttyPS0,115200 earlyprintk"; }; + gpio-leds { + compatible = "gpio-leds"; + + led-ds23 { + label = "ds23"; + gpios = <&gpio0 10 0>; + linux,default-trigger = "heartbeat"; + }; + }; + }; &can0 { -- 2.1.0.1.g27b9230 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
