1// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * NXP LS1028A-QDS device tree fragment for RCW x5xx
4 *
5 * Copyright 2019-2021 NXP Semiconductors
6 */
7
8/*
9 * This setup is using SCH-28021 cards with VSC8514 QSGMII PHY in slot 2.
10 * This is only available on LS1028A QDS boards with lane B rework.
11 */
12&slot2 {
13	#include "fsl-sch-28021.dtsi"
14};
15
16&mscc_felix {
17	status = "okay";
18};
19
20&mscc_felix_port0 {
21	status = "okay";
22	phy-mode = "qsgmii";
23	phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@08}>;
24};
25
26&mscc_felix_port1 {
27	status = "okay";
28	phy-mode = "qsgmii";
29	phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@09}>;
30};
31
32&mscc_felix_port2 {
33	status = "okay";
34	phy-mode = "qsgmii";
35	phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@0a}>;
36};
37
38&mscc_felix_port3 {
39	status = "okay";
40	phy-mode = "qsgmii";
41	phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@50/phy@0b}>;
42};
43