aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-21 11:28:32 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-21 11:28:32 +0000
commit67f88552ff117244e5389b4132fd927486a42bbb (patch)
tree2becf36361b96f02314c9f30ecf338b973b981a3 /target/linux/brcm63xx/dts
parent21d5dba7ad334e20556bce934cab3c6ff182b884 (diff)
downloadmaster-187ad058-67f88552ff117244e5389b4132fd927486a42bbb.tar.gz
master-187ad058-67f88552ff117244e5389b4132fd927486a42bbb.tar.bz2
master-187ad058-67f88552ff117244e5389b4132fd927486a42bbb.zip
brcm63xx: Add DT support for VR-3025u
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r--target/linux/brcm63xx/dts/vr-3025u.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/vr-3025u.dts b/target/linux/brcm63xx/dts/vr-3025u.dts
new file mode 100644
index 0000000000..86fde1c7d2
--- /dev/null
+++ b/target/linux/brcm63xx/dts/vr-3025u.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include/ "bcm6368.dtsi"
+
+/ {
+ model = "Comtrend VR-3025u";
+ compatible = "comtrend,vr-3025u", "brcm,bcm6368";
+};
+
+&pflash {
+ status = "ok";
+
+ linux,part-probe = "bcm63xxpart";
+
+ cfe@0 {
+ label = "CFE";
+ reg = <0x0000000 0x0020000>;
+ read-only;
+ };
+
+ linux@20000 {
+ label = "linux";
+ reg = <0x0020000 0x1fc0000>;
+ };
+
+ nvram@1fe0000 {
+ label = "nvram";
+ reg = <0x1fe0000 0x020000>;
+ };
+};