clocksource: mct: add support for mct clock setup
[deliverable/linux.git] / arch / arm / boot / dts / exynos5440.dtsi
CommitLineData
1355bbc4
KK
1/*
2 * SAMSUNG EXYNOS5440 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12/include/ "skeleton.dtsi"
13
14/ {
15 compatible = "samsung,exynos5440";
16
17 interrupt-parent = <&gic>;
18
19 gic:interrupt-controller@2E0000 {
20 compatible = "arm,cortex-a15-gic";
21 #interrupt-cells = <3>;
22 interrupt-controller;
23 reg = <0x2E1000 0x1000>, <0x2E2000 0x1000>;
24 };
25
26 cpus {
f5108e1c
KK
27 #address-cells = <1>;
28 #size-cells = <0>;
29
1355bbc4
KK
30 cpu@0 {
31 compatible = "arm,cortex-a15";
f5108e1c 32 reg = <0>;
1355bbc4
KK
33 };
34 cpu@1 {
35 compatible = "arm,cortex-a15";
f5108e1c 36 reg = <1>;
1355bbc4
KK
37 };
38 cpu@2 {
39 compatible = "arm,cortex-a15";
f5108e1c 40 reg = <2>;
1355bbc4
KK
41 };
42 cpu@3 {
43 compatible = "arm,cortex-a15";
f5108e1c 44 reg = <3>;
1355bbc4
KK
45 };
46 };
47
f5108e1c
KK
48 timer {
49 compatible = "arm,cortex-a15-timer",
50 "arm,armv7-timer";
51 interrupts = <1 13 0xf08>,
52 <1 14 0xf08>,
53 <1 11 0xf08>,
54 <1 10 0xf08>;
55 clock-frequency = <50000000>;
56 };
57
1355bbc4
KK
58 serial@B0000 {
59 compatible = "samsung,exynos4210-uart";
60 reg = <0xB0000 0x1000>;
61 interrupts = <0 2 0>;
62 };
63
64 serial@C0000 {
65 compatible = "samsung,exynos4210-uart";
66 reg = <0xC0000 0x1000>;
67 interrupts = <0 3 0>;
68 };
69
70 spi {
71 compatible = "samsung,exynos4210-spi";
72 reg = <0xD0000 0x1000>;
73 interrupts = <0 4 0>;
74 tx-dma-channel = <&pdma0 5>; /* preliminary */
75 rx-dma-channel = <&pdma0 4>; /* preliminary */
76 #address-cells = <1>;
77 #size-cells = <0>;
78 };
79
80 pinctrl {
f6925432 81 compatible = "samsung,exynos5440-pinctrl";
1355bbc4
KK
82 reg = <0xE0000 0x1000>;
83 interrupt-controller;
84 #interrupt-cells = <2>;
b1ce101b
TA
85 #gpio-cells = <2>;
86
87 fan: fan {
88 samsung,exynos5440-pin-function = <1>;
89 };
90
91 hdd_led0: hdd_led0 {
92 samsung,exynos5440-pin-function = <2>;
93 };
94
95 hdd_led1: hdd_led1 {
96 samsung,exynos5440-pin-function = <3>;
97 };
98
99 uart1: uart1 {
100 samsung,exynos5440-pin-function = <4>;
101 };
1355bbc4
KK
102 };
103
104 i2c@F0000 {
49498c56 105 compatible = "samsung,exynos5440-i2c";
1355bbc4
KK
106 reg = <0xF0000 0x1000>;
107 interrupts = <0 5 0>;
108 #address-cells = <1>;
109 #size-cells = <0>;
110 };
111
112 i2c@100000 {
49498c56 113 compatible = "samsung,exynos5440-i2c";
1355bbc4
KK
114 reg = <0x100000 0x1000>;
115 interrupts = <0 6 0>;
116 #address-cells = <1>;
117 #size-cells = <0>;
118 };
119
120 watchdog {
121 compatible = "samsung,s3c2410-wdt";
122 reg = <0x110000 0x1000>;
123 interrupts = <0 1 0>;
124 };
125
126 amba {
127 #address-cells = <1>;
128 #size-cells = <1>;
129 compatible = "arm,amba-bus";
130 interrupt-parent = <&gic>;
131 ranges;
132
133 pdma0: pdma@121A0000 {
134 compatible = "arm,pl330", "arm,primecell";
135 reg = <0x120000 0x1000>;
136 interrupts = <0 34 0>;
137 };
138
139 pdma1: pdma@121B0000 {
140 compatible = "arm,pl330", "arm,primecell";
141 reg = <0x121000 0x1000>;
142 interrupts = <0 35 0>;
143 };
144 };
145
146 rtc {
147 compatible = "samsung,s3c6410-rtc";
148 reg = <0x130000 0x1000>;
e877a5aa 149 interrupts = <0 17 0>, <0 16 0>;
1355bbc4
KK
150 };
151};
This page took 0.063083 seconds and 5 git commands to generate.