diff options
author | Igal Liberman <igal.liberman@freescale.com> | 2015-12-23 21:56:59 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-11 21:01:52 -0500 |
commit | 84d3e2480564949a26870b6750a9168eb11f4c17 (patch) | |
tree | c2c4c1db92b746cfb87ee7ebf4bbc1591bdfba3e /arch/powerpc/boot/dts/fsl | |
parent | 84e0f1c138061c2494d240f9ad3f94edcf69e29d (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')
18 files changed, 90 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi index 2e441fab6d8f..e1a961f05dcd 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0-best-effort.dtsi | |||
@@ -55,6 +55,7 @@ fman@400000 { | |||
55 | reg = <0xe0000 0x1000>; | 55 | reg = <0xe0000 0x1000>; |
56 | fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; | 56 | fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; |
57 | ptp-timer = <&ptp_timer0>; | 57 | ptp-timer = <&ptp_timer0>; |
58 | pcsphy-handle = <&pcsphy0>; | ||
58 | }; | 59 | }; |
59 | 60 | ||
60 | mdio@e1000 { | 61 | mdio@e1000 { |
@@ -62,5 +63,9 @@ fman@400000 { | |||
62 | #size-cells = <0>; | 63 | #size-cells = <0>; |
63 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 64 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
64 | reg = <0xe1000 0x1000>; | 65 | reg = <0xe1000 0x1000>; |
66 | |||
67 | pcsphy0: ethernet-phy@0 { | ||
68 | reg = <0x0>; | ||
69 | }; | ||
65 | }; | 70 | }; |
66 | }; | 71 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0.dtsi index 0b8f87f79d15..c288f3c6c637 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-0.dtsi | |||
@@ -52,6 +52,7 @@ fman@400000 { | |||
52 | compatible = "fsl,fman-memac"; | 52 | compatible = "fsl,fman-memac"; |
53 | reg = <0xf0000 0x1000>; | 53 | reg = <0xf0000 0x1000>; |
54 | fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>; | 54 | fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>; |
55 | pcsphy-handle = <&pcsphy6>; | ||
55 | }; | 56 | }; |
56 | 57 | ||
57 | mdio@f1000 { | 58 | mdio@f1000 { |
@@ -59,5 +60,9 @@ fman@400000 { | |||
59 | #size-cells = <0>; | 60 | #size-cells = <0>; |
60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 61 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
61 | reg = <0xf1000 0x1000>; | 62 | reg = <0xf1000 0x1000>; |
63 | |||
64 | pcsphy6: ethernet-phy@0 { | ||
65 | reg = <0x0>; | ||
66 | }; | ||
62 | }; | 67 | }; |
63 | }; | 68 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi index ba6f2275d3f6..94f3e7175012 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-10g-1-best-effort.dtsi | |||
@@ -55,6 +55,7 @@ fman@400000 { | |||
55 | reg = <0xe2000 0x1000>; | 55 | reg = <0xe2000 0x1000>; |
56 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; | 56 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; |
57 | ptp-timer = <&ptp_timer0>; | 57 | ptp-timer = <&ptp_timer0>; |
58 | pcsphy-handle = <&pcsphy1>; | ||
58 | }; | 59 | }; |
59 | 60 | ||
60 | mdio@e3000 { | 61 | mdio@e3000 { |
@@ -62,5 +63,9 @@ fman@400000 { | |||
62 | #size-cells = <0>; | 63 | #size-cells = <0>; |
63 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 64 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
64 | reg = <0xe3000 0x1000>; | 65 | reg = <0xe3000 0x1000>; |
66 | |||
67 | pcsphy1: ethernet-phy@0 { | ||
68 | reg = <0x0>; | ||
69 | }; | ||
65 | }; | 70 | }; |
66 | }; | 71 | }; |
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 { | |||
52 | compatible = "fsl,fman-memac"; | 52 | compatible = "fsl,fman-memac"; |
53 | reg = <0xf2000 0x1000>; | 53 | reg = <0xf2000 0x1000>; |
54 | fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>; | 54 | fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>; |
55 | pcsphy-handle = <&pcsphy7>; | ||
55 | }; | 56 | }; |
56 | 57 | ||
57 | mdio@f3000 { | 58 | mdio@f3000 { |
@@ -59,5 +60,9 @@ fman@400000 { | |||
59 | #size-cells = <0>; | 60 | #size-cells = <0>; |
60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 61 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
61 | reg = <0xf3000 0x1000>; | 62 | reg = <0xf3000 0x1000>; |
63 | |||
64 | pcsphy7: ethernet-phy@0 { | ||
65 | reg = <0x0>; | ||
66 | }; | ||
62 | }; | 67 | }; |
63 | }; | 68 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-0.dtsi index ace9c13648ce..b5ff5f71c6b8 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-0.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xe0000 0x1000>; | 51 | reg = <0xe0000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; | 52 | fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy0>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e1000 { | 57 | mdio@e1000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe1000 0x1000>; | 61 | reg = <0xe1000 0x1000>; |
62 | |||
63 | pcsphy0: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-1.dtsi index a4fc28654b31..ee44182c6348 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-1.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-1.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xe2000 0x1000>; | 51 | reg = <0xe2000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; | 52 | fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy1>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e3000 { | 57 | mdio@e3000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe3000 0x1000>; | 61 | reg = <0xe3000 0x1000>; |
62 | |||
63 | pcsphy1: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-2.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-2.dtsi index 78596faadf99..f05f0d775039 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-2.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-2.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xe4000 0x1000>; | 51 | reg = <0xe4000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x0a &fman0_tx_0x2a>; | 52 | fsl,fman-ports = <&fman0_rx_0x0a &fman0_tx_0x2a>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy2>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e5000 { | 57 | mdio@e5000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe5000 0x1000>; | 61 | reg = <0xe5000 0x1000>; |
62 | |||
63 | pcsphy2: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-3.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-3.dtsi index af93abd86d78..a9114ec51075 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-3.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-3.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xe6000 0x1000>; | 51 | reg = <0xe6000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x0b &fman0_tx_0x2b>; | 52 | fsl,fman-ports = <&fman0_rx_0x0b &fman0_tx_0x2b>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy3>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e7000 { | 57 | mdio@e7000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe7000 0x1000>; | 61 | reg = <0xe7000 0x1000>; |
62 | |||
63 | pcsphy3: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi index 97cffd74bf3d..44dd00ac7367 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-4.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xe8000 0x1000>; | 51 | reg = <0xe8000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x0c &fman0_tx_0x2c>; | 52 | fsl,fman-ports = <&fman0_rx_0x0c &fman0_tx_0x2c>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy4>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e9000 { | 57 | mdio@e9000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe9000 0x1000>; | 61 | reg = <0xe9000 0x1000>; |
62 | |||
63 | pcsphy4: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-5.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-5.dtsi index 232c5c277bdb..5b1b84b58602 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-5.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-0-1g-5.dtsi | |||
@@ -51,6 +51,7 @@ fman@400000 { | |||
51 | reg = <0xea000 0x1000>; | 51 | reg = <0xea000 0x1000>; |
52 | fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>; | 52 | fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>; |
53 | ptp-timer = <&ptp_timer0>; | 53 | ptp-timer = <&ptp_timer0>; |
54 | pcsphy-handle = <&pcsphy5>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@eb000 { | 57 | mdio@eb000 { |
@@ -58,5 +59,9 @@ fman@400000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xeb000 0x1000>; | 61 | reg = <0xeb000 0x1000>; |
62 | |||
63 | pcsphy5: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-0.dtsi index 89d64ee282b0..0e1daaef9e74 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-0.dtsi | |||
@@ -52,6 +52,7 @@ fman@500000 { | |||
52 | compatible = "fsl,fman-memac"; | 52 | compatible = "fsl,fman-memac"; |
53 | reg = <0xf0000 0x1000>; | 53 | reg = <0xf0000 0x1000>; |
54 | fsl,fman-ports = <&fman1_rx_0x10 &fman1_tx_0x30>; | 54 | fsl,fman-ports = <&fman1_rx_0x10 &fman1_tx_0x30>; |
55 | pcsphy-handle = <&pcsphy14>; | ||
55 | }; | 56 | }; |
56 | 57 | ||
57 | mdio@f1000 { | 58 | mdio@f1000 { |
@@ -59,5 +60,9 @@ fman@500000 { | |||
59 | #size-cells = <0>; | 60 | #size-cells = <0>; |
60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 61 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
61 | reg = <0xf1000 0x1000>; | 62 | reg = <0xf1000 0x1000>; |
63 | |||
64 | pcsphy14: ethernet-phy@0 { | ||
65 | reg = <0x0>; | ||
66 | }; | ||
62 | }; | 67 | }; |
63 | }; | 68 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-1.dtsi index 7fa9260889c6..68c5ef779266 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-1.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-10g-1.dtsi | |||
@@ -52,6 +52,7 @@ fman@500000 { | |||
52 | compatible = "fsl,fman-memac"; | 52 | compatible = "fsl,fman-memac"; |
53 | reg = <0xf2000 0x1000>; | 53 | reg = <0xf2000 0x1000>; |
54 | fsl,fman-ports = <&fman1_rx_0x11 &fman1_tx_0x31>; | 54 | fsl,fman-ports = <&fman1_rx_0x11 &fman1_tx_0x31>; |
55 | pcsphy-handle = <&pcsphy15>; | ||
55 | }; | 56 | }; |
56 | 57 | ||
57 | mdio@f3000 { | 58 | mdio@f3000 { |
@@ -59,5 +60,9 @@ fman@500000 { | |||
59 | #size-cells = <0>; | 60 | #size-cells = <0>; |
60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 61 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
61 | reg = <0xf3000 0x1000>; | 62 | reg = <0xf3000 0x1000>; |
63 | |||
64 | pcsphy15: ethernet-phy@0 { | ||
65 | reg = <0x0>; | ||
66 | }; | ||
62 | }; | 67 | }; |
63 | }; | 68 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-0.dtsi index 3d236662bf07..605363cc1117 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-0.dtsi | |||
@@ -51,6 +51,7 @@ fman@500000 { | |||
51 | reg = <0xe0000 0x1000>; | 51 | reg = <0xe0000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x08 &fman1_tx_0x28>; | 52 | fsl,fman-ports = <&fman1_rx_0x08 &fman1_tx_0x28>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy8>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e1000 { | 57 | mdio@e1000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe1000 0x1000>; | 61 | reg = <0xe1000 0x1000>; |
62 | |||
63 | pcsphy8: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
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 { | |||
51 | reg = <0xe2000 0x1000>; | 51 | reg = <0xe2000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x09 &fman1_tx_0x29>; | 52 | fsl,fman-ports = <&fman1_rx_0x09 &fman1_tx_0x29>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy9>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e3000 { | 57 | mdio@e3000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe3000 0x1000>; | 61 | reg = <0xe3000 0x1000>; |
62 | |||
63 | pcsphy9: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-2.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-2.dtsi index f084dd2f0bec..2c1476454ee0 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-2.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-2.dtsi | |||
@@ -51,6 +51,7 @@ fman@500000 { | |||
51 | reg = <0xe4000 0x1000>; | 51 | reg = <0xe4000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x0a &fman1_tx_0x2a>; | 52 | fsl,fman-ports = <&fman1_rx_0x0a &fman1_tx_0x2a>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy10>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e5000 { | 57 | mdio@e5000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe5000 0x1000>; | 61 | reg = <0xe5000 0x1000>; |
62 | |||
63 | pcsphy10: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-3.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-3.dtsi index bb627b3bf3db..b8b541ff5fb0 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-3.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-3.dtsi | |||
@@ -51,6 +51,7 @@ fman@500000 { | |||
51 | reg = <0xe6000 0x1000>; | 51 | reg = <0xe6000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x0b &fman1_tx_0x2b>; | 52 | fsl,fman-ports = <&fman1_rx_0x0b &fman1_tx_0x2b>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy11>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e7000 { | 57 | mdio@e7000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe7000 0x1000>; | 61 | reg = <0xe7000 0x1000>; |
62 | |||
63 | pcsphy11: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-4.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-4.dtsi index 821ed12225d4..4b2cfddd1b15 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-4.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-4.dtsi | |||
@@ -51,6 +51,7 @@ fman@500000 { | |||
51 | reg = <0xe8000 0x1000>; | 51 | reg = <0xe8000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x0c &fman1_tx_0x2c>; | 52 | fsl,fman-ports = <&fman1_rx_0x0c &fman1_tx_0x2c>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy12>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@e9000 { | 57 | mdio@e9000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xe9000 0x1000>; | 61 | reg = <0xe9000 0x1000>; |
62 | |||
63 | pcsphy12: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi index e245f1a1e42a..0a52ddf7cc17 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1-1g-5.dtsi | |||
@@ -51,6 +51,7 @@ fman@500000 { | |||
51 | reg = <0xea000 0x1000>; | 51 | reg = <0xea000 0x1000>; |
52 | fsl,fman-ports = <&fman1_rx_0x0d &fman1_tx_0x2d>; | 52 | fsl,fman-ports = <&fman1_rx_0x0d &fman1_tx_0x2d>; |
53 | ptp-timer = <&ptp_timer1>; | 53 | ptp-timer = <&ptp_timer1>; |
54 | pcsphy-handle = <&pcsphy13>; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | mdio@eb000 { | 57 | mdio@eb000 { |
@@ -58,5 +59,9 @@ fman@500000 { | |||
58 | #size-cells = <0>; | 59 | #size-cells = <0>; |
59 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; | 60 | compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; |
60 | reg = <0xeb000 0x1000>; | 61 | reg = <0xeb000 0x1000>; |
62 | |||
63 | pcsphy13: ethernet-phy@0 { | ||
64 | reg = <0x0>; | ||
65 | }; | ||
61 | }; | 66 | }; |
62 | }; | 67 | }; |