summary refs log tree commit diff
path: root/arch/powerpc/boot/dts/fsl/t1024rdb.dts
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@nxp.com>2016-12-07 17:14:54 +0200
committerScott Wood <oss@buserror.net>2016-12-09 23:11:11 -0600
commit138bde87876c10fedf8756f55a775246fe0d3f7e (patch)
tree41e24045be4d140d06516313ab47cd1895422207 /arch/powerpc/boot/dts/fsl/t1024rdb.dts
parent056f96577c83c38bc22a6b384a388112f130244d (diff)
downloadlinux-138bde87876c10fedf8756f55a775246fe0d3f7e.tar.gz
powerpc/fsl/dts: add QMan and BMan nodes on t1024
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t1024rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/fsl/t1024rdb.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1024rdb.dts b/arch/powerpc/boot/dts/fsl/t1024rdb.dts
index 302cdd22b4bb..c7f4f62afaf4 100644
--- a/arch/powerpc/boot/dts/fsl/t1024rdb.dts
+++ b/arch/powerpc/boot/dts/fsl/t1024rdb.dts
@@ -41,6 +41,27 @@
 	#size-cells = <2>;
 	interrupt-parent = <&mpic>;
 
+	reserved-memory {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		bman_fbpr: bman-fbpr {
+			size = <0 0x1000000>;
+			alignment = <0 0x1000000>;
+		};
+
+		qman_fqd: qman-fqd {
+			size = <0 0x400000>;
+			alignment = <0 0x400000>;
+		};
+
+		qman_pfdr: qman-pfdr {
+			size = <0 0x2000000>;
+			alignment = <0 0x2000000>;
+		};
+	};
+
 	ifc: localbus@ffe124000 {
 		reg = <0xf 0xfe124000 0 0x2000>;
 		ranges = <0 0 0xf 0xe8000000 0x08000000
@@ -82,6 +103,14 @@
 		ranges = <0x00000000 0xf 0x00000000 0x01072000>;
 	};
 
+	bportals: bman-portals@ff4000000 {
+		ranges = <0x0 0xf 0xf4000000 0x2000000>;
+	};
+
+	qportals: qman-portals@ff6000000 {
+		ranges = <0x0 0xf 0xf6000000 0x2000000>;
+	};
+
 	soc: soc@ffe000000 {
 		ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
 		reg = <0xf 0xfe000000 0 0x00001000>;