diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-16 12:01:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-16 12:01:09 +0000 |
commit | f627418007202dbb176a77ad7560c03a10a82f3b (patch) | |
tree | d1208ffbc00f1cbef5972fb7551222973498476f /target/linux/lantiq/dts/ARV7519RWV12.dts | |
parent | fa93edd23edba046012f44c71e462cb08450e58a (diff) | |
download | upstream-f627418007202dbb176a77ad7560c03a10a82f3b.tar.gz upstream-f627418007202dbb176a77ad7560c03a10a82f3b.tar.bz2 upstream-f627418007202dbb176a77ad7560c03a10a82f3b.zip |
lantiq: ARV7519RW22: several fixes
- Fix ethernet ports.
- Clean DTS files.
- WiFi is lantiq based (not supported yet), remove ath9k.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/ARV7519RWV12.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV7519RWV12.dts | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RWV12.dts b/target/linux/lantiq/dts/ARV7519RWV12.dts index 6f1bf51e1b..0dd7972d18 100644 --- a/target/linux/lantiq/dts/ARV7519RWV12.dts +++ b/target/linux/lantiq/dts/ARV7519RWV12.dts @@ -1,50 +1,11 @@ /dts-v1/; - /include/ "ARV7519RW.dtsi" / { - fpi@10000000 { - localbus@0 { - nor-boot@0 { - compatible = "lantiq,nor"; - bank-width = <2>; - reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "uboot"; - reg = <0x000000000000 0x00060000>; - read-only; - }; - - partition@60000 { - label = "uboot_cfg"; - reg = <0x000000060000 0x00020000>; - read-only; - }; - - partition@80000 { - label = "firmware"; - reg = <0x000000080000 0x01f00000>; - }; - - partition@1f80000 { - label = "boardconfig"; - reg = <0x000001f80000 0x00080000>; - read-only; - - }; - - - - }; - }; - }; gphy-xrx200 { compatible = "lantiq,phy-xrx200"; - firmware = "lantiq/vr9_phy11g_a2x.bin"; /*VR9 1.2*/ + firmware = "lantiq/vr9_phy22f_a2x.bin"; /*VR9 1.2*/ phys = [ 00 01 ]; }; }; |