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