1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2/* 3 * Device Tree Source for the RZ/V2M (r9a09g011) Evaluation Kit Board 4 * 5 * Copyright (C) 2022 Renesas Electronics Corp. 6 */ 7 8/dts-v1/; 9#include "r9a09g011.dtsi" 10 11/ { 12 model = "RZ/V2M Evaluation Kit 2.0"; 13 compatible = "renesas,rzv2mevk2", "renesas,r9a09g011"; 14 15 aliases { 16 serial0 = &uart0; 17 }; 18 19 chosen { 20 stdout-path = "serial0:115200n8"; 21 }; 22 23 memory@58000000 { 24 device_type = "memory"; 25 /* 26 * first 1.25GiB is reserved for ISP Firmware, 27 * next 128MiB is reserved for secure area. 28 */ 29 reg = <0x0 0x58000000 0x0 0x28000000>; 30 }; 31 32 memory@180000000 { 33 device_type = "memory"; 34 reg = <0x1 0x80000000 0x0 0x80000000>; 35 }; 36}; 37 38&extal_clk { 39 clock-frequency = <48000000>; 40}; 41 42&uart0 { 43 status = "okay"; 44}; 45