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/ {
11	aliases {
12		/delete-property/ ethernet0;
13		/delete-property/ ethernet1;
14	};
15
16	chosen {
17		bootargs = "ignore_loglevel";
18	};
19};
20
21&dmac {
22	status = "disabled";
23};
24
25&eth0 {
26	status = "disabled";
27};
28
29&eth1 {
30	status = "disabled";
31};
32
33&ostm1 {
34	status = "disabled";
35};
36
37&ostm2 {
38	status = "disabled";
39};
40
41&sdhi0 {
42	status = "disabled";
43};
44
45&wdt0 {
46	status = "disabled";
47};
48