Commit ee7657b0 authored by Raashid Muhammed's avatar Raashid Muhammed Committed by Alexandre Belloni

ARM: dts: at91: sam9_l9260: Modify information in LED nodes.

Add power led node and rename status led node.
Signed-off-by: default avatarRaashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: default avatarVijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent ba5c30ac
......@@ -106,11 +106,16 @@ i2c@0 {
leds {
compatible = "gpio-leds";
b0 {
label = "b0";
gpios = <&pioA 6 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
pwr_led {
label = "sam9-l9260:yellow:pwr";
gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu0";
};
status_led {
label = "sam9-l9260:green:status";
gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "timer";
};
};
};
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