r8a7796-salvator-x.dts 750 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
/*
 * Device Tree Source for the Salvator-X board
 *
 * Copyright (C) 2016 Renesas Electronics Corp.
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */

11 12
#define CPG_AUDIO_CLK_I		R8A7796_CLK_S0D4

13 14
/dts-v1/;
#include "r8a7796.dtsi"
15
#include "salvator-x.dtsi"
16 17 18 19 20 21 22 23 24 25

/ {
	model = "Renesas Salvator-X board based on r8a7796";
	compatible = "renesas,salvator-x", "renesas,r8a7796";

	memory@48000000 {
		device_type = "memory";
		/* first 128MB is reserved for secure area. */
		reg = <0x0 0x48000000 0x0 0x78000000>;
	};
26

27 28 29 30
	memory@600000000 {
		device_type = "memory";
		reg = <0x6 0x00000000 0x0 0x80000000>;
	};
31
};