0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 /*
0003 * Device Tree Source for the RZ/V2M (r9a09g011) Evaluation Kit Board
0004 *
0005 * Copyright (C) 2022 Renesas Electronics Corp.
0006 */
0007
0008 /dts-v1/;
0009 #include "r9a09g011.dtsi"
0010
0011 / {
0012 model = "RZ/V2M Evaluation Kit 2.0";
0013 compatible = "renesas,rzv2mevk2", "renesas,r9a09g011";
0014
0015 aliases {
0016 serial0 = &uart0;
0017 ethernet0 = &avb;
0018 };
0019
0020 chosen {
0021 stdout-path = "serial0:115200n8";
0022 };
0023
0024 memory@58000000 {
0025 device_type = "memory";
0026 /*
0027 * first 1.25GiB is reserved for ISP Firmware,
0028 * next 128MiB is reserved for secure area.
0029 */
0030 reg = <0x0 0x58000000 0x0 0x28000000>;
0031 };
0032
0033 memory@180000000 {
0034 device_type = "memory";
0035 reg = <0x1 0x80000000 0x0 0x80000000>;
0036 };
0037 };
0038
0039 &avb {
0040 renesas,no-ether-link;
0041 phy-handle = <&phy0>;
0042 phy-mode = "gmii";
0043 status = "okay";
0044
0045 phy0: ethernet-phy@0 {
0046 compatible = "ethernet-phy-id001c.c916",
0047 "ethernet-phy-ieee802.3-c22";
0048 reg = <0>;
0049 };
0050 };
0051
0052 &extal_clk {
0053 clock-frequency = <48000000>;
0054 };
0055
0056 &uart0 {
0057 status = "okay";
0058 };