1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 /* 3 * Copyright (c) 2020-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, 4 * D-82229 Seefeld, Germany. 5 * Author: Gregor Herburger 6 */ 7 8 /dts-v1/; 9 /plugin/; 10 11 &dpmac12 { 12 phy-handle = <&dp83867_1_1>; 13 phy-connection-type = "sgmii"; 14 managed = "in-band-status"; 15 }; 16 17 &dpmac13 { 18 phy-handle = <&dp83867_1_5>; 19 phy-connection-type = "sgmii"; 20 managed = "in-band-status"; 21 }; 22 23 &dpmac14 { 24 phy-handle = <&dp83867_1_6>; 25 phy-connection-type = "sgmii"; 26 managed = "in-band-status"; 27 }; 28 29 &dpmac16 { 30 phy-handle = <&dp83867_1_4>; 31 phy-connection-type = "sgmii"; 32 managed = "in-band-status"; 33 }; 34 35 &pcs_mdio12 { 36 status = "okay"; 37 }; 38 39 &pcs_mdio13 { 40 status = "okay"; 41 }; 42 43 &pcs_mdio14 { 44 status = "okay"; 45 }; 46 47 &pcs_mdio16 { 48 status = "okay"; 49 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.