diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:28 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:28 +0000 |
commit | ed53e05ff238a8d47cbe499a6cbf80765a294ece (patch) | |
tree | 22d14385d71d0b1aaf8b35fa9a7e12ae713ee102 /target/linux/brcm63xx/dts | |
parent | 33f2e5a5b46e23535bd7ff80d015798ad85b6aa0 (diff) | |
download | upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.tar.gz upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.tar.bz2 upstream-ed53e05ff238a8d47cbe499a6cbf80765a294ece.zip |
brcm63xx: Add DT support for DV-201AMR
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/dv-201amr.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/dv-201amr.dts b/target/linux/brcm63xx/dts/dv-201amr.dts new file mode 100644 index 0000000000..9f8660ab6f --- /dev/null +++ b/target/linux/brcm63xx/dts/dv-201amr.dts @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/ "bcm6348.dtsi" + +/ { + model = "Davolink DV-201AMR"; + compatible = "davolink,dv-201amr", "brcm,bcm6348"; +}; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + backup@0 { + label = "backup"; + reg = <0x000000 0x400000>; + }; + + cfe@400000 { + label = "cfe"; + reg = <0x400000 0x010000>; + read-only; + }; + + linux@410000 { + label = "linux"; + reg = <0x410000 0x3f0000>; + }; +}; |