Commit 3b18d859 authored by Simon Horman's avatar Simon Horman

ARM: dts: gose: Add GPIO leds to DT

Instantiate the GPIO leds in the gose device tree.

Based on similar work for the koelsch board by Magnus Damm.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Tested-by: default avatarMagnus Damm <damm+renesas@opensource.se>
parent d7d5974b
......@@ -113,6 +113,22 @@ key-g {
debounce-interval = <20>;
};
};
leds {
compatible = "gpio-leds";
led6 {
gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
label = "LED6";
};
led7 {
gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
label = "LED7";
};
led8 {
gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
label = "LED8";
};
};
};
&extal_clk {
......
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