1
0
Fork 0
alistair23-linux/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-6xxx.dtsi

21 lines
358 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Device Tree Include file for LS1028A QDS board, serdes 6xxx
*
* Copyright 2019 NXP
*
*/
&mdio_slot1 {
slot1_sgmii: ethernet-phy@2 {
/* AQR112 */
reg = <0x2>;
compatible = "ethernet-phy-ieee802.3-c45";
};
};
&enetc_port0 {
phy-handle = <&slot1_sgmii>;
phy-connection-type = "2500base-x";
};