提交 ee7657b0 编写于 作者: R Raashid Muhammed 提交者: Alexandre Belloni

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

Add power led node and rename status led node.
Signed-off-by: NRaashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: NVijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 ba5c30ac
......@@ -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";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册