aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5410.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/exynos5410.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5410.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
index 52070e54589a..731eefd23fa9 100644
--- a/arch/arm/boot/dts/exynos5410.dtsi
+++ b/arch/arm/boot/dts/exynos5410.dtsi
@@ -34,24 +34,28 @@
34 device_type = "cpu"; 34 device_type = "cpu";
35 compatible = "arm,cortex-a15"; 35 compatible = "arm,cortex-a15";
36 reg = <0x0>; 36 reg = <0x0>;
37 clock-frequency = <1600000000>;
37 }; 38 };
38 39
39 CPU1: cpu@1 { 40 CPU1: cpu@1 {
40 device_type = "cpu"; 41 device_type = "cpu";
41 compatible = "arm,cortex-a15"; 42 compatible = "arm,cortex-a15";
42 reg = <0x1>; 43 reg = <0x1>;
44 clock-frequency = <1600000000>;
43 }; 45 };
44 46
45 CPU2: cpu@2 { 47 CPU2: cpu@2 {
46 device_type = "cpu"; 48 device_type = "cpu";
47 compatible = "arm,cortex-a15"; 49 compatible = "arm,cortex-a15";
48 reg = <0x2>; 50 reg = <0x2>;
51 clock-frequency = <1600000000>;
49 }; 52 };
50 53
51 CPU3: cpu@3 { 54 CPU3: cpu@3 {
52 device_type = "cpu"; 55 device_type = "cpu";
53 compatible = "arm,cortex-a15"; 56 compatible = "arm,cortex-a15";
54 reg = <0x3>; 57 reg = <0x3>;
58 clock-frequency = <1600000000>;
55 }; 59 };
56 }; 60 };
57 61
@@ -93,6 +97,11 @@
93 reg = <0x10000000 0x100>; 97 reg = <0x10000000 0x100>;
94 }; 98 };
95 99
100 pmu_system_controller: system-controller@10040000 {
101 compatible = "samsung,exynos5410-pmu", "syscon";
102 reg = <0x10040000 0x5000>;
103 };
104
96 mct: mct@101C0000 { 105 mct: mct@101C0000 {
97 compatible = "samsung,exynos4210-mct"; 106 compatible = "samsung,exynos4210-mct";
98 reg = <0x101C0000 0xB00>; 107 reg = <0x101C0000 0xB00>;