arm: dts: ls1028a: enable the switch CPU port for the LS1028A-QDS
[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 Semiconductors
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 &enetc2 {
23         status = "okay";
24 };
25
26 &mscc_felix {
27         status = "okay";
28 };
29
30 &mscc_felix_port0 {
31         status = "okay";
32         phy-mode = "usxgmii";
33         phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@00}>;
34 };
35
36 &mscc_felix_port1 {
37         status = "okay";
38         phy-mode = "usxgmii";
39         phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@01}>;
40 };
41
42 &mscc_felix_port2 {
43         status = "okay";
44         phy-mode = "usxgmii";
45         phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@02}>;
46 };
47
48 &mscc_felix_port3 {
49         status = "okay";
50         phy-mode = "usxgmii";
51         phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@03}>;
52 };
53
54 &mscc_felix_port4 {
55         ethernet = <&enetc2>;
56         status = "okay";
57 };