diff options
author | Igal Liberman <Igal.Liberman@freescale.com> | 2015-08-05 06:42:07 +0300 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-28 02:14:39 +0300 |
commit | da414bb923d95f1f59fbf534a0e2ef9f52ffc667 (patch) | |
tree | 853a86bf7d8fbec2a75d704e331ae043b4083679 /arch/powerpc/boot/dts/fsl/t1023si-post.dtsi | |
parent | d55ad2967d891ef9c48adf46c6d915bec81a9375 (diff) | |
download | linux-da414bb923d95f1f59fbf534a0e2ef9f52ffc667.tar.xz |
powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s)
Based on prior work by Andy Fleming <afleming@freescale.com>
Signed-off-by: Shruti Kanetkar <Shruti@freescale.com>
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t1023si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1023si-post.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi index df1f068a5376..518ddaa8da2d 100644 --- a/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi @@ -327,4 +327,23 @@ }; /include/ "qoriq-sec5.0-0.dtsi" + +/include/ "qoriq-fman3l-0.dtsi" +/include/ "qoriq-fman3-0-10g-0-best-effort.dtsi" +/include/ "qoriq-fman3-0-1g-1.dtsi" +/include/ "qoriq-fman3-0-1g-2.dtsi" +/include/ "qoriq-fman3-0-1g-3.dtsi" + fman@400000 { + enet0: ethernet@e0000 { + }; + + enet1: ethernet@e2000 { + }; + + enet2: ethernet@e4000 { + }; + + enet3: ethernet@e6000 { + }; + }; }; |