linux/arch/arm64/boot/dts/ti/k3-am6xx-phycore-disable-eth-phy.dtso

// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
 * Copyright (C) 2023 PHYTEC America, LLC
 * Author: Garrett Giordano <[email protected]>
 *
 * Copyright (C) 2024 PHYTEC America, LLC
 * Author: Nathan Morrisson <[email protected]>
 */

/dts-v1/;
/plugin/;

&cpsw3g_phy1 {
	status = "disabled";
};

&cpsw_port1 {
	status = "disabled";
};