xref: /rk3399_rockchip-uboot/arch/arm/dts/exynos5250.dtsi (revision 3ea93948cfaedc8e3d7d7804774be65174d2b56e)
1/*
2 * SAMSUNG EXYNOS5250 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 *		http://www.samsung.com
6 *
7 * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
8 * EXYNOS5250 based board files can include this file and provide
9 * values for board specfic bindings.
10 *
11 * Note: This file does not include device nodes for all the controllers in
12 * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
13 * additional nodes can be added to this file.
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License version 2 as
17 * published by the Free Software Foundation.
18*/
19
20/include/ "skeleton.dtsi"
21
22/ {
23	compatible = "samsung,exynos5250";
24
25	sromc@12250000 {
26		compatible = "samsung,exynos-sromc";
27		reg = <0x12250000 0x20>;
28		#address-cells = <1>;
29		#size-cells = <0>;
30	};
31};
32