exynos4412.dtsi revision 279377
1279377Simp/*
2279377Simp * Samsung's Exynos4412 SoC device tree source
3279377Simp *
4279377Simp * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5279377Simp *		http://www.samsung.com
6279377Simp *
7279377Simp * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
8279377Simp * based board files can include this file and provide values for board specfic
9279377Simp * bindings.
10279377Simp *
11279377Simp * Note: This file does not include device nodes for all the controllers in
12279377Simp * Exynos4412 SoC. As device tree coverage for Exynos4412 increases, additional
13279377Simp * nodes can be added to this file.
14279377Simp *
15279377Simp * This program is free software; you can redistribute it and/or modify
16279377Simp * it under the terms of the GNU General Public License version 2 as
17279377Simp * published by the Free Software Foundation.
18279377Simp*/
19279377Simp
20279377Simp#include "exynos4x12.dtsi"
21279377Simp
22279377Simp/ {
23279377Simp	compatible = "samsung,exynos4412", "samsung,exynos4";
24279377Simp
25279377Simp	cpus {
26279377Simp		#address-cells = <1>;
27279377Simp		#size-cells = <0>;
28279377Simp
29279377Simp		cpu@A00 {
30279377Simp			device_type = "cpu";
31279377Simp			compatible = "arm,cortex-a9";
32279377Simp			reg = <0xA00>;
33279377Simp		};
34279377Simp
35279377Simp		cpu@A01 {
36279377Simp			device_type = "cpu";
37279377Simp			compatible = "arm,cortex-a9";
38279377Simp			reg = <0xA01>;
39279377Simp		};
40279377Simp
41279377Simp		cpu@A02 {
42279377Simp			device_type = "cpu";
43279377Simp			compatible = "arm,cortex-a9";
44279377Simp			reg = <0xA02>;
45279377Simp		};
46279377Simp
47279377Simp		cpu@A03 {
48279377Simp			device_type = "cpu";
49279377Simp			compatible = "arm,cortex-a9";
50279377Simp			reg = <0xA03>;
51279377Simp		};
52279377Simp	};
53279377Simp
54279377Simp	combiner: interrupt-controller@10440000 {
55279377Simp		samsung,combiner-nr = <20>;
56279377Simp	};
57279377Simp
58279377Simp	pmu {
59279377Simp		interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
60279377Simp	};
61279377Simp
62279377Simp	gic: interrupt-controller@10490000 {
63279377Simp		cpu-offset = <0x4000>;
64279377Simp	};
65279377Simp
66279377Simp	pmu_system_controller: system-controller@10020000 {
67279377Simp		compatible = "samsung,exynos4412-pmu", "syscon";
68279377Simp	};
69279377Simp};
70