1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the Falcon CPU board 4 * 5 * Copyright (C) 2020 Renesas Electronics Corp. 6 */ 7 8#include "r8a779a0.dtsi" 9 10/ { 11 model = "Renesas Falcon CPU board"; 12 compatible = "renesas,falcon-cpu", "renesas,r8a779a0"; 13 14 memory@48000000 { 15 device_type = "memory"; 16 /* first 128MB is reserved for secure area. */ 17 reg = <0x0 0x48000000 0x0 0x78000000>; 18 }; 19 20 memory@500000000 { 21 device_type = "memory"; 22 reg = <0x5 0x00000000 0x0 0x80000000>; 23 }; 24 25 memory@600000000 { 26 device_type = "memory"; 27 reg = <0x6 0x00000000 0x0 0x80000000>; 28 }; 29 30 memory@700000000 { 31 device_type = "memory"; 32 reg = <0x7 0x00000000 0x0 0x80000000>; 33 }; 34}; 35 36&extal_clk { 37 clock-frequency = <16666666>; 38}; 39 40&extalr_clk { 41 clock-frequency = <32768>; 42}; 43 44&scif0 { 45 status = "okay"; 46}; 47