diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:14 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:14 +0000 |
commit | 1891b08f00b8197a0f0e26735d0bbcbaaae6aea1 (patch) | |
tree | 887764f4c5d577b799ff26c13651a0ba80267dbf /target/linux/brcm63xx/dts/ct-6373.dts | |
parent | e490cc7e14d90c1e6fc4280cfc1af4b836533f09 (diff) | |
download | upstream-1891b08f00b8197a0f0e26735d0bbcbaaae6aea1.tar.gz upstream-1891b08f00b8197a0f0e26735d0bbcbaaae6aea1.tar.bz2 upstream-1891b08f00b8197a0f0e26735d0bbcbaaae6aea1.zip |
brcm63xx: Add DT support for CT-6373
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: make linux partition writable]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42238
Diffstat (limited to 'target/linux/brcm63xx/dts/ct-6373.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ct-6373.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/ct-6373.dts b/target/linux/brcm63xx/dts/ct-6373.dts new file mode 100644 index 0000000000..1aca23a8e3 --- /dev/null +++ b/target/linux/brcm63xx/dts/ct-6373.dts @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/ "bcm6358.dtsi" + +/ { + model = "Comtrend CT-6373"; + compatible = "comtrend,ct-6373", "brcm,bcm6358"; +}; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x7e0000>; + }; + + nvram@7f0000 { + label = "nvram"; + reg = <0x7f0000 0x010000>; + }; +}; |