arm: dts: ls1028a-qds: declare in-band autoneg for Ethernet ports
[platform/kernel/u-boot.git] / arch / arm / dts / fsl-ls1028a-qds-x3xx-sch-30841-LBRW.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * NXP LS1028A-QDS device tree fragment for RCW x3xx
4  *
5  * Copyright 2019-2021 NXP
6  */
7
8 /*
9  * This setup is using a SCH-30841-R card with AQR412 quad PHY in slot 2.  This
10  * is used for the 4 integrated ethernet switch in a multiplexes USXGMII set-up.
11  *
12  * We're including the normal .dsti file, not the reworked card .dtsi
13  * intentionally.  We are using multiplexing of the 4 interfaces on a single
14  * lane and the rework doesn't actually disable any port.  The rework is in fact
15  * needed, otherwise the PHY won't work with the default wiring on the QDS/PHY
16  * card.
17  */
18 &slot2 {
19 #include "fsl-sch-30841.dtsi"
20 };
21
22 &enetc_port2 {
23         status = "okay";
24 };
25
26 &mscc_felix {
27         status = "okay";
28 };
29
30 &mscc_felix_port0 {
31         status = "okay";
32         managed = "in-band-status";
33         phy-mode = "usxgmii";
34         phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@00}>;
35 };
36
37 &mscc_felix_port1 {
38         status = "okay";
39         managed = "in-band-status";
40         phy-mode = "usxgmii";
41         phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@01}>;
42 };
43
44 &mscc_felix_port2 {
45         status = "okay";
46         managed = "in-band-status";
47         phy-mode = "usxgmii";
48         phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@02}>;
49 };
50
51 &mscc_felix_port3 {
52         status = "okay";
53         managed = "in-band-status";
54         phy-mode = "usxgmii";
55         phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@03}>;
56 };
57
58 &mscc_felix_port4 {
59         ethernet = <&enetc_port2>;
60         status = "okay";
61 };