]>
Commit | Line | Data |
---|---|---|
2e7d35d2 SG |
1 | /dts-v1/; |
2 | ||
2c0f782e PD |
3 | #include <dt-bindings/gpio/gpio.h> |
4 | #include <dt-bindings/gpio/sandbox-gpio.h> | |
5 | ||
2e7d35d2 SG |
6 | / { |
7 | model = "sandbox"; | |
8 | compatible = "sandbox"; | |
9 | #address-cells = <1>; | |
0503e820 | 10 | #size-cells = <1>; |
2e7d35d2 | 11 | |
00606d7e SG |
12 | aliases { |
13 | console = &uart0; | |
171e991d | 14 | eth0 = "/eth@10002000"; |
71d7971f | 15 | eth3 = ð_3; |
171e991d | 16 | eth5 = ð_5; |
5d9a88f4 SG |
17 | gpio1 = &gpio_a; |
18 | gpio2 = &gpio_b; | |
ff52665d | 19 | gpio3 = &gpio_c; |
9cc36a2b | 20 | i2c0 = "/i2c@0"; |
e48eeb9e SG |
21 | mmc0 = "/mmc0"; |
22 | mmc1 = "/mmc1"; | |
dee4d752 BM |
23 | pci0 = &pci0; |
24 | pci1 = &pci1; | |
3ed214ac | 25 | pci2 = &pci2; |
5215940f NM |
26 | remoteproc1 = &rproc_1; |
27 | remoteproc2 = &rproc_2; | |
52d3bc5d SG |
28 | rtc0 = &rtc_0; |
29 | rtc1 = &rtc_1; | |
171e991d | 30 | spi0 = "/spi@0"; |
f64000c3 | 31 | testfdt6 = "/e-test"; |
9cc36a2b SG |
32 | testbus3 = "/some-bus"; |
33 | testfdt0 = "/some-bus/c-test@0"; | |
34 | testfdt1 = "/some-bus/c-test@1"; | |
35 | testfdt3 = "/b-test"; | |
36 | testfdt5 = "/some-bus/c-test@5"; | |
37 | testfdt8 = "/a-test"; | |
507cef3d ER |
38 | fdt-dummy0 = "/translation-test@8000/dev@0,0"; |
39 | fdt-dummy1 = "/translation-test@8000/dev@1,100"; | |
40 | fdt-dummy2 = "/translation-test@8000/dev@2,200"; | |
41 | fdt-dummy3 = "/translation-test@8000/noxlatebus@3,300/dev@42"; | |
e00cb223 SG |
42 | usb0 = &usb_0; |
43 | usb1 = &usb_1; | |
44 | usb2 = &usb_2; | |
957983e0 | 45 | axi0 = &axi; |
4eea5318 | 46 | osd0 = "/osd"; |
00606d7e SG |
47 | }; |
48 | ||
ce6d99a0 SG |
49 | audio: audio-codec { |
50 | compatible = "sandbox,audio-codec"; | |
51 | #sound-dai-cells = <1>; | |
52 | }; | |
53 | ||
e96fa6c9 | 54 | cros_ec: cros-ec { |
e6c5c94a SG |
55 | reg = <0 0>; |
56 | compatible = "google,cros-ec-sandbox"; | |
57 | ||
58 | /* | |
59 | * This describes the flash memory within the EC. Note | |
60 | * that the STM32L flash erases to 0, not 0xff. | |
61 | */ | |
62 | flash { | |
63 | image-pos = <0x08000000>; | |
64 | size = <0x20000>; | |
65 | erase-value = <0>; | |
66 | ||
67 | /* Information for sandbox */ | |
68 | ro { | |
69 | image-pos = <0>; | |
70 | size = <0xf000>; | |
71 | }; | |
72 | wp-ro { | |
73 | image-pos = <0xf000>; | |
74 | size = <0x1000>; | |
75 | }; | |
76 | rw { | |
77 | image-pos = <0x10000>; | |
78 | size = <0x10000>; | |
79 | }; | |
80 | }; | |
81 | }; | |
82 | ||
23f965a4 YF |
83 | dsi_host: dsi_host { |
84 | compatible = "sandbox,dsi-host"; | |
85 | }; | |
86 | ||
2e7d35d2 | 87 | a-test { |
0503e820 | 88 | reg = <0 1>; |
2e7d35d2 | 89 | compatible = "denx,u-boot-fdt-test"; |
eb9ef5fe | 90 | ping-expect = <0>; |
2e7d35d2 | 91 | ping-add = <0>; |
00606d7e | 92 | u-boot,dm-pre-reloc; |
2c0f782e PD |
93 | test-gpios = <&gpio_a 1>, <&gpio_a 4>, |
94 | <&gpio_b 5 GPIO_ACTIVE_HIGH 3 2 1>, | |
3669e0e7 | 95 | <0>, <&gpio_a 12>; |
2c0f782e PD |
96 | test2-gpios = <&gpio_a 1>, <&gpio_a 4>, |
97 | <&gpio_b 6 GPIO_ACTIVE_LOW 3 2 1>, | |
98 | <&gpio_b 7 GPIO_IN 3 2 1>, | |
99 | <&gpio_b 8 GPIO_OUT 3 2 1>, | |
100 | <&gpio_b 9 (GPIO_OUT|GPIO_OUT_ACTIVE) 3 2 1>; | |
ff52665d PD |
101 | test3-gpios = |
102 | <&gpio_c 0 (GPIO_OUT|GPIO_OPEN_DRAIN)>, | |
103 | <&gpio_c 1 (GPIO_OUT|GPIO_OPEN_SOURCE)>, | |
104 | <&gpio_c 2 GPIO_OUT>, | |
105 | <&gpio_c 3 (GPIO_IN|GPIO_PULL_UP)>, | |
106 | <&gpio_c 4 (GPIO_IN|GPIO_PULL_DOWN)>, | |
107 | <&gpio_c 5 GPIO_IN>; | |
a1b17e4f SG |
108 | int-value = <1234>; |
109 | uint-value = <(-1234)>; | |
70573c6c | 110 | int64-value = /bits/ 64 <0x1111222233334444>; |
4bb7075c | 111 | int-array = <5678 9123 4567>; |
02554355 | 112 | interrupts-extended = <&irq 3 0>; |
2e7d35d2 SG |
113 | }; |
114 | ||
115 | junk { | |
0503e820 | 116 | reg = <1 1>; |
2e7d35d2 SG |
117 | compatible = "not,compatible"; |
118 | }; | |
119 | ||
120 | no-compatible { | |
0503e820 | 121 | reg = <2 1>; |
2e7d35d2 SG |
122 | }; |
123 | ||
5d9a88f4 SG |
124 | backlight: backlight { |
125 | compatible = "pwm-backlight"; | |
126 | enable-gpios = <&gpio_a 1>; | |
127 | power-supply = <&ldo_1>; | |
128 | pwms = <&pwm 0 1000>; | |
129 | default-brightness-level = <5>; | |
130 | brightness-levels = <0 16 32 64 128 170 202 234 255>; | |
131 | }; | |
132 | ||
49c752c9 JJH |
133 | bind-test { |
134 | bind-test-child1 { | |
135 | compatible = "sandbox,phy"; | |
136 | #phy-cells = <1>; | |
137 | }; | |
138 | ||
139 | bind-test-child2 { | |
140 | compatible = "simple-bus"; | |
141 | }; | |
142 | }; | |
143 | ||
2e7d35d2 | 144 | b-test { |
0503e820 | 145 | reg = <3 1>; |
2e7d35d2 | 146 | compatible = "denx,u-boot-fdt-test"; |
eb9ef5fe | 147 | ping-expect = <3>; |
2e7d35d2 SG |
148 | ping-add = <3>; |
149 | }; | |
150 | ||
86322f59 JJH |
151 | phy_provider0: gen_phy@0 { |
152 | compatible = "sandbox,phy"; | |
153 | #phy-cells = <1>; | |
154 | }; | |
155 | ||
156 | phy_provider1: gen_phy@1 { | |
157 | compatible = "sandbox,phy"; | |
158 | #phy-cells = <0>; | |
159 | broken; | |
160 | }; | |
161 | ||
162 | gen_phy_user: gen_phy_user { | |
163 | compatible = "simple-bus"; | |
164 | phys = <&phy_provider0 0>, <&phy_provider0 1>, <&phy_provider1>; | |
165 | phy-names = "phy1", "phy2", "phy3"; | |
166 | }; | |
167 | ||
2e7d35d2 SG |
168 | some-bus { |
169 | #address-cells = <1>; | |
170 | #size-cells = <0>; | |
1ca7e206 | 171 | compatible = "denx,u-boot-test-bus"; |
0503e820 | 172 | reg = <3 1>; |
eb9ef5fe | 173 | ping-expect = <4>; |
2e7d35d2 | 174 | ping-add = <4>; |
1ca7e206 | 175 | c-test@5 { |
2e7d35d2 SG |
176 | compatible = "denx,u-boot-fdt-test"; |
177 | reg = <5>; | |
1ca7e206 | 178 | ping-expect = <5>; |
2e7d35d2 SG |
179 | ping-add = <5>; |
180 | }; | |
1ca7e206 SG |
181 | c-test@0 { |
182 | compatible = "denx,u-boot-fdt-test"; | |
183 | reg = <0>; | |
184 | ping-expect = <6>; | |
185 | ping-add = <6>; | |
186 | }; | |
187 | c-test@1 { | |
188 | compatible = "denx,u-boot-fdt-test"; | |
189 | reg = <1>; | |
190 | ping-expect = <7>; | |
191 | ping-add = <7>; | |
192 | }; | |
2e7d35d2 SG |
193 | }; |
194 | ||
195 | d-test { | |
0503e820 | 196 | reg = <3 1>; |
5a66a8ff SG |
197 | ping-expect = <6>; |
198 | ping-add = <6>; | |
199 | compatible = "google,another-fdt-test"; | |
200 | }; | |
201 | ||
202 | e-test { | |
0503e820 | 203 | reg = <3 1>; |
eb9ef5fe | 204 | ping-expect = <6>; |
2e7d35d2 SG |
205 | ping-add = <6>; |
206 | compatible = "google,another-fdt-test"; | |
207 | }; | |
208 | ||
9cc36a2b SG |
209 | f-test { |
210 | compatible = "denx,u-boot-fdt-test"; | |
211 | }; | |
212 | ||
213 | g-test { | |
214 | compatible = "denx,u-boot-fdt-test"; | |
215 | }; | |
216 | ||
2786cd74 BM |
217 | h-test { |
218 | compatible = "denx,u-boot-fdt-test1"; | |
219 | }; | |
220 | ||
dc12ebbb SG |
221 | devres-test { |
222 | compatible = "denx,u-boot-devres-test"; | |
223 | }; | |
224 | ||
f50cc952 SG |
225 | acpi-test { |
226 | compatible = "denx,u-boot-acpi-test"; | |
227 | }; | |
228 | ||
ee87a097 PC |
229 | clocks { |
230 | clk_fixed: clk-fixed { | |
231 | compatible = "fixed-clock"; | |
232 | #clock-cells = <0>; | |
233 | clock-frequency = <1234>; | |
234 | }; | |
b630d57d AP |
235 | |
236 | clk_fixed_factor: clk-fixed-factor { | |
237 | compatible = "fixed-factor-clock"; | |
238 | #clock-cells = <0>; | |
239 | clock-div = <3>; | |
240 | clock-mult = <2>; | |
241 | clocks = <&clk_fixed>; | |
242 | }; | |
4ab8e783 LM |
243 | |
244 | osc { | |
245 | compatible = "fixed-clock"; | |
246 | #clock-cells = <0>; | |
247 | clock-frequency = <20000000>; | |
248 | }; | |
135aa950 SW |
249 | }; |
250 | ||
251 | clk_sandbox: clk-sbox { | |
6a1c7cef | 252 | compatible = "sandbox,clk"; |
135aa950 | 253 | #clock-cells = <1>; |
9a52be12 JJH |
254 | assigned-clocks = <&clk_sandbox 3>; |
255 | assigned-clock-rates = <321>; | |
135aa950 SW |
256 | }; |
257 | ||
258 | clk-test { | |
259 | compatible = "sandbox,clk-test"; | |
260 | clocks = <&clk_fixed>, | |
261 | <&clk_sandbox 1>, | |
dd2e0ce2 JJH |
262 | <&clk_sandbox 0>, |
263 | <&clk_sandbox 3>, | |
264 | <&clk_sandbox 2>; | |
265 | clock-names = "fixed", "i2c", "spi", "uart2", "uart1"; | |
6a1c7cef SG |
266 | }; |
267 | ||
87e460c3 LM |
268 | ccf: clk-ccf { |
269 | compatible = "sandbox,clk-ccf"; | |
270 | }; | |
271 | ||
171e991d SG |
272 | eth@10002000 { |
273 | compatible = "sandbox,eth"; | |
274 | reg = <0x10002000 0x1000>; | |
c6fa51a4 | 275 | fake-host-hwaddr = [00 00 66 44 22 00]; |
171e991d SG |
276 | }; |
277 | ||
278 | eth_5: eth@10003000 { | |
279 | compatible = "sandbox,eth"; | |
280 | reg = <0x10003000 0x1000>; | |
c6fa51a4 | 281 | fake-host-hwaddr = [00 00 66 44 22 11]; |
171e991d SG |
282 | }; |
283 | ||
71d7971f BM |
284 | eth_3: sbe5 { |
285 | compatible = "sandbox,eth"; | |
286 | reg = <0x10005000 0x1000>; | |
c6fa51a4 | 287 | fake-host-hwaddr = [00 00 66 44 22 33]; |
71d7971f BM |
288 | }; |
289 | ||
171e991d SG |
290 | eth@10004000 { |
291 | compatible = "sandbox,eth"; | |
292 | reg = <0x10004000 0x1000>; | |
c6fa51a4 | 293 | fake-host-hwaddr = [00 00 66 44 22 22]; |
171e991d SG |
294 | }; |
295 | ||
31b8217e RV |
296 | firmware { |
297 | sandbox_firmware: sandbox-firmware { | |
298 | compatible = "sandbox,firmware"; | |
299 | }; | |
300 | }; | |
301 | ||
e5301bac PD |
302 | pinctrl-gpio { |
303 | compatible = "sandbox,pinctrl-gpio"; | |
304 | ||
305 | gpio_a: base-gpios { | |
306 | compatible = "sandbox,gpio"; | |
307 | gpio-controller; | |
308 | #gpio-cells = <1>; | |
309 | gpio-bank-name = "a"; | |
310 | sandbox,gpio-count = <20>; | |
311 | }; | |
2e7d35d2 | 312 | |
e5301bac PD |
313 | gpio_b: extra-gpios { |
314 | compatible = "sandbox,gpio"; | |
315 | gpio-controller; | |
316 | #gpio-cells = <5>; | |
317 | gpio-bank-name = "b"; | |
318 | sandbox,gpio-count = <10>; | |
319 | }; | |
0ae0cb7b | 320 | |
e5301bac PD |
321 | gpio_c: pinmux-gpios { |
322 | compatible = "sandbox,gpio"; | |
323 | gpio-controller; | |
324 | #gpio-cells = <2>; | |
325 | gpio-bank-name = "c"; | |
326 | sandbox,gpio-count = <10>; | |
327 | }; | |
ff52665d PD |
328 | }; |
329 | ||
ecc2ed55 SG |
330 | i2c@0 { |
331 | #address-cells = <1>; | |
332 | #size-cells = <0>; | |
0503e820 | 333 | reg = <0 1>; |
ecc2ed55 SG |
334 | compatible = "sandbox,i2c"; |
335 | clock-frequency = <100000>; | |
336 | eeprom@2c { | |
337 | reg = <0x2c>; | |
338 | compatible = "i2c-eeprom"; | |
031a650e | 339 | sandbox,emul = <&emul_eeprom>; |
ecc2ed55 | 340 | }; |
9038cd53 | 341 | |
52d3bc5d SG |
342 | rtc_0: rtc@43 { |
343 | reg = <0x43>; | |
344 | compatible = "sandbox-rtc"; | |
031a650e | 345 | sandbox,emul = <&emul0>; |
52d3bc5d SG |
346 | }; |
347 | ||
348 | rtc_1: rtc@61 { | |
349 | reg = <0x61>; | |
350 | compatible = "sandbox-rtc"; | |
031a650e SG |
351 | sandbox,emul = <&emul1>; |
352 | }; | |
353 | ||
354 | i2c_emul: emul { | |
355 | reg = <0xff>; | |
356 | compatible = "sandbox,i2c-emul-parent"; | |
357 | emul_eeprom: emul-eeprom { | |
358 | compatible = "sandbox,i2c-eeprom"; | |
359 | sandbox,filename = "i2c.bin"; | |
360 | sandbox,size = <256>; | |
361 | }; | |
362 | emul0: emul0 { | |
363 | compatible = "sandbox,i2c-rtc"; | |
364 | }; | |
365 | emul1: emull { | |
52d3bc5d SG |
366 | compatible = "sandbox,i2c-rtc"; |
367 | }; | |
368 | }; | |
369 | ||
9038cd53 PM |
370 | sandbox_pmic: sandbox_pmic { |
371 | reg = <0x40>; | |
031a650e | 372 | sandbox,emul = <&emul_pmic0>; |
9038cd53 | 373 | }; |
686df498 LM |
374 | |
375 | mc34708: pmic@41 { | |
376 | reg = <0x41>; | |
031a650e | 377 | sandbox,emul = <&emul_pmic1>; |
686df498 | 378 | }; |
ecc2ed55 SG |
379 | }; |
380 | ||
6f2d59cb PT |
381 | bootcount@0 { |
382 | compatible = "u-boot,bootcount-rtc"; | |
383 | rtc = <&rtc_1>; | |
384 | offset = <0x13>; | |
385 | }; | |
386 | ||
08d6300a PM |
387 | adc@0 { |
388 | compatible = "sandbox,adc"; | |
389 | vdd-supply = <&buck2>; | |
390 | vss-microvolts = <0>; | |
391 | }; | |
392 | ||
02554355 | 393 | irq: irq { |
fbb0efdd | 394 | compatible = "sandbox,irq"; |
02554355 SG |
395 | interrupt-controller; |
396 | #interrupt-cells = <2>; | |
fbb0efdd SG |
397 | }; |
398 | ||
3c97c4fb SG |
399 | lcd { |
400 | u-boot,dm-pre-reloc; | |
401 | compatible = "sandbox,lcd-sdl"; | |
402 | xres = <1366>; | |
403 | yres = <768>; | |
404 | }; | |
405 | ||
3c43fba3 SG |
406 | leds { |
407 | compatible = "gpio-leds"; | |
408 | ||
409 | iracibble { | |
410 | gpios = <&gpio_a 1 0>; | |
411 | label = "sandbox:red"; | |
412 | }; | |
413 | ||
414 | martinet { | |
415 | gpios = <&gpio_a 2 0>; | |
416 | label = "sandbox:green"; | |
417 | }; | |
274fb461 PB |
418 | |
419 | default_on { | |
420 | gpios = <&gpio_a 5 0>; | |
421 | label = "sandbox:default_on"; | |
422 | default-state = "on"; | |
423 | }; | |
424 | ||
425 | default_off { | |
426 | gpios = <&gpio_a 6 0>; | |
427 | label = "sandbox:default_off"; | |
428 | default-state = "off"; | |
429 | }; | |
3c43fba3 SG |
430 | }; |
431 | ||
8961b524 SW |
432 | mbox: mbox { |
433 | compatible = "sandbox,mbox"; | |
434 | #mbox-cells = <1>; | |
435 | }; | |
436 | ||
437 | mbox-test { | |
438 | compatible = "sandbox,mbox-test"; | |
439 | mboxes = <&mbox 100>, <&mbox 1>; | |
440 | mbox-names = "other", "test"; | |
441 | }; | |
442 | ||
073e6d65 AT |
443 | cpus { |
444 | cpu-test1 { | |
445 | compatible = "sandbox,cpu_sandbox"; | |
446 | u-boot,dm-pre-reloc; | |
447 | }; | |
fa44b533 | 448 | |
073e6d65 AT |
449 | cpu-test2 { |
450 | compatible = "sandbox,cpu_sandbox"; | |
451 | u-boot,dm-pre-reloc; | |
452 | }; | |
fa44b533 | 453 | |
073e6d65 AT |
454 | cpu-test3 { |
455 | compatible = "sandbox,cpu_sandbox"; | |
456 | u-boot,dm-pre-reloc; | |
457 | }; | |
fa44b533 MS |
458 | }; |
459 | ||
e96fa6c9 SG |
460 | i2s: i2s { |
461 | compatible = "sandbox,i2s"; | |
462 | #sound-dai-cells = <1>; | |
ecc7973d | 463 | sandbox,silent; /* Don't emit sounds while testing */ |
e96fa6c9 SG |
464 | }; |
465 | ||
07e33711 JJH |
466 | nop-test_0 { |
467 | compatible = "sandbox,nop_sandbox1"; | |
468 | nop-test_1 { | |
469 | compatible = "sandbox,nop_sandbox2"; | |
470 | bind = "True"; | |
471 | }; | |
472 | nop-test_2 { | |
473 | compatible = "sandbox,nop_sandbox2"; | |
474 | bind = "False"; | |
475 | }; | |
476 | }; | |
477 | ||
004e67c2 MS |
478 | misc-test { |
479 | compatible = "sandbox,misc_sandbox"; | |
480 | }; | |
481 | ||
e48eeb9e SG |
482 | mmc2 { |
483 | compatible = "sandbox,mmc"; | |
484 | }; | |
485 | ||
486 | mmc1 { | |
487 | compatible = "sandbox,mmc"; | |
488 | }; | |
489 | ||
490 | mmc0 { | |
8e6cc461 SG |
491 | compatible = "sandbox,mmc"; |
492 | }; | |
493 | ||
b45c833c SG |
494 | pch { |
495 | compatible = "sandbox,pch"; | |
496 | }; | |
497 | ||
42c64d1b | 498 | pci0: pci@0 { |
d3b7ff14 SG |
499 | compatible = "sandbox,pci"; |
500 | device_type = "pci"; | |
42c64d1b | 501 | bus-range = <0x00 0xff>; |
d3b7ff14 SG |
502 | #address-cells = <3>; |
503 | #size-cells = <2>; | |
b0e2c23d | 504 | ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000 |
d3b7ff14 | 505 | 0x01000000 0 0x20000000 0x20000000 0 0x2000>; |
2db7f2b7 BM |
506 | pci@0,0 { |
507 | compatible = "pci-generic"; | |
508 | reg = <0x0000 0 0 0 0>; | |
9b69ba4a | 509 | sandbox,emul = <&swap_case_emul0_0>; |
2db7f2b7 | 510 | }; |
21ebbafd AM |
511 | pci@1,0 { |
512 | compatible = "pci-generic"; | |
33c215af SG |
513 | /* reg 0 is at 0x14, using FDT_PCI_SPACE_MEM32 */ |
514 | reg = <0x02000814 0 0 0 0 | |
515 | 0x01000810 0 0 0 0>; | |
9b69ba4a | 516 | sandbox,emul = <&swap_case_emul0_1>; |
21ebbafd | 517 | }; |
3e17ffbb SG |
518 | p2sb-pci@2,0 { |
519 | compatible = "sandbox,p2sb"; | |
520 | reg = <0x02001010 0 0 0 0>; | |
521 | sandbox,emul = <&p2sb_emul>; | |
522 | ||
523 | adder { | |
524 | intel,p2sb-port-id = <3>; | |
525 | compatible = "sandbox,adder"; | |
526 | }; | |
527 | }; | |
3b65ee34 SG |
528 | pci@1e,0 { |
529 | compatible = "sandbox,pmc"; | |
530 | reg = <0xf000 0 0 0 0>; | |
531 | sandbox,emul = <&pmc_emul1e>; | |
532 | acpi-base = <0x400>; | |
533 | gpe0-dwx-mask = <0xf>; | |
534 | gpe0-dwx-shift-base = <4>; | |
535 | gpe0-dw = <6 7 9>; | |
536 | gpe0-sts = <0x20>; | |
537 | gpe0-en = <0x30>; | |
538 | }; | |
d3b7ff14 SG |
539 | pci@1f,0 { |
540 | compatible = "pci-generic"; | |
33c215af SG |
541 | /* reg 0 is at 0x10, using FDT_PCI_SPACE_IO */ |
542 | reg = <0x0100f810 0 0 0 0>; | |
9b69ba4a SG |
543 | sandbox,emul = <&swap_case_emul0_1f>; |
544 | }; | |
545 | }; | |
546 | ||
547 | pci-emul0 { | |
548 | compatible = "sandbox,pci-emul-parent"; | |
549 | swap_case_emul0_0: emul0@0,0 { | |
550 | compatible = "sandbox,swap-case"; | |
551 | }; | |
552 | swap_case_emul0_1: emul0@1,0 { | |
553 | compatible = "sandbox,swap-case"; | |
554 | use-ea; | |
555 | }; | |
556 | swap_case_emul0_1f: emul0@1f,0 { | |
557 | compatible = "sandbox,swap-case"; | |
d3b7ff14 | 558 | }; |
3e17ffbb SG |
559 | p2sb_emul: emul@2,0 { |
560 | compatible = "sandbox,p2sb-emul"; | |
561 | }; | |
3b65ee34 SG |
562 | pmc_emul1e: emul@1e,0 { |
563 | compatible = "sandbox,pmc-emul"; | |
564 | }; | |
d3b7ff14 SG |
565 | }; |
566 | ||
42c64d1b | 567 | pci1: pci@1 { |
dee4d752 BM |
568 | compatible = "sandbox,pci"; |
569 | device_type = "pci"; | |
42c64d1b | 570 | bus-range = <0x00 0xff>; |
dee4d752 BM |
571 | #address-cells = <3>; |
572 | #size-cells = <2>; | |
573 | ranges = <0x02000000 0 0x30000000 0x30000000 0 0x2000 | |
574 | 0x01000000 0 0x40000000 0x40000000 0 0x2000>; | |
490d13a5 | 575 | sandbox,dev-info = <0x08 0x00 0x1234 0x5678 |
b59349a0 MV |
576 | 0x0c 0x00 0x1234 0x5678 |
577 | 0x10 0x00 0x1234 0x5678>; | |
578 | pci@10,0 { | |
579 | reg = <0x8000 0 0 0 0>; | |
580 | }; | |
dee4d752 BM |
581 | }; |
582 | ||
42c64d1b | 583 | pci2: pci@2 { |
3ed214ac BM |
584 | compatible = "sandbox,pci"; |
585 | device_type = "pci"; | |
42c64d1b | 586 | bus-range = <0x00 0xff>; |
3ed214ac BM |
587 | #address-cells = <3>; |
588 | #size-cells = <2>; | |
589 | ranges = <0x02000000 0 0x50000000 0x50000000 0 0x2000 | |
590 | 0x01000000 0 0x60000000 0x60000000 0 0x2000>; | |
591 | sandbox,dev-info = <0x08 0x00 0x1234 0x5678>; | |
592 | pci@1f,0 { | |
593 | compatible = "pci-generic"; | |
594 | reg = <0xf800 0 0 0 0>; | |
9b69ba4a SG |
595 | sandbox,emul = <&swap_case_emul2_1f>; |
596 | }; | |
597 | }; | |
598 | ||
599 | pci-emul2 { | |
600 | compatible = "sandbox,pci-emul-parent"; | |
601 | swap_case_emul2_1f: emul2@1f,0 { | |
602 | compatible = "sandbox,swap-case"; | |
3ed214ac BM |
603 | }; |
604 | }; | |
605 | ||
bb413337 RF |
606 | pci_ep: pci_ep { |
607 | compatible = "sandbox,pci_ep"; | |
608 | }; | |
609 | ||
98561572 SG |
610 | probing { |
611 | compatible = "simple-bus"; | |
612 | test1 { | |
613 | compatible = "denx,u-boot-probe-test"; | |
614 | }; | |
615 | ||
616 | test2 { | |
617 | compatible = "denx,u-boot-probe-test"; | |
618 | }; | |
619 | ||
620 | test3 { | |
621 | compatible = "denx,u-boot-probe-test"; | |
622 | }; | |
623 | ||
624 | test4 { | |
625 | compatible = "denx,u-boot-probe-test"; | |
6c3af1f2 JJH |
626 | first-syscon = <&syscon0>; |
627 | second-sys-ctrl = <&another_system_controller>; | |
a442e61e | 628 | third-syscon = <&syscon2>; |
98561572 SG |
629 | }; |
630 | }; | |
631 | ||
61f5ddcb SW |
632 | pwrdom: power-domain { |
633 | compatible = "sandbox,power-domain"; | |
634 | #power-domain-cells = <1>; | |
635 | }; | |
636 | ||
637 | power-domain-test { | |
638 | compatible = "sandbox,power-domain-test"; | |
639 | power-domains = <&pwrdom 2>; | |
640 | }; | |
641 | ||
5d9a88f4 | 642 | pwm: pwm { |
43b41566 | 643 | compatible = "sandbox,pwm"; |
5d9a88f4 | 644 | #pwm-cells = <2>; |
43b41566 SG |
645 | }; |
646 | ||
647 | pwm2 { | |
648 | compatible = "sandbox,pwm"; | |
5d9a88f4 | 649 | #pwm-cells = <2>; |
43b41566 SG |
650 | }; |
651 | ||
64ce0cad SG |
652 | ram { |
653 | compatible = "sandbox,ram"; | |
654 | }; | |
655 | ||
5010d98f SG |
656 | reset@0 { |
657 | compatible = "sandbox,warm-reset"; | |
658 | }; | |
659 | ||
660 | reset@1 { | |
661 | compatible = "sandbox,reset"; | |
662 | }; | |
663 | ||
4581b717 SW |
664 | resetc: reset-ctl { |
665 | compatible = "sandbox,reset-ctl"; | |
666 | #reset-cells = <1>; | |
667 | }; | |
668 | ||
669 | reset-ctl-test { | |
670 | compatible = "sandbox,reset-ctl-test"; | |
671 | resets = <&resetc 100>, <&resetc 2>; | |
672 | reset-names = "other", "test"; | |
673 | }; | |
674 | ||
ff0dada9 SG |
675 | rng { |
676 | compatible = "sandbox,sandbox-rng"; | |
677 | }; | |
678 | ||
5215940f NM |
679 | rproc_1: rproc@1 { |
680 | compatible = "sandbox,test-processor"; | |
681 | remoteproc-name = "remoteproc-test-dev1"; | |
682 | }; | |
683 | ||
684 | rproc_2: rproc@2 { | |
685 | compatible = "sandbox,test-processor"; | |
686 | internal-memory-mapped; | |
687 | remoteproc-name = "remoteproc-test-dev2"; | |
688 | }; | |
689 | ||
5d9a88f4 SG |
690 | panel { |
691 | compatible = "simple-panel"; | |
692 | backlight = <&backlight 0 100>; | |
693 | }; | |
694 | ||
7fd7e2cf RF |
695 | smem@0 { |
696 | compatible = "sandbox,smem"; | |
697 | }; | |
698 | ||
d4901898 SG |
699 | sound { |
700 | compatible = "sandbox,sound"; | |
701 | cpu { | |
702 | sound-dai = <&i2s 0>; | |
703 | }; | |
704 | ||
705 | codec { | |
706 | sound-dai = <&audio 0>; | |
707 | }; | |
708 | }; | |
709 | ||
0ae0cb7b SG |
710 | spi@0 { |
711 | #address-cells = <1>; | |
712 | #size-cells = <0>; | |
0503e820 | 713 | reg = <0 1>; |
0ae0cb7b SG |
714 | compatible = "sandbox,spi"; |
715 | cs-gpios = <0>, <&gpio_a 0>; | |
716 | spi.bin@0 { | |
717 | reg = <0>; | |
ffd4c7c2 | 718 | compatible = "spansion,m25p16", "jedec,spi-nor"; |
0ae0cb7b SG |
719 | spi-max-frequency = <40000000>; |
720 | sandbox,filename = "spi.bin"; | |
721 | }; | |
722 | }; | |
723 | ||
6c3af1f2 | 724 | syscon0: syscon@0 { |
04035fd3 | 725 | compatible = "sandbox,syscon0"; |
82744c20 | 726 | reg = <0x10 16>; |
04035fd3 SG |
727 | }; |
728 | ||
6c3af1f2 | 729 | another_system_controller: syscon@1 { |
04035fd3 | 730 | compatible = "sandbox,syscon1"; |
0503e820 SG |
731 | reg = <0x20 5 |
732 | 0x28 6 | |
733 | 0x30 7 | |
734 | 0x38 8>; | |
04035fd3 SG |
735 | }; |
736 | ||
a442e61e | 737 | syscon2: syscon@2 { |
99552c34 MY |
738 | compatible = "simple-mfd", "syscon"; |
739 | reg = <0x40 5 | |
740 | 0x48 6 | |
741 | 0x50 7 | |
742 | 0x58 8>; | |
743 | }; | |
744 | ||
e7cc8d11 TC |
745 | timer { |
746 | compatible = "sandbox,timer"; | |
747 | clock-frequency = <1000000>; | |
748 | }; | |
749 | ||
b91ad16a MR |
750 | tpm2 { |
751 | compatible = "sandbox,tpm2"; | |
752 | }; | |
753 | ||
171e991d SG |
754 | uart0: serial { |
755 | compatible = "sandbox,serial"; | |
756 | u-boot,dm-pre-reloc; | |
bfacad7d JH |
757 | }; |
758 | ||
e00cb223 SG |
759 | usb_0: usb@0 { |
760 | compatible = "sandbox,usb"; | |
761 | status = "disabled"; | |
762 | hub { | |
763 | compatible = "sandbox,usb-hub"; | |
764 | #address-cells = <1>; | |
765 | #size-cells = <0>; | |
766 | flash-stick { | |
767 | reg = <0>; | |
768 | compatible = "sandbox,usb-flash"; | |
769 | }; | |
770 | }; | |
771 | }; | |
772 | ||
773 | usb_1: usb@1 { | |
774 | compatible = "sandbox,usb"; | |
775 | hub { | |
776 | compatible = "usb-hub"; | |
777 | usb,device-class = <9>; | |
778 | hub-emul { | |
779 | compatible = "sandbox,usb-hub"; | |
780 | #address-cells = <1>; | |
781 | #size-cells = <0>; | |
431cbd6d | 782 | flash-stick@0 { |
e00cb223 SG |
783 | reg = <0>; |
784 | compatible = "sandbox,usb-flash"; | |
785 | sandbox,filepath = "testflash.bin"; | |
786 | }; | |
787 | ||
431cbd6d SG |
788 | flash-stick@1 { |
789 | reg = <1>; | |
790 | compatible = "sandbox,usb-flash"; | |
791 | sandbox,filepath = "testflash1.bin"; | |
792 | }; | |
793 | ||
794 | flash-stick@2 { | |
795 | reg = <2>; | |
796 | compatible = "sandbox,usb-flash"; | |
797 | sandbox,filepath = "testflash2.bin"; | |
798 | }; | |
799 | ||
bff1a71e SG |
800 | keyb@3 { |
801 | reg = <3>; | |
802 | compatible = "sandbox,usb-keyb"; | |
803 | }; | |
804 | ||
e00cb223 SG |
805 | }; |
806 | }; | |
807 | }; | |
808 | ||
809 | usb_2: usb@2 { | |
810 | compatible = "sandbox,usb"; | |
811 | status = "disabled"; | |
812 | }; | |
813 | ||
d33776e4 MK |
814 | spmi: spmi@0 { |
815 | compatible = "sandbox,spmi"; | |
816 | #address-cells = <0x1>; | |
817 | #size-cells = <0x1>; | |
a605b0f7 | 818 | ranges; |
d33776e4 MK |
819 | pm8916@0 { |
820 | compatible = "qcom,spmi-pmic"; | |
821 | reg = <0x0 0x1>; | |
822 | #address-cells = <0x1>; | |
823 | #size-cells = <0x1>; | |
a605b0f7 | 824 | ranges; |
d33776e4 MK |
825 | |
826 | spmi_gpios: gpios@c000 { | |
827 | compatible = "qcom,pm8916-gpio"; | |
828 | reg = <0xc000 0x400>; | |
829 | gpio-controller; | |
830 | gpio-count = <4>; | |
831 | #gpio-cells = <2>; | |
832 | gpio-bank-name="spmi"; | |
833 | }; | |
834 | }; | |
835 | }; | |
0753bc2d | 836 | |
837 | wdt0: wdt@0 { | |
838 | compatible = "sandbox,wdt"; | |
839 | }; | |
f2006808 | 840 | |
957983e0 MS |
841 | axi: axi@0 { |
842 | compatible = "sandbox,axi"; | |
843 | #address-cells = <0x1>; | |
844 | #size-cells = <0x1>; | |
845 | store@0 { | |
846 | compatible = "sandbox,sandbox_store"; | |
847 | reg = <0x0 0x400>; | |
848 | }; | |
849 | }; | |
850 | ||
f2006808 | 851 | chosen { |
7e87816c SG |
852 | #address-cells = <1>; |
853 | #size-cells = <1>; | |
14ca9f7f SG |
854 | setting = "sunrise ohoka"; |
855 | other-node = "/some-bus/c-test@5"; | |
bd933bfd | 856 | int-values = <0x1937 72993>; |
f2006808 RC |
857 | chosen-test { |
858 | compatible = "denx,u-boot-fdt-test"; | |
859 | reg = <9 1>; | |
860 | }; | |
861 | }; | |
e8d52918 MS |
862 | |
863 | translation-test@8000 { | |
864 | compatible = "simple-bus"; | |
865 | reg = <0x8000 0x4000>; | |
866 | ||
867 | #address-cells = <0x2>; | |
868 | #size-cells = <0x1>; | |
869 | ||
870 | ranges = <0 0x0 0x8000 0x1000 | |
871 | 1 0x100 0x9000 0x1000 | |
872 | 2 0x200 0xA000 0x1000 | |
873 | 3 0x300 0xB000 0x1000 | |
874 | >; | |
875 | ||
641067fb FD |
876 | dma-ranges = <0 0x000 0x10000000 0x1000 |
877 | 1 0x100 0x20000000 0x1000 | |
878 | >; | |
879 | ||
e8d52918 MS |
880 | dev@0,0 { |
881 | compatible = "denx,u-boot-fdt-dummy"; | |
882 | reg = <0 0x0 0x1000>; | |
79598820 | 883 | reg-names = "sandbox-dummy-0"; |
e8d52918 MS |
884 | }; |
885 | ||
886 | dev@1,100 { | |
887 | compatible = "denx,u-boot-fdt-dummy"; | |
888 | reg = <1 0x100 0x1000>; | |
889 | ||
890 | }; | |
891 | ||
892 | dev@2,200 { | |
893 | compatible = "denx,u-boot-fdt-dummy"; | |
894 | reg = <2 0x200 0x1000>; | |
895 | }; | |
896 | ||
897 | ||
898 | noxlatebus@3,300 { | |
899 | compatible = "simple-bus"; | |
900 | reg = <3 0x300 0x1000>; | |
901 | ||
902 | #address-cells = <0x1>; | |
903 | #size-cells = <0x0>; | |
904 | ||
905 | dev@42 { | |
906 | compatible = "denx,u-boot-fdt-dummy"; | |
907 | reg = <0x42>; | |
908 | }; | |
909 | }; | |
910 | }; | |
4eea5318 MS |
911 | |
912 | osd { | |
913 | compatible = "sandbox,sandbox_osd"; | |
914 | }; | |
d24c1d0f | 915 | |
e6fd0181 MS |
916 | board { |
917 | compatible = "sandbox,board_sandbox"; | |
918 | }; | |
fa830ae1 JW |
919 | |
920 | sandbox_tee { | |
921 | compatible = "sandbox,tee"; | |
922 | }; | |
4f89d494 BM |
923 | |
924 | sandbox_virtio1 { | |
925 | compatible = "sandbox,virtio1"; | |
926 | }; | |
927 | ||
928 | sandbox_virtio2 { | |
929 | compatible = "sandbox,virtio2"; | |
930 | }; | |
f41a824b PC |
931 | |
932 | pinctrl { | |
933 | compatible = "sandbox,pinctrl"; | |
d15c05b5 PD |
934 | |
935 | pinctrl-names = "default"; | |
936 | pinctrl-0 = <&gpios>; | |
937 | ||
938 | gpios: gpios { | |
939 | gpio0 { | |
940 | pins = "GPIO0"; | |
941 | bias-pull-up; | |
942 | input-disable; | |
943 | }; | |
944 | gpio1 { | |
945 | pins = "GPIO1"; | |
946 | output-high; | |
947 | drive-open-drain; | |
948 | }; | |
949 | gpio2 { | |
950 | pins = "GPIO2"; | |
951 | bias-pull-down; | |
952 | input-enable; | |
953 | }; | |
954 | gpio3 { | |
955 | pins = "GPIO3"; | |
956 | bias-disable; | |
957 | }; | |
958 | }; | |
f41a824b | 959 | }; |
7f84fc67 BG |
960 | |
961 | hwspinlock@0 { | |
962 | compatible = "sandbox,hwspinlock"; | |
963 | }; | |
b3309918 GS |
964 | |
965 | dma: dma { | |
966 | compatible = "sandbox,dma"; | |
967 | #dma-cells = <1>; | |
968 | ||
969 | dmas = <&dma 0>, <&dma 1>, <&dma 2>; | |
970 | dma-names = "m2m", "tx0", "rx0"; | |
971 | }; | |
ec9594a5 | 972 | |
c3d9f3f8 AM |
973 | /* |
974 | * keep mdio-mux ahead of mdio so that the mux is removed first at the | |
975 | * end of the test. If parent mdio is removed first, clean-up of the | |
976 | * mux will trigger a 2nd probe of parent-mdio, leaving parent-mdio | |
977 | * active at the end of the test. That it turn doesn't allow the mdio | |
978 | * class to be destroyed, triggering an error. | |
979 | */ | |
980 | mdio-mux-test { | |
981 | compatible = "sandbox,mdio-mux"; | |
982 | #address-cells = <1>; | |
983 | #size-cells = <0>; | |
984 | mdio-parent-bus = <&mdio>; | |
985 | ||
986 | mdio-ch-test@0 { | |
987 | reg = <0>; | |
988 | }; | |
989 | mdio-ch-test@1 { | |
990 | reg = <1>; | |
991 | }; | |
992 | }; | |
993 | ||
994 | mdio: mdio-test { | |
ec9594a5 AM |
995 | compatible = "sandbox,mdio"; |
996 | }; | |
2e7d35d2 | 997 | }; |
9038cd53 PM |
998 | |
999 | #include "sandbox_pmic.dtsi" |