1/* 2 * Device Tree Source for the Salvator-X board 3 * 4 * Copyright (C) 2016 Renesas Electronics Corp. 5 * 6 * This file is licensed under the terms of the GNU General Public License 7 * version 2. This program is licensed "as is" without any warranty of any 8 * kind, whether express or implied. 9 */ 10 11#define CPG_AUDIO_CLK_I R8A7796_CLK_S0D4 12 13/dts-v1/; 14#include "r8a7796.dtsi" 15#include "salvator-x.dtsi" 16 17/ { 18 model = "Renesas Salvator-X board based on r8a7796"; 19 compatible = "renesas,salvator-x", "renesas,r8a7796"; 20 21 memory@48000000 { 22 device_type = "memory"; 23 /* first 128MB is reserved for secure area. */ 24 reg = <0x0 0x48000000 0x0 0x78000000>; 25 }; 26 27 memory@600000000 { 28 device_type = "memory"; 29 reg = <0x6 0x00000000 0x0 0x80000000>; 30 }; 31}; 32