summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-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-1-1g-1.dtsi
parent84e0f1c138061c2494d240f9ad3f94edcf69e29d (diff)
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-1-1g-1.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi
index 97dc2eedd462..1955dfa13634 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-1.dtsi
@@ -51,6 +51,7 @@ fman@500000 {
reg = <0xe2000 0x1000>;
fsl,fman-ports = <&fman1_rx_0x09 &fman1_tx_0x29>;
ptp-timer = <&ptp_timer1>;
+ pcsphy-handle = <&pcsphy9>;
};
mdio@e3000 {
@@ -58,5 +59,9 @@ fman@500000 {
#size-cells = <0>;
compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
reg = <0xe3000 0x1000>;
+
+ pcsphy9: ethernet-phy@0 {
+ reg = <0x0>;
+ };
};
};