提交 96899219 编写于 作者: P Philippe Reynes 提交者: Tom Rini

dt: bcm968580xref: enable led controller

Enable the led controller in the device tree
of the board bcm968580xref.
Signed-off-by: NPhilippe Reynes <philippe.reynes@softathome.com>
上级 75265824
......@@ -76,3 +76,51 @@
brcm,nand-oob-sector-size = <16>;
};
};
&leds {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
brcm,serial-led-en-pol;
brcm,serial-led-data-ppol;
led@2 {
reg = <2>;
label = "green:inet";
};
led@5 {
reg = <5>;
label = "red:alarm";
};
led@8 {
reg = <8>;
label = "green:wlan_link";
};
led@11 {
reg = <11>;
label = "green:fxs1";
};
led@14 {
reg = <14>;
label = "green:fxs2";
};
led@15 {
reg = <15>;
label = "green:usb0";
};
led@16 {
reg = <16>;
label = "green:usb1";
};
led@17 {
reg = <17>;
label = "green:wps";
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册