1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the RZ/Five SMARC EVK SOM
4 *
5 * Copyright (C) 2022 Renesas Electronics Corp.
6 */
7
8#include <arm64/renesas/rzg2ul-smarc-som.dtsi>
9
10#if (!SW_ET0_EN_N)
11&eth0 {
12	phy0: ethernet-phy@7 {
13		/delete-property/ interrupt-parent;
14		/delete-property/ interrupts;
15	};
16};
17#endif
18
19&eth1 {
20	phy1: ethernet-phy@7 {
21		/delete-property/ interrupt-parent;
22		/delete-property/ interrupts;
23	};
24};
25