xref: /linux/arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso (revision d53b8e36925256097a08d7cb749198d85cbf9b2b)
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