summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/VG3503J.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/VG3503J.dtsi')
-rw-r--r--target/linux/lantiq/dts/VG3503J.dtsi12
1 files changed, 9 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi
index e9a3c70b29..50ab0b64af 100644
--- a/target/linux/lantiq/dts/VG3503J.dtsi
+++ b/target/linux/lantiq/dts/VG3503J.dtsi
@@ -5,6 +5,12 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+ leds {
+ dsl = &dsl;
+ power = &power;
+ power2 = &power2;
+ };
};
memory@0 {
@@ -148,15 +154,15 @@
gpio-leds {
compatible = "gpio-leds";
- power2 {
+ power2: power2 {
label = "power2";
gpios = <&gpio 14 1>;
};
- dsl {
+ dsl: dsl {
label = "bt:green:dsl";
gpios = <&gpio 19 1>;
};
- power {
+ power: power {
label = "power";
gpios = <&gpio 28 1>;
};