xref: /linux/arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2/*
3 * Copyright (C) 2023 PHYTEC America, LLC
4 * Author: Garrett Giordano <ggiordano@phytec.com>
5 *
6 * Copyright (C) 2024 PHYTEC America, LLC
7 * Author: Nathan Morrisson <nmorrisson@phytec.com>
8 */
9
10/dts-v1/;
11/plugin/;
12
13&cpsw3g_phy1 {
14	status = "disabled";
15};
16
17&cpsw_port1 {
18	status = "disabled";
19};
20