diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-09 19:26:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 19:26:43 +0000 |
commit | 3a08b051849c0a7534fbe79e1ea525a566c5fd24 (patch) | |
tree | cdc5eaa54a163e8dd21bd141c136311808d9e6dd /target/linux/lantiq/image/ARV7525PW.dts | |
parent | c27f32609a7c6a9a3d76c773270187741ef72ab8 (diff) | |
download | upstream-3a08b051849c0a7534fbe79e1ea525a566c5fd24.tar.gz upstream-3a08b051849c0a7534fbe79e1ea525a566c5fd24.tar.bz2 upstream-3a08b051849c0a7534fbe79e1ea525a566c5fd24.zip |
[lantiq] a few more dts files (WIP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/ARV7525PW.dts')
-rw-r--r-- | target/linux/lantiq/image/ARV7525PW.dts | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/target/linux/lantiq/image/ARV7525PW.dts b/target/linux/lantiq/image/ARV7525PW.dts index 1d47927c20..080ed8e877 100644 --- a/target/linux/lantiq/image/ARV7525PW.dts +++ b/target/linux/lantiq/image/ARV7525PW.dts @@ -76,6 +76,7 @@ interrupt-parent = <&icu0>; interrupts = <63 96>; }; + etop@E180000 { compatible = "lantiq,etop-xway"; reg = <0xE180000 0x40000>; @@ -91,34 +92,12 @@ interrupt-map = < 0x7000 0 0 1 &icu0 30 1 // slot 14, irq 29 >; - gpios-reset = <&gpio 21 0>; + gpio-reset = <&gpio 21 0>; req-mask = <0x1>; /* GNT1 */ }; }; - sflash@E100800 { - compatible = "lantiq,sflash_at45"; - reg = <0xE100800 0x100>; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "uboot"; - reg = <0x00000 0x10000>; - }; - - partition@10000 { - label = "uboot_env"; - reg = <0x10000 0x10000>; - }; - - partition@20000 { - label = "linux"; - reg = <0x20000 0x1d0000>; - }; - }; - gpio-keys { compatible = "gpio-keys1"; reset { @@ -128,6 +107,7 @@ linux,code = <0x100>; }; }; + gpio-leds { compatible = "gpio-leds"; festnetz { |