diff options
author | John Crispin <john@openwrt.org> | 2013-08-05 10:42:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-05 10:42:00 +0000 |
commit | 288adb663424bc6098c4485549552a5f78283873 (patch) | |
tree | 068ebfecefd86d9a8d1d0e664d11285d6377c536 /target/linux/lantiq/dts | |
parent | 553a46972830d8a0eff4265eed150da49f050634 (diff) | |
download | upstream-288adb663424bc6098c4485549552a5f78283873.tar.gz upstream-288adb663424bc6098c4485549552a5f78283873.tar.bz2 upstream-288adb663424bc6098c4485549552a5f78283873.zip |
lantiq: several a803 related fixes
based on work from Matti Laasko that he posted in the wiki
Signed-off-by: John Crispin <blogic@openwrt.or
SVN-Revision: 37704
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW22.dts | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts index a9b1ae039a..983386dc26 100644 --- a/target/linux/lantiq/dts/ARV752DPW22.dts +++ b/target/linux/lantiq/dts/ARV752DPW22.dts @@ -31,19 +31,19 @@ partition@0 { label = "uboot"; - reg = <0x00000 0x10000>; + reg = <0x00000 0x30000>; read-only; }; partition@10000 { label = "uboot_env"; - reg = <0x10000 0x10000>; + reg = <0x30000 0x10000>; read-only; }; partition@20000 { label = "linux"; - reg = <0x20000 0x7d0000>; + reg = <0x40000 0x7b0000>; }; partition@7f0000 { @@ -86,26 +86,32 @@ lantiq,output = <0>; }; pci_in { - lantiq,groups = "req1", "req2"; + lantiq,groups = "req1"; lantiq,function = "pci"; - lantiq,open-drain = <1>; lantiq,pull = <2>; lantiq,output = <0>; }; pci_out { lantiq,groups = "gnt1"; lantiq,function = "pci"; + lantiq,open-drain = <1>; lantiq,output = <1>; }; pci_rst { lantiq,pins = "io21"; - lantiq,pull = <2>; + lantiq,open-drain = <1>; lantiq,output = <1>; }; leds { lantiq,pins = "io3", "io5", "io6", "io8"; + lantiq,open-drain = <1>; lantiq,output = <1>; }; + buttons { + lantiq,pins = "io11", "io12", "io13", "io28"; + lantiq,pull = <2>; + lantiq,output = <0>; + }; }; }; @@ -115,7 +121,7 @@ }; etop@E180000 { - phy-mode = "rmii"; + phy-mode = "mii"; }; pci@E105400 { |