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