SPEAr: Remove existing padmux support for SPEAr
[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 {
84 linux,keymap = < 0x00010000
85 0x00020100
86 0x00030200
87 0x00040300
88 0x00050400
89 0x00060500
90 0x00070600
91 0x00080700
92 0x00090800
93 0x000a0001
94 0x000c0101
95 0x000d0201
96 0x000e0301
97 0x000f0401
98 0x00100501
99 0x00110601
100 0x00120701
101 0x00130801
102 0x00140002
103 0x00150102
104 0x00160202
105 0x00170302
106 0x00180402
107 0x00190502
108 0x001a0602
109 0x001b0702
110 0x001c0802
111 0x001d0003
112 0x001e0103
113 0x001f0203
114 0x00200303
115 0x00210403
116 0x00220503
117 0x00230603
118 0x00240703
119 0x00250803
120 0x00260004
121 0x00270104
122 0x00280204
123 0x00290304
124 0x002a0404
125 0x002b0504
126 0x002c0604
127 0x002d0704
128 0x002e0804
129 0x002f0005
130 0x00300105
131 0x00310205
132 0x00320305
133 0x00330405
134 0x00340505
135 0x00350605
136 0x00360705
137 0x00370805
138 0x00380006
139 0x00390106
140 0x003a0206
141 0x003b0306
142 0x003c0406
143 0x003d0506
144 0x003e0606
145 0x003f0706
146 0x00400806
147 0x00410007
148 0x00420107
149 0x00430207
150 0x00440307
151 0x00450407
152 0x00460507
153 0x00470607
154 0x00480707
155 0x00490807
156 0x004a0008
157 0x004b0108
158 0x004c0208
159 0x004d0308
160 0x004e0408
161 0x004f0508
162 0x00500608
163 0x00510708
164 0x00520808 >;
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.149951 seconds and 5 git commands to generate.