xref: /openbmc/linux/arch/arm/boot/dts/microchip/lan966x-kontron-kswitch-d10-mmt-8g.dts (revision 724ba6751532055db75992fc6ae21c3e322e94a7)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Device Tree file for the Kontron KSwitch D10 MMT 8G
4 */
5
6/dts-v1/;
7#include "lan966x-kontron-kswitch-d10-mmt.dtsi"
8
9/ {
10	model = "Kontron KSwitch D10 MMT 8G";
11	compatible = "kontron,kswitch-d10-mmt-8g", "kontron,s1921",
12		     "microchip,lan9668", "microchip,lan966";
13};
14
15&mdio0 {
16	phy2: ethernet-phy@3 {
17		reg = <3>;
18	};
19
20	phy3: ethernet-phy@4 {
21		reg = <4>;
22	};
23};
24
25&port2 {
26	phys = <&serdes 2 SERDES6G(0)>;
27	phy-handle = <&phy2>;
28	phy-mode = "sgmii";
29	managed = "in-band-status";
30	status = "okay";
31};
32
33&port3 {
34	phys = <&serdes 3 SERDES6G(1)>;
35	phy-handle = <&phy3>;
36	phy-mode = "sgmii";
37	managed = "in-band-status";
38	status = "okay";
39};
40