summaryrefslogtreecommitdiffstats
path: root/dts/src/riscv/renesas/rzfive-smarc-som.dtsi
blob: c62debc7ca7e4fdd8a9e89b7bc602b68e2ec9bc2 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// 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>

/ {
	aliases {
		/delete-property/ ethernet0;
		/delete-property/ ethernet1;
	};

	chosen {
		bootargs = "ignore_loglevel";
	};
};

&dmac {
	status = "disabled";
};

#if (!SW_ET0_EN_N)
&eth0 {
	status = "disabled";

	phy0: ethernet-phy@7 {
		/delete-property/ interrupt-parent;
		/delete-property/ interrupts;
	};
};
#endif

&eth1 {
	status = "disabled";

	phy1: ethernet-phy@7 {
		/delete-property/ interrupt-parent;
		/delete-property/ interrupts;
	};
};

&sdhi0 {
	status = "disabled";
};