30 lines
461 B
Plaintext
30 lines
461 B
Plaintext
|
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
|
/*
|
||
|
|
* NXP LS1028A-QDS device tree fragment for RCW 7777
|
||
|
|
*
|
||
|
|
* Copyright 2019-2021 NXP Semiconductors
|
||
|
|
*/
|
||
|
|
|
||
|
|
&slot3 {
|
||
|
|
#include "fsl-sch-30842.dtsi"
|
||
|
|
};
|
||
|
|
|
||
|
|
&enetc2 {
|
||
|
|
status = "okay";
|
||
|
|
};
|
||
|
|
|
||
|
|
&mscc_felix {
|
||
|
|
status = "okay";
|
||
|
|
};
|
||
|
|
|
||
|
|
&mscc_felix_port2 {
|
||
|
|
status = "okay";
|
||
|
|
phy-mode = "sgmii-2500";
|
||
|
|
phy-handle = <&{/i2c@2000000/fpga@66/mux-mdio@54/mdio@60/phy@02}>;
|
||
|
|
};
|
||
|
|
|
||
|
|
&mscc_felix_port4 {
|
||
|
|
ethernet = <&enetc2>;
|
||
|
|
status = "okay";
|
||
|
|
};
|