summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/EASY80920.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/EASY80920.dtsi')
-rw-r--r--target/linux/lantiq/dts/EASY80920.dtsi12
1 files changed, 9 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi
index a9293af377..bdd759687a 100644
--- a/target/linux/lantiq/dts/EASY80920.dtsi
+++ b/target/linux/lantiq/dts/EASY80920.dtsi
@@ -3,6 +3,12 @@
/ {
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ power = &power;
+ usb = &usb1;
+ usb2 = &usb2;
+ };
};
memory@0 {
@@ -293,7 +299,7 @@
gpio-leds {
compatible = "gpio-leds";
- power {
+ power: power {
label = "power";
gpios = <&stp 9 0>;
default-state = "on";
@@ -314,11 +320,11 @@
label = "fxo";
gpios = <&stp 19 0>;
};
- usb1 {
+ usb1: usb1 {
label = "usb1";
gpios = <&stp 18 0>;
};
- usb2 {
+ usb2: usb2 {
label = "usb2";
gpios = <&stp 15 0>;
};