SPEAr: Add DT bindings for SPEAr's timer
[deliverable/linux.git] / arch / arm / boot / dts / spear300-evb.dts
CommitLineData
c5fa4fdc
VK
1/*
2 * DTS file for SPEAr300 Evaluation Baord
3 *
4 * Copyright 2012 Viresh Kumar <viresh.kumar@st.com>
5 *
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
9 *
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
12 */
13
14/dts-v1/;
15/include/ "spear300.dtsi"
16
17/ {
18 model = "ST SPEAr300 Evaluation Board";
19 compatible = "st,spear300-evb", "st,spear300";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 memory {
24 reg = <0 0x40000000>;
25 };
26
27 ahb {
28 clcd@60000000 {
29 status = "okay";
30 };
31
0b7ee717
VK
32 dma@fc400000 {
33 status = "okay";
34 };
35
c5fa4fdc
VK
36 fsmc: flash@94000000 {
37 status = "okay";
38 };
39
40 gmac: eth@e0800000 {
41 status = "okay";
42 };
43
44 sdhci@70000000 {
45 int-gpio = <&gpio1 0 0>;
46 power-gpio = <&gpio1 2 1>;
47 status = "okay";
48 };
49
50 smi: flash@fc000000 {
51 status = "okay";
52 };
53
54 spi0: spi@d0100000 {
55 status = "okay";
56 };
57
58 ehci@e1800000 {
59 status = "okay";
60 };
61
62 ohci@e1900000 {
63 status = "okay";
64 };
65
66 ohci@e2100000 {
67 status = "okay";
68 };
69
70 apb {
71 gpio0: gpio@fc980000 {
72 status = "okay";
73 };
74
75 gpio1: gpio@a9000000 {
76 status = "okay";
77 };
78
79 i2c0: i2c@d0180000 {
80 status = "okay";
81 };
82
83 kbd@a0000000 {
fa599c33
VK
84 linux,keymap = < 0x00000001
85 0x00010002
86 0x00020003
87 0x00030004
88 0x00040005
89 0x00050006
90 0x00060007
91 0x00070008
92 0x00080009
93 0x0100000a
94 0x0101000c
95 0x0102000d
96 0x0103000e
97 0x0104000f
98 0x01050010
99 0x01060011
100 0x01070012
101 0x01080013
102 0x02000014
103 0x02010015
104 0x02020016
105 0x02030017
106 0x02040018
107 0x02050019
108 0x0206001a
109 0x0207001b
110 0x0208001c
111 0x0300001d
112 0x0301001e
113 0x0302001f
114 0x03030020
115 0x03040021
116 0x03050022
117 0x03060023
118 0x03070024
119 0x03080025
120 0x04000026
121 0x04010027
122 0x04020028
123 0x04030029
124 0x0404002a
125 0x0405002b
126 0x0406002c
127 0x0407002d
128 0x0408002e
129 0x0500002f
130 0x05010030
131 0x05020031
132 0x05030032
133 0x05040033
134 0x05050034
135 0x05060035
136 0x05070036
137 0x05080037
138 0x06000038
139 0x06010039
140 0x0602003a
141 0x0603003b
142 0x0604003c
143 0x0605003d
144 0x0606003e
145 0x0607003f
146 0x06080040
147 0x07000041
148 0x07010042
149 0x07020043
150 0x07030044
151 0x07040045
152 0x07050046
153 0x07060047
154 0x07070048
155 0x07080049
156 0x0800004a
157 0x0801004b
158 0x0802004c
159 0x0803004d
160 0x0804004e
161 0x0805004f
162 0x08060050
163 0x08070051
164 0x08080052 >;
c5fa4fdc
VK
165 autorepeat;
166 st,mode = <0>;
167 status = "okay";
168 };
169
170 rtc@fc900000 {
171 status = "okay";
172 };
173
174 serial@d0000000 {
175 status = "okay";
176 };
177
178 wdt@fc880000 {
179 status = "okay";
180 };
181 };
182 };
183};
This page took 0.033142 seconds and 5 git commands to generate.