summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/t208xqds.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/t208xqds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/t208xqds.dtsi44
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t208xqds.dtsi b/arch/powerpc/boot/dts/t208xqds.dtsi
index e5d5930..2b81351 100644
--- a/arch/powerpc/boot/dts/t208xqds.dtsi
+++ b/arch/powerpc/boot/dts/t208xqds.dtsi
@@ -105,6 +105,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>;
@@ -256,4 +264,40 @@
0 0x00010000>;
};
};
+
+ fsl,dpaa {
+ compatible = "fsl,t2080-dpaa", "fsl,dpaa";
+ ethernet@0 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac1>;
+ };
+ ethernet@1 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac2>;
+ };
+ ethernet@2 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac3>;
+ };
+ ethernet@3 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac4>;
+ };
+ ethernet@4 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac5>;
+ };
+ ethernet@5 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac6>;
+ };
+ ethernet@8 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac9>;
+ };
+ ethernet@9 {
+ compatible = "fsl,t2080-dpa-ethernet", "fsl,dpa-ethernet";
+ fsl,fman-mac = <&fm1mac10>;
+ };
+ };
};