diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-05 10:28:34 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-05 10:28:34 +0000 |
commit | 9d76988e59428465c230743e0186068ab93b5237 (patch) | |
tree | 7a086e0caced9d8ac30e3789d002374ba317195c /target/linux/lantiq/dts | |
parent | 6b0e22cadc4bd976452fc8b019d30e93e8437686 (diff) | |
download | master-187ad058-9d76988e59428465c230743e0186068ab93b5237.tar.gz master-187ad058-9d76988e59428465c230743e0186068ab93b5237.tar.bz2 master-187ad058-9d76988e59428465c230743e0186068ab93b5237.zip |
lantiq: several ARV7519RW22 fixes
Fixes ARV7519RW22 flash register (only 1 flash).
Power LED is green, not red.
Rename message LEDs to internet.
Add LEDs configuration (lan, wan, power).
Enable switch VLANs.
Fix secondary USB.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV7519RW22.dts | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index 68237532b4..d925f8603d 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -18,7 +18,7 @@ nor-boot@0 { compatible = "lantiq,nor"; bank-width = <2>; - reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>; + reg = <0 0x0 0x2000000>; #address-cells = <1>; #size-cells = <1>; @@ -151,7 +151,11 @@ ifxhcd@E101000 { status = "okay"; gpios = <&gpio 32 0>; - lantiq,portmask = <0x3>; + }; + + ifxhcd@E106000 { + status = "okay"; + gpios = <&gpio 32 0>; }; pcie@d900000 { @@ -202,11 +206,11 @@ label = "lan"; gpios = <&gpio 2 1>; }; - message_red { - label = "message_red"; + internet_red { + label = "internet_red"; gpios = <&gpio 10 1>; }; - power_red { + power_green { label = "power"; gpios = <&gpio 14 1>; default-state = "on"; @@ -215,12 +219,12 @@ label = "alarm"; gpios = <&gpio 15 1>; }; - message_orange { - label = "message_orange"; + internet_orange { + label = "internet_orange"; gpios = <&gpio 19 1>; }; - message_green { - label = "message_green"; + internet_green { + label = "internet_green"; gpios = <&gpio 28 1>; }; voice_green { |