]> Git Repo - u-boot.git/blame - arch/sandbox/dts/test.dts
dm: test: Add a test for the LED uclass
[u-boot.git] / arch / sandbox / dts / test.dts
CommitLineData
2e7d35d2
SG
1/dts-v1/;
2
3/ {
4 model = "sandbox";
5 compatible = "sandbox";
6 #address-cells = <1>;
7 #size-cells = <0>;
8
00606d7e
SG
9 aliases {
10 console = &uart0;
171e991d
SG
11 eth0 = "/eth@10002000";
12 eth5 = &eth_5;
9cc36a2b 13 i2c0 = "/i2c@0";
f64000c3 14 pci0 = &pci;
52d3bc5d
SG
15 rtc0 = &rtc_0;
16 rtc1 = &rtc_1;
171e991d 17 spi0 = "/spi@0";
f64000c3 18 testfdt6 = "/e-test";
9cc36a2b
SG
19 testbus3 = "/some-bus";
20 testfdt0 = "/some-bus/c-test@0";
21 testfdt1 = "/some-bus/c-test@1";
22 testfdt3 = "/b-test";
23 testfdt5 = "/some-bus/c-test@5";
24 testfdt8 = "/a-test";
e00cb223
SG
25 usb0 = &usb_0;
26 usb1 = &usb_1;
27 usb2 = &usb_2;
00606d7e
SG
28 };
29
2e7d35d2
SG
30 a-test {
31 reg = <0>;
32 compatible = "denx,u-boot-fdt-test";
eb9ef5fe 33 ping-expect = <0>;
2e7d35d2 34 ping-add = <0>;
00606d7e 35 u-boot,dm-pre-reloc;
3669e0e7
SG
36 test-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 5 0 3 2 1>,
37 <0>, <&gpio_a 12>;
38 test2-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 6 1 3 2 1>,
39 <&gpio_b 7 2 3 2 1>, <&gpio_b 8 4 3 2 1>,
40 <&gpio_b 9 0xc 3 2 1>;
2e7d35d2
SG
41 };
42
43 junk {
44 reg = <1>;
45 compatible = "not,compatible";
46 };
47
48 no-compatible {
49 reg = <2>;
50 };
51
52 b-test {
53 reg = <3>;
54 compatible = "denx,u-boot-fdt-test";
eb9ef5fe 55 ping-expect = <3>;
2e7d35d2
SG
56 ping-add = <3>;
57 };
58
59 some-bus {
60 #address-cells = <1>;
61 #size-cells = <0>;
1ca7e206 62 compatible = "denx,u-boot-test-bus";
5a66a8ff 63 reg = <3>;
eb9ef5fe 64 ping-expect = <4>;
2e7d35d2 65 ping-add = <4>;
1ca7e206 66 c-test@5 {
2e7d35d2
SG
67 compatible = "denx,u-boot-fdt-test";
68 reg = <5>;
1ca7e206 69 ping-expect = <5>;
2e7d35d2
SG
70 ping-add = <5>;
71 };
1ca7e206
SG
72 c-test@0 {
73 compatible = "denx,u-boot-fdt-test";
74 reg = <0>;
75 ping-expect = <6>;
76 ping-add = <6>;
77 };
78 c-test@1 {
79 compatible = "denx,u-boot-fdt-test";
80 reg = <1>;
81 ping-expect = <7>;
82 ping-add = <7>;
83 };
2e7d35d2
SG
84 };
85
86 d-test {
5a66a8ff
SG
87 reg = <3>;
88 ping-expect = <6>;
89 ping-add = <6>;
90 compatible = "google,another-fdt-test";
91 };
92
93 e-test {
94 reg = <3>;
eb9ef5fe 95 ping-expect = <6>;
2e7d35d2
SG
96 ping-add = <6>;
97 compatible = "google,another-fdt-test";
98 };
99
9cc36a2b
SG
100 f-test {
101 compatible = "denx,u-boot-fdt-test";
102 };
103
104 g-test {
105 compatible = "denx,u-boot-fdt-test";
106 };
107
6a1c7cef
SG
108 clk@0 {
109 compatible = "sandbox,clk";
110 };
111
171e991d
SG
112 eth@10002000 {
113 compatible = "sandbox,eth";
114 reg = <0x10002000 0x1000>;
115 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x00>;
116 };
117
118 eth_5: eth@10003000 {
119 compatible = "sandbox,eth";
120 reg = <0x10003000 0x1000>;
121 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x11>;
122 };
123
124 eth@10004000 {
125 compatible = "sandbox,eth";
126 reg = <0x10004000 0x1000>;
127 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x22>;
128 };
129
0ae0cb7b 130 gpio_a: base-gpios {
2e7d35d2 131 compatible = "sandbox,gpio";
3669e0e7
SG
132 gpio-controller;
133 #gpio-cells = <1>;
2e7d35d2
SG
134 gpio-bank-name = "a";
135 num-gpios = <20>;
136 };
137
3669e0e7 138 gpio_b: extra-gpios {
2e7d35d2 139 compatible = "sandbox,gpio";
3669e0e7
SG
140 gpio-controller;
141 #gpio-cells = <5>;
2e7d35d2
SG
142 gpio-bank-name = "b";
143 num-gpios = <10>;
144 };
0ae0cb7b 145
ecc2ed55
SG
146 i2c@0 {
147 #address-cells = <1>;
148 #size-cells = <0>;
149 reg = <0>;
150 compatible = "sandbox,i2c";
151 clock-frequency = <100000>;
152 eeprom@2c {
153 reg = <0x2c>;
154 compatible = "i2c-eeprom";
155 emul {
156 compatible = "sandbox,i2c-eeprom";
157 sandbox,filename = "i2c.bin";
158 sandbox,size = <256>;
159 };
160 };
9038cd53 161
52d3bc5d
SG
162 rtc_0: rtc@43 {
163 reg = <0x43>;
164 compatible = "sandbox-rtc";
165 emul {
166 compatible = "sandbox,i2c-rtc";
167 };
168 };
169
170 rtc_1: rtc@61 {
171 reg = <0x61>;
172 compatible = "sandbox-rtc";
173 emul {
174 compatible = "sandbox,i2c-rtc";
175 };
176 };
177
9038cd53
PM
178 sandbox_pmic: sandbox_pmic {
179 reg = <0x40>;
180 };
ecc2ed55
SG
181 };
182
3c43fba3
SG
183 leds {
184 compatible = "gpio-leds";
185
186 iracibble {
187 gpios = <&gpio_a 1 0>;
188 label = "sandbox:red";
189 };
190
191 martinet {
192 gpios = <&gpio_a 2 0>;
193 label = "sandbox:green";
194 };
195 };
196
8e6cc461
SG
197 mmc {
198 compatible = "sandbox,mmc";
199 };
200
d3b7ff14
SG
201 pci: pci-controller {
202 compatible = "sandbox,pci";
203 device_type = "pci";
204 #address-cells = <3>;
205 #size-cells = <2>;
206 ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
207 0x01000000 0 0x20000000 0x20000000 0 0x2000>;
208 pci@1f,0 {
209 compatible = "pci-generic";
210 reg = <0xf800 0 0 0 0>;
211 emul@1f,0 {
212 compatible = "sandbox,swap-case";
213 };
214 };
215 };
216
64ce0cad
SG
217 ram {
218 compatible = "sandbox,ram";
219 };
220
5010d98f
SG
221 reset@0 {
222 compatible = "sandbox,warm-reset";
223 };
224
225 reset@1 {
226 compatible = "sandbox,reset";
227 };
228
0ae0cb7b
SG
229 spi@0 {
230 #address-cells = <1>;
231 #size-cells = <0>;
232 reg = <0>;
233 compatible = "sandbox,spi";
234 cs-gpios = <0>, <&gpio_a 0>;
235 spi.bin@0 {
236 reg = <0>;
237 compatible = "spansion,m25p16", "spi-flash";
238 spi-max-frequency = <40000000>;
239 sandbox,filename = "spi.bin";
240 };
241 };
242
171e991d
SG
243 uart0: serial {
244 compatible = "sandbox,serial";
245 u-boot,dm-pre-reloc;
bfacad7d
JH
246 };
247
e00cb223
SG
248 usb_0: usb@0 {
249 compatible = "sandbox,usb";
250 status = "disabled";
251 hub {
252 compatible = "sandbox,usb-hub";
253 #address-cells = <1>;
254 #size-cells = <0>;
255 flash-stick {
256 reg = <0>;
257 compatible = "sandbox,usb-flash";
258 };
259 };
260 };
261
262 usb_1: usb@1 {
263 compatible = "sandbox,usb";
264 hub {
265 compatible = "usb-hub";
266 usb,device-class = <9>;
267 hub-emul {
268 compatible = "sandbox,usb-hub";
269 #address-cells = <1>;
270 #size-cells = <0>;
271 flash-stick {
272 reg = <0>;
273 compatible = "sandbox,usb-flash";
274 sandbox,filepath = "testflash.bin";
275 };
276
277 };
278 };
279 };
280
281 usb_2: usb@2 {
282 compatible = "sandbox,usb";
283 status = "disabled";
284 };
285
2e7d35d2 286};
9038cd53
PM
287
288#include "sandbox_pmic.dtsi"
This page took 0.146245 seconds and 4 git commands to generate.