aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi
diff options
context:
space:
mode:
authorIgal Liberman <igal.liberman@freescale.com>2015-12-24 04:56:59 +0200
committerScott Wood <oss@buserror.net>2016-03-11 20:01:52 -0600
commit84d3e2480564949a26870b6750a9168eb11f4c17 (patch)
treec2c4c1db92b746cfb87ee7ebf4bbc1591bdfba3e /arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi
parentpowerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s) (diff)
downloadlinux-dev-84d3e2480564949a26870b6750a9168eb11f4c17.tar.xz
linux-dev-84d3e2480564949a26870b6750a9168eb11f4c17.zip
powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree
This patch adds pcsphy node to FManV3 device tree. Signed-off-by: Igal Liberman <igal.liberman@freescale.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi
index 886003805592..94a76982d214 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1.dtsi
@@ -52,6 +52,7 @@ fman@400000 {
compatible = "fsl,fman-memac";
reg = <0xf2000 0x1000>;
fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
+ pcsphy-handle = <&pcsphy7>;
};
mdio@f3000 {
@@ -59,5 +60,9 @@ fman@400000 {
#size-cells = <0>;
compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
reg = <0xf3000 0x1000>;
+
+ pcsphy7: ethernet-phy@0 {
+ reg = <0x0>;
+ };
};
};