xref: /linux/arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gbe1.dtso (revision 0cac5ce06e524755b3dac1e0a060b05992076d93)
1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2/*
3 * Second ethernet port GBE1.
4 *
5 * Copyright (c) 2025 Kontron Europe GmbH
6 */
7
8/dts-v1/;
9/plugin/;
10
11&cpsw3g_mdio {
12	#address-cells = <1>;
13	#size-cells = <0>;
14
15	phy1: ethernet-phy@1 {
16		reg = <1>;
17	};
18};
19
20&cpsw_port2 {
21	phy-connection-type = "rgmii-id";
22	phy-handle = <&phy1>;
23	nvmem-cells = <&base_mac_address 1>;
24	nvmem-cell-names = "mac-address";
25	status = "okay";
26};
27