xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044c1.dtsi (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
1*c9ccf3a3SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*c9ccf3a3SEmmanuel Vadot/*
3*c9ccf3a3SEmmanuel Vadot * Device Tree Source for the RZ/G2LC R9A07G044C1 SoC specific parts
4*c9ccf3a3SEmmanuel Vadot *
5*c9ccf3a3SEmmanuel Vadot * Copyright (C) 2021 Renesas Electronics Corp.
6*c9ccf3a3SEmmanuel Vadot */
7*c9ccf3a3SEmmanuel Vadot
8*c9ccf3a3SEmmanuel Vadot/dts-v1/;
9*c9ccf3a3SEmmanuel Vadot#include "r9a07g044.dtsi"
10*c9ccf3a3SEmmanuel Vadot
11*c9ccf3a3SEmmanuel Vadot/ {
12*c9ccf3a3SEmmanuel Vadot	compatible = "renesas,r9a07g044c1", "renesas,r9a07g044";
13*c9ccf3a3SEmmanuel Vadot
14*c9ccf3a3SEmmanuel Vadot	cpus {
15*c9ccf3a3SEmmanuel Vadot		/delete-node/ cpu-map;
16*c9ccf3a3SEmmanuel Vadot		/delete-node/ cpu@100;
17*c9ccf3a3SEmmanuel Vadot	};
18*c9ccf3a3SEmmanuel Vadot};
19*c9ccf3a3SEmmanuel Vadot
20*c9ccf3a3SEmmanuel Vadot&soc {
21*c9ccf3a3SEmmanuel Vadot	/delete-node/ ssi@1004a800;
22*c9ccf3a3SEmmanuel Vadot	/delete-node/ serial@1004c800;
23*c9ccf3a3SEmmanuel Vadot	/delete-node/ adc@10059000;
24*c9ccf3a3SEmmanuel Vadot	/delete-node/ ethernet@11c30000;
25*c9ccf3a3SEmmanuel Vadot};
26