summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/agpf-s0.dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-11-24 14:44:12 +0000
committerJonas Gorski <jogo@openwrt.org>2014-11-24 14:44:12 +0000
commitb3ce1c4ea67bdf3180075905b8cce6325448f0f6 (patch)
treef2244c4ec21e57b2d49b54097ab4287387124a6f /target/linux/brcm63xx/dts/agpf-s0.dts
parentc26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640 (diff)
downloadmaster-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.tar.gz
master-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.tar.bz2
master-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.zip
brcm63xx: Add DT support for AGPF-S0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 43358
Diffstat (limited to 'target/linux/brcm63xx/dts/agpf-s0.dts')
-rw-r--r--target/linux/brcm63xx/dts/agpf-s0.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/agpf-s0.dts b/target/linux/brcm63xx/dts/agpf-s0.dts
new file mode 100644
index 0000000000..9d66b8901b
--- /dev/null
+++ b/target/linux/brcm63xx/dts/agpf-s0.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include/ "bcm6358.dtsi"
+
+/ {
+ model = "Pirelli Alice Gate AGPF-S0";
+ compatible = "pirelli,agpf-s0", "brcm,bcm6358";
+};
+
+&pflash {
+ status = "ok";
+
+ linux,part-probe = "bcm63xxpart";
+
+ cfe@0 {
+ label = "CFE";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
+
+ linux@20000 {
+ label = "linux";
+ reg = <0x020000 0xfc0000>;
+ };
+
+ nvram@fe0000 {
+ label = "nvram";
+ reg = <0xfe0000 0x020000>;
+ };
+};