X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fimage%2FARV7525PW.dts;h=00f73562e5937ebe59d07ac3fbde65595038e546;hb=ab70aef2efe5846992aaa5f3b829318377b13e8e;hp=1d47927c2060796fd149f07ce6dfc93976d1445e;hpb=8e4aa59fa5e3ccb5626142959d0a258d4dbaae9d;p=openwrt.git diff --git a/target/linux/lantiq/image/ARV7525PW.dts b/target/linux/lantiq/image/ARV7525PW.dts index 1d47927c20..00f73562e5 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,89 +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 - >; - gpios-reset = <&gpio 21 0>; - req-mask = <0x1>; /* GNT1 */ + status = "okay"; + interrupt-map = <0x7000 0 0 1 &icu0 135 1>; + req-mask = <0x1>; }; }; - sflash@E100800 { - compatible = "lantiq,sflash_at45"; - reg = <0xE100800 0x100>; + gpio-keys-polled { + compatible = "gpio-keys-polled"; #address-cells = <1>; - #size-cells = <1>; + #size-cells = <0>; + poll-interval = <100>; - partition@0 { - label = "uboot"; - reg = <0x00000 0x10000>; - }; - - partition@10000 { - label = "uboot_env"; - reg = <0x10000 0x10000>; - }; - - partition@20000 { - label = "linux"; - reg = <0x20000 0x1d0000>; + wps { + label = "wps"; + gpios = <&gpio 29 1>; + linux,code = <0x211>; }; - }; - - gpio-keys { - compatible = "gpio-keys1"; reset { - label = "Reset"; - gpios = <&gpio 29 1>; - gpio-key,wakeup; - linux,code = <0x100>; + label = "reset"; + gpios = <&gpio 30 1>; + linux,code = <0x198>; }; }; + 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"; }; }; };