1
0
Fork 0

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

Add power led node and rename status led node.

Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
hifive-unleashed-5.1
Raashid Muhammed 2016-06-24 19:01:09 +05:30 committed by Alexandre Belloni
parent ba5c30ac21
commit ee7657b030
1 changed files with 9 additions and 4 deletions

View File

@ -106,11 +106,16 @@
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";
};
};
};