diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:18:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:18:08 +0000 |
commit | a3042500ab1114bae29ae55071aa3f26fd19c0a4 (patch) | |
tree | 7f23dfe057fd24edc68c2a4a0d6d8fb2a5719437 /target/linux/lantiq/dts/GR7000.dts | |
parent | 5b6f0250f644756c573557add4b103ecf7560dec (diff) | |
download | upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.tar.gz upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.tar.bz2 upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.zip |
lantiq: define default leds in dts files
- ARV7525PW: use the power led as dsl led as done by the stock firmware
- FRITZ3370: use the info led as internet led
- FRITZ7320: use the power led as dsl led as done by the stock firmware
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 48037
Diffstat (limited to 'target/linux/lantiq/dts/GR7000.dts')
-rw-r--r-- | target/linux/lantiq/dts/GR7000.dts | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/GR7000.dts b/target/linux/lantiq/dts/GR7000.dts index fcc27ebacf..9f3ba65f1b 100644 --- a/target/linux/lantiq/dts/GR7000.dts +++ b/target/linux/lantiq/dts/GR7000.dts @@ -7,6 +7,13 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + internet = &internet; + power2 = &power2; + usb = &usb; + wifi = &wifi; + }; }; memory@0 { @@ -110,11 +117,11 @@ gpio-leds { compatible = "gpio-leds"; - power2 { + power2: power2 { label = "power2"; gpios = <&stp 4 0>; }; - internet { + internet: internet { label = "internet"; gpios = <&stp 2 1>; default-state = "off"; @@ -123,11 +130,11 @@ label = "internet2"; gpios = <&stp 3 1>; }; - usb { + usb: usb { label = "usb"; gpios = <&stp 10 1>; }; - wifi { + wifi: wifi { label = "wifi"; gpios = <&stp 15 1>; }; |