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 &dpmac9 { 12 phy-handle = <&dp83867_2_1>; 13 phy-connection-type = "sgmii"; 14 managed = "in-band-status"; 15 }; 16 17 &dpmac10 { 18 phy-handle = <&dp83867_2_2>; 19 phy-connection-type = "sgmii"; 20 managed = "in-band-status"; 21 }; 22 23 &pcs_mdio9 { 24 status = "okay"; 25 }; 26 27 &pcs_mdio10 { 28 status = "okay"; 29 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.