diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 02:00:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 02:00:20 +0000 |
commit | 2c33df03761f366193eeb2c3ffd28dfea475de41 (patch) | |
tree | 82feaa3be697c9c1898224550e5a63677d0beadb /target/linux/lantiq/image/ARV7525PW.dts | |
parent | 9b429a123d994ee0eeb52c83789172fad761026b (diff) | |
download | upstream-2c33df03761f366193eeb2c3ffd28dfea475de41.tar.gz upstream-2c33df03761f366193eeb2c3ffd28dfea475de41.tar.bz2 upstream-2c33df03761f366193eeb2c3ffd28dfea475de41.zip |
add devicetrees
SVN-Revision: 34691
Diffstat (limited to 'target/linux/lantiq/image/ARV7525PW.dts')
-rw-r--r-- | target/linux/lantiq/image/ARV7525PW.dts | 115 |
1 files changed, 59 insertions, 56 deletions
diff --git a/target/linux/lantiq/image/ARV7525PW.dts b/target/linux/lantiq/image/ARV7525PW.dts index 080ed8e877..7ad70d5e63 100644 --- a/target/linux/lantiq/image/ARV7525PW.dts +++ b/target/linux/lantiq/image/ARV7525PW.dts @@ -3,6 +3,8 @@ /include/ "danube.dtsi" / { + model = "ARV7525PW - Speedport W303V Typ A"; + chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; @@ -11,16 +13,15 @@ reg = <0x0 0x2000000>; }; + sram@1F000000 { + vmmc@107000 { + status = "okay"; + gpios = <&gpio 31 0>; + }; + }; + fpi@10000000 { - #address-cells = <1>; - #size-cells = <1>; localbus@0 { - #address-cells = <2>; - #size-cells = <1>; - ranges = <0 0 0x0 0x3ffffff /* addrsel0 */ - 1 0 0x4000000 0x4000010>; /* addsel1 */ - compatible = "lantiq,localbus", "simple-bus"; - nor-boot@0 { compatible = "lantiq,nor"; bank-width = <2>; @@ -30,35 +31,45 @@ partition@0 { label = "uboot"; - reg = <0x00000 0x10000>; /* 64 KB */ + reg = <0x00000 0x10000>; + read-only; }; partition@10000 { label = "uboot_env"; - reg = <0x10000 0x10000>; /* 64 KB */ + reg = <0x10000 0x10000>; + read-only; }; partition@20000 { label = "linux"; - reg = <0x20000 0x3c0000>; + reg = <0x20000 0x3d0000>; }; partition@400000 { - label = "boardconfig"; + label = "board_config"; reg = <0x3f0000 0x10000>; + read-only; }; }; + + mac_addr { + compatible = "lantiq,eth-mac"; + reg = <0 0x3f0016 0x6>; + mac-increment = <2>; + }; + + ralink_eep { + compatible = "ralink,eeprom"; + ralink,eeprom = "RT2860.eeprom"; + reg = <0 0x3f0410 0x110>; + }; }; gpio: pinmux@E100B10 { - compatible = "lantiq,pinctrl-xway"; pinctrl-names = "default"; pinctrl-0 = <&state_default>; - #gpio-cells = <2>; - gpio-controller; - reg = <0xE100B10 0xA0>; - state_default: pinmux { exin { lantiq,groups = "exin1"; @@ -71,69 +82,61 @@ }; }; - adsl: dsl@E116000 { - compatible = "lantiq,dsl-xway"; - interrupt-parent = <&icu0>; - interrupts = <63 96>; - }; - etop@E180000 { - compatible = "lantiq,etop-xway"; - reg = <0xE180000 0x40000>; - interrupt-parent = <&icu0>; - interrupts = <73 78>; - phy-mode = "rmii"; - mac-address = [ 00 11 22 33 44 55 ]; + phy-mode = "mii"; }; pci@E105400 { - lantiq,bus-clock = <33333333>; - interrupt-map-mask = <0xf800 0x0 0x0 0x7>; - interrupt-map = < - 0x7000 0 0 1 &icu0 30 1 // slot 14, irq 29 - >; - gpio-reset = <&gpio 21 0>; - req-mask = <0x1>; /* GNT1 */ + status = "okay"; + interrupt-map = <0x7000 0 0 1 &icu0 135 1>; + req-mask = <0x1>; }; }; - gpio-keys { - compatible = "gpio-keys1"; - reset { - label = "Reset"; + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <100>; + + wps { + label = "wps"; gpios = <&gpio 29 1>; - gpio-key,wakeup; + linux,code = <0x211>; + }; + reset { + label = "reset"; + gpios = <&gpio 30 1>; linux,code = <0x100>; }; }; gpio-leds { compatible = "gpio-leds"; - festnetz { - label = "Festnetz"; + power { + label = "power"; + gpios = <&gpio 3 1>; + }; + power1 { + label = "power1"; gpios = <&gpio 4 1>; - default-state = "on"; }; - internet { - label = "Internet"; + online { + label = "online"; gpios = <&gpio 5 1>; - default-state = "on"; }; - wlan { - label = "WLan"; + voice { + label = "voice"; gpios = <&gpio 6 1>; - default-state = "on"; }; - online { - label = "Online"; + voice2 { + label = "voice2"; gpios = <&gpio 8 1>; - default-state = "on"; }; - dsl { - label = "DSL"; + wifi { + label = "wifi"; gpios = <&gpio 9 1>; - default-state = "on"; }; }; }; |