mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
arch: arm: dts: bcm96753ref: enable led support
Enable the led in the device tree of the refboard bcm96753ref. It also defines two leds (led_red ad led_green). Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
parent
66425ca694
commit
3bf5e4343c
1 changed files with 18 additions and 0 deletions
|
@ -78,3 +78,21 @@
|
|||
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@0 {
|
||||
reg = <0>;
|
||||
label = "led_red";
|
||||
};
|
||||
|
||||
led@1 {
|
||||
reg = <1>;
|
||||
label = "led_green";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue