1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2/* 3 * Device Tree Source for the RZ/G2L SMARC SOM common parts 4 * 5 * Copyright (C) 2021 Renesas Electronics Corp. 6 */ 7 8/ { 9 memory@48000000 { 10 device_type = "memory"; 11 /* first 128MB is reserved for secure area. */ 12 reg = <0x0 0x48000000 0x0 0x78000000>; 13 }; 14}; 15 16&extal_clk { 17 clock-frequency = <24000000>; 18}; 19