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