summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/lantiq/dts/P2812HNUF1.dts18
-rw-r--r--target/linux/lantiq/dts/P2812HNUFX.dtsi10
2 files changed, 18 insertions, 10 deletions
diff --git a/target/linux/lantiq/dts/P2812HNUF1.dts b/target/linux/lantiq/dts/P2812HNUF1.dts
index 4dcaf27dab..317499bbdc 100644
--- a/target/linux/lantiq/dts/P2812HNUF1.dts
+++ b/target/linux/lantiq/dts/P2812HNUF1.dts
@@ -5,6 +5,13 @@
/ {
model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
+ chosen {
+ leds {
+ usb = &usb1;
+ usb2 = &usb2;
+ };
+ };
+
fpi@10000000 {
localbus@0 {
nand-parts@0 {
@@ -42,4 +49,15 @@
compatible = "ralink,eeprom";
ralink,eeprom = "RT3062.eeprom";
};
+
+ gpio-leds {
+ usb1: usb1 {
+ label = "p2812hnuf1:green:usb1";
+ gpios = <&gpio 38 1>;
+ };
+ usb2: usb2 {
+ label = "p2812hnuf1:green:usb2";
+ gpios = <&gpio 44 1>;
+ };
+ };
};
diff --git a/target/linux/lantiq/dts/P2812HNUFX.dtsi b/target/linux/lantiq/dts/P2812HNUFX.dtsi
index a626e69776..06636a54dd 100644
--- a/target/linux/lantiq/dts/P2812HNUFX.dtsi
+++ b/target/linux/lantiq/dts/P2812HNUFX.dtsi
@@ -11,8 +11,6 @@
dsl = &dsl_green;
internet = &internet_green;
- usb = &usb1;
- usb2 = &usb2;
wifi = &wireless_green;
};
};
@@ -308,14 +306,6 @@
gpios = <&stp 23 1>;
default-state = "keep";
};
- usb1: usb1 {
- label = "p2812hnufx:green:usb1";
- gpios = <&gpio 38 1>;
- };
- usb2: usb2 {
- label = "p2812hnufx:green:usb2";
- gpios = <&gpio 44 1>;
- };
phone1 {
label = "p2812hnufx:green:phone";
gpios = <&gpio 11 1>;