0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree file for the Kontron KSwitch D10 MMT 8G
0004 */
0005
0006 /dts-v1/;
0007 #include "lan966x-kontron-kswitch-d10-mmt.dtsi"
0008
0009 / {
0010 model = "Kontron KSwitch D10 MMT 8G";
0011 compatible = "kontron,kswitch-d10-mmt-8g", "kontron,s1921",
0012 "microchip,lan9668", "microchip,lan966";
0013 };
0014
0015 &mdio0 {
0016 phy2: ethernet-phy@3 {
0017 reg = <3>;
0018 };
0019
0020 phy3: ethernet-phy@4 {
0021 reg = <4>;
0022 };
0023 };
0024
0025 &port2 {
0026 phys = <&serdes 2 SERDES6G(0)>;
0027 phy-handle = <&phy2>;
0028 phy-mode = "sgmii";
0029 managed = "in-band-status";
0030 status = "okay";
0031 };
0032
0033 &port3 {
0034 phys = <&serdes 3 SERDES6G(1)>;
0035 phy-handle = <&phy3>;
0036 phy-mode = "sgmii";
0037 managed = "in-band-status";
0038 status = "okay";
0039 };