diff options
author | John Crispin <john@openwrt.org> | 2014-09-19 11:07:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-19 11:07:08 +0000 |
commit | d4cc995c53ac3ce0898b83364ad32eaba93c4225 (patch) | |
tree | e589e7100d3d203bb22ebf74150a121d1598c940 /target/linux/ramips/dts | |
parent | d731d14362246fb035713f8775a312bd77f9b92c (diff) | |
download | upstream-d4cc995c53ac3ce0898b83364ad32eaba93c4225.tar.gz upstream-d4cc995c53ac3ce0898b83364ad32eaba93c4225.tar.bz2 upstream-d4cc995c53ac3ce0898b83364ad32eaba93c4225.zip |
ramips: D-Link DIR-810L. Add support for SoC 2.4 GHz wireless and fix leds naming
SVN-Revision: 42619
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-810L.dts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/DIR-810L.dts b/target/linux/ramips/dts/DIR-810L.dts index 2f656fd125..5dd8859916 100644 --- a/target/linux/ramips/dts/DIR-810L.dts +++ b/target/linux/ramips/dts/DIR-810L.dts @@ -93,6 +93,10 @@ status = "okay"; }; + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -113,15 +117,15 @@ gpio-leds { compatible = "gpio-leds"; power { - label = "dlink:green:power"; + label = "dlink:power:green"; gpios = <&gpio0 9 0>; }; internet { - label = "asus:yellow:internet"; + label = "dlink:internet:orange"; gpios = <&gpio0 12 0>; }; status { - label = "asus:internet:status"; + label = "dlink:power:orange"; gpios = <&gpio0 13 0>; }; }; |