1 From c1619d9de2da093a585426e9cef353ca1789236d Mon Sep 17 00:00:00 2001
2 From: Florinel Iordache <florinel.iordache@nxp.com>
3 Date: Mon, 5 Nov 2018 17:02:19 +0200
4 Subject: [PATCH] arm64: dts: lx2160: PCS PHY definitions for 10GBase-KR and
5 40GBase-KR backplane modes
7 Signed-off-by: Florinel Iordache <florinel.iordache@nxp.com>
9 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts | 40 +++++++++++++++++++++++
10 1 file changed, 40 insertions(+)
12 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
13 +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
20 + pcs_phy1: ethernet-phy@0 {
21 + compatible = "ethernet-phy-ieee802.3-c45";
22 + backplane-mode = "40gbase-kr";
24 + fsl,lane-handle = <&serdes1>;
25 + fsl,lane-reg = <0xF00 0xE00 0xD00 0xC00>; /* lanes H, G, F, E */
30 + pcs_phy2: ethernet-phy@0 {
31 + compatible = "ethernet-phy-ieee802.3-c45";
32 + backplane-mode = "40gbase-kr";
34 + fsl,lane-handle = <&serdes1>;
35 + fsl,lane-reg = <0xB00 0xA00 0x900 0x800>; /* lanes D, C, B, A */
40 + pcs_phy3: ethernet-phy@0 {
41 + compatible = "ethernet-phy-ieee802.3-c45";
42 + backplane-mode = "10gbase-kr";
44 + fsl,lane-handle = <&serdes1>;
45 + fsl,lane-reg = <0xF00 0x100>; /* lane H */
50 + pcs_phy4: ethernet-phy@0 {
51 + compatible = "ethernet-phy-ieee802.3-c45";
52 + backplane-mode = "10gbase-kr";
54 + fsl,lane-handle = <&serdes1>;
55 + fsl,lane-reg = <0xE00 0x100>; /* lane G */