summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2013-04-14 08:22:16 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-19 13:50:05 (GMT)
commit310280b5834419f4de48d12c12c1ce99a2ef65d1 (patch)
tree5bfb7323c15d804f7c2e1978a4cb209c9639f8e3 /arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
parent38721b1b6d20a2d9dd78c7295c4f2e4026893721 (diff)
downloadlinux-fsl-qoriq-310280b5834419f4de48d12c12c1ce99a2ef65d1.tar.xz
b4qds: DPAA support in device trees of B4860 and B4420
B4860 has 6 1G SGMII and 2 10G interfaces B4420 has 4 1G SGMII and no 10G The QDS board has 2 on board SGMII PHYs and other 1G interfaces can be exercised using SGMII Riser card mounted on a slot on AMC card. 10G interfaces can be used using XAUI riser cards on slots on AMC card. Also included e6500_power_isa.dtsi in b4si-post.dtsi to match up with T4. Signed-off-by: Sandeep Singh <sandeep@freescale.com> Signed-off-by: Suresh Gupta <suresh.gupta@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Change-Id: I58231f43a75ebfa63bb9c9b3f6717848f0f6f6ed Reviewed-on: http://git.am.freescale.net:8181/1358 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4860si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/b4860si-post.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
index 4fd0a64..6c5070f 100644
--- a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
@@ -124,6 +124,21 @@
compatible = "fsl,corenet2-cf";
};
+/include/ "qoriq-fman3-0-1g-4.dtsi"
+/include/ "qoriq-fman3-0-1g-5.dtsi"
+/include/ "qoriq-fman3-0-10g-0.dtsi"
+/include/ "qoriq-fman3-0-10g-1.dtsi"
+ fman0: fman@400000 {
+ /* tx - 1g - 4 */
+ port@ac000 {
+ fsl,qman-channel-id = <0x806>;
+ };
+ /* tx - 1g - 5 */
+ port@ad000 {
+ fsl,qman-channel-id = <0x807>;
+ };
+ };
+
guts: global-utilities@e0000 {
compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0";
};