df9f1835c9e9ff387772e2ea58adedc37215dd01
[oweals/u-boot.git] / arch / sandbox / dts / test.dts
1 /dts-v1/;
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/gpio/sandbox-gpio.h>
5
6 / {
7         model = "sandbox";
8         compatible = "sandbox";
9         #address-cells = <1>;
10         #size-cells = <1>;
11
12         aliases {
13                 console = &uart0;
14                 eth0 = "/eth@10002000";
15                 eth3 = &eth_3;
16                 eth5 = &eth_5;
17                 gpio1 = &gpio_a;
18                 gpio2 = &gpio_b;
19                 gpio3 = &gpio_c;
20                 i2c0 = "/i2c@0";
21                 mmc0 = "/mmc0";
22                 mmc1 = "/mmc1";
23                 pci0 = &pci0;
24                 pci1 = &pci1;
25                 pci2 = &pci2;
26                 remoteproc1 = &rproc_1;
27                 remoteproc2 = &rproc_2;
28                 rtc0 = &rtc_0;
29                 rtc1 = &rtc_1;
30                 spi0 = "/spi@0";
31                 testfdt6 = "/e-test";
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";
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";
42                 usb0 = &usb_0;
43                 usb1 = &usb_1;
44                 usb2 = &usb_2;
45                 axi0 = &axi;
46                 osd0 = "/osd";
47         };
48
49         audio: audio-codec {
50                 compatible = "sandbox,audio-codec";
51                 #sound-dai-cells = <1>;
52         };
53
54         cros_ec: cros-ec {
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
83         dsi_host: dsi_host {
84                 compatible = "sandbox,dsi-host";
85         };
86
87         a-test {
88                 reg = <0 1>;
89                 compatible = "denx,u-boot-fdt-test";
90                 ping-expect = <0>;
91                 ping-add = <0>;
92                 u-boot,dm-pre-reloc;
93                 test-gpios = <&gpio_a 1>, <&gpio_a 4>,
94                         <&gpio_b 5 GPIO_ACTIVE_HIGH 3 2 1>,
95                         <0>, <&gpio_a 12>;
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>;
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>;
108                 int-value = <1234>;
109                 uint-value = <(-1234)>;
110                 int64-value = /bits/ 64 <0x1111222233334444>;
111                 int-array = <5678 9123 4567>;
112                 interrupts-extended = <&irq 3 0>;
113         };
114
115         junk {
116                 reg = <1 1>;
117                 compatible = "not,compatible";
118         };
119
120         no-compatible {
121                 reg = <2 1>;
122         };
123
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
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
144         b-test {
145                 reg = <3 1>;
146                 compatible = "denx,u-boot-fdt-test";
147                 ping-expect = <3>;
148                 ping-add = <3>;
149         };
150
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
168         some-bus {
169                 #address-cells = <1>;
170                 #size-cells = <0>;
171                 compatible = "denx,u-boot-test-bus";
172                 reg = <3 1>;
173                 ping-expect = <4>;
174                 ping-add = <4>;
175                 c-test@5 {
176                         compatible = "denx,u-boot-fdt-test";
177                         reg = <5>;
178                         ping-expect = <5>;
179                         ping-add = <5>;
180                 };
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                 };
193         };
194
195         d-test {
196                 reg = <3 1>;
197                 ping-expect = <6>;
198                 ping-add = <6>;
199                 compatible = "google,another-fdt-test";
200         };
201
202         e-test {
203                 reg = <3 1>;
204                 ping-expect = <6>;
205                 ping-add = <6>;
206                 compatible = "google,another-fdt-test";
207         };
208
209         f-test {
210                 compatible = "denx,u-boot-fdt-test";
211         };
212
213         g-test {
214                 compatible = "denx,u-boot-fdt-test";
215         };
216
217         h-test {
218                 compatible = "denx,u-boot-fdt-test1";
219         };
220
221         devres-test {
222                 compatible = "denx,u-boot-devres-test";
223         };
224
225         acpi-test {
226                 compatible = "denx,u-boot-acpi-test";
227         };
228
229         clocks {
230                 clk_fixed: clk-fixed {
231                         compatible = "fixed-clock";
232                         #clock-cells = <0>;
233                         clock-frequency = <1234>;
234                 };
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                 };
243
244                 osc {
245                         compatible = "fixed-clock";
246                         #clock-cells = <0>;
247                         clock-frequency = <20000000>;
248                 };
249         };
250
251         clk_sandbox: clk-sbox {
252                 compatible = "sandbox,clk";
253                 #clock-cells = <1>;
254                 assigned-clocks = <&clk_sandbox 3>;
255                 assigned-clock-rates = <321>;
256         };
257
258         clk-test {
259                 compatible = "sandbox,clk-test";
260                 clocks = <&clk_fixed>,
261                          <&clk_sandbox 1>,
262                          <&clk_sandbox 0>,
263                          <&clk_sandbox 3>,
264                          <&clk_sandbox 2>;
265                 clock-names = "fixed", "i2c", "spi", "uart2", "uart1";
266         };
267
268         ccf: clk-ccf {
269                 compatible = "sandbox,clk-ccf";
270         };
271
272         eth@10002000 {
273                 compatible = "sandbox,eth";
274                 reg = <0x10002000 0x1000>;
275                 fake-host-hwaddr = [00 00 66 44 22 00];
276         };
277
278         eth_5: eth@10003000 {
279                 compatible = "sandbox,eth";
280                 reg = <0x10003000 0x1000>;
281                 fake-host-hwaddr = [00 00 66 44 22 11];
282         };
283
284         eth_3: sbe5 {
285                 compatible = "sandbox,eth";
286                 reg = <0x10005000 0x1000>;
287                 fake-host-hwaddr = [00 00 66 44 22 33];
288         };
289
290         eth@10004000 {
291                 compatible = "sandbox,eth";
292                 reg = <0x10004000 0x1000>;
293                 fake-host-hwaddr = [00 00 66 44 22 22];
294         };
295
296         firmware {
297                 sandbox_firmware: sandbox-firmware {
298                         compatible = "sandbox,firmware";
299                 };
300         };
301
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                 };
312
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                 };
320
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                 };
328         };
329
330         i2c@0 {
331                 #address-cells = <1>;
332                 #size-cells = <0>;
333                 reg = <0 1>;
334                 compatible = "sandbox,i2c";
335                 clock-frequency = <100000>;
336                 eeprom@2c {
337                         reg = <0x2c>;
338                         compatible = "i2c-eeprom";
339                         sandbox,emul = <&emul_eeprom>;
340                 };
341
342                 rtc_0: rtc@43 {
343                         reg = <0x43>;
344                         compatible = "sandbox-rtc";
345                         sandbox,emul = <&emul0>;
346                 };
347
348                 rtc_1: rtc@61 {
349                         reg = <0x61>;
350                         compatible = "sandbox-rtc";
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 {
366                                 compatible = "sandbox,i2c-rtc";
367                         };
368                 };
369
370                 sandbox_pmic: sandbox_pmic {
371                         reg = <0x40>;
372                         sandbox,emul = <&emul_pmic0>;
373                 };
374
375                 mc34708: pmic@41 {
376                         reg = <0x41>;
377                         sandbox,emul = <&emul_pmic1>;
378                 };
379         };
380
381         bootcount@0 {
382                 compatible = "u-boot,bootcount-rtc";
383                 rtc = <&rtc_1>;
384                 offset = <0x13>;
385         };
386
387         adc@0 {
388                 compatible = "sandbox,adc";
389                 vdd-supply = <&buck2>;
390                 vss-microvolts = <0>;
391         };
392
393         irq: irq {
394                 compatible = "sandbox,irq";
395                 interrupt-controller;
396                 #interrupt-cells = <2>;
397         };
398
399         lcd {
400                 u-boot,dm-pre-reloc;
401                 compatible = "sandbox,lcd-sdl";
402                 xres = <1366>;
403                 yres = <768>;
404         };
405
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                 };
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                 };
430         };
431
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
443         cpus {
444                 cpu-test1 {
445                         compatible = "sandbox,cpu_sandbox";
446                         u-boot,dm-pre-reloc;
447                 };
448
449                 cpu-test2 {
450                         compatible = "sandbox,cpu_sandbox";
451                         u-boot,dm-pre-reloc;
452                 };
453
454                 cpu-test3 {
455                         compatible = "sandbox,cpu_sandbox";
456                         u-boot,dm-pre-reloc;
457                 };
458         };
459
460         i2s: i2s {
461                 compatible = "sandbox,i2s";
462                 #sound-dai-cells = <1>;
463                 sandbox,silent; /* Don't emit sounds while testing */
464         };
465
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
478         misc-test {
479                 compatible = "sandbox,misc_sandbox";
480         };
481
482         mmc2 {
483                 compatible = "sandbox,mmc";
484         };
485
486         mmc1 {
487                 compatible = "sandbox,mmc";
488         };
489
490         mmc0 {
491                 compatible = "sandbox,mmc";
492         };
493
494         pch {
495                 compatible = "sandbox,pch";
496         };
497
498         pci0: pci@0 {
499                 compatible = "sandbox,pci";
500                 device_type = "pci";
501                 bus-range = <0x00 0xff>;
502                 #address-cells = <3>;
503                 #size-cells = <2>;
504                 ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000
505                                 0x01000000 0 0x20000000 0x20000000 0 0x2000>;
506                 pci@0,0 {
507                         compatible = "pci-generic";
508                         reg = <0x0000 0 0 0 0>;
509                         sandbox,emul = <&swap_case_emul0_0>;
510                 };
511                 pci@1,0 {
512                         compatible = "pci-generic";
513                         /* reg 0 is at 0x14, using FDT_PCI_SPACE_MEM32 */
514                         reg = <0x02000814 0 0 0 0
515                                0x01000810 0 0 0 0>;
516                         sandbox,emul = <&swap_case_emul0_1>;
517                 };
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                 };
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                 };
539                 pci@1f,0 {
540                         compatible = "pci-generic";
541                         /* reg 0 is at 0x10, using FDT_PCI_SPACE_IO */
542                         reg = <0x0100f810 0 0 0 0>;
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";
558                 };
559                 p2sb_emul: emul@2,0 {
560                         compatible = "sandbox,p2sb-emul";
561                 };
562                 pmc_emul1e: emul@1e,0 {
563                         compatible = "sandbox,pmc-emul";
564                 };
565         };
566
567         pci1: pci@1 {
568                 compatible = "sandbox,pci";
569                 device_type = "pci";
570                 bus-range = <0x00 0xff>;
571                 #address-cells = <3>;
572                 #size-cells = <2>;
573                 ranges = <0x02000000 0 0x30000000 0x30000000 0 0x2000
574                                 0x01000000 0 0x40000000 0x40000000 0 0x2000>;
575                 sandbox,dev-info = <0x08 0x00 0x1234 0x5678
576                                     0x0c 0x00 0x1234 0x5678
577                                     0x10 0x00 0x1234 0x5678>;
578                 pci@10,0 {
579                         reg = <0x8000 0 0 0 0>;
580                 };
581         };
582
583         pci2: pci@2 {
584                 compatible = "sandbox,pci";
585                 device_type = "pci";
586                 bus-range = <0x00 0xff>;
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>;
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";
603                 };
604         };
605
606         pci_ep: pci_ep {
607                 compatible = "sandbox,pci_ep";
608         };
609
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";
626                         first-syscon = <&syscon0>;
627                         second-sys-ctrl = <&another_system_controller>;
628                         third-syscon = <&syscon2>;
629                 };
630         };
631
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
642         pwm: pwm {
643                 compatible = "sandbox,pwm";
644                 #pwm-cells = <2>;
645         };
646
647         pwm2 {
648                 compatible = "sandbox,pwm";
649                 #pwm-cells = <2>;
650         };
651
652         ram {
653                 compatible = "sandbox,ram";
654         };
655
656         reset@0 {
657                 compatible = "sandbox,warm-reset";
658         };
659
660         reset@1 {
661                 compatible = "sandbox,reset";
662         };
663
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
675         rng {
676                 compatible = "sandbox,sandbox-rng";
677         };
678
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
690         panel {
691                 compatible = "simple-panel";
692                 backlight = <&backlight 0 100>;
693         };
694
695         smem@0 {
696                 compatible = "sandbox,smem";
697         };
698
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
710         spi@0 {
711                 #address-cells = <1>;
712                 #size-cells = <0>;
713                 reg = <0 1>;
714                 compatible = "sandbox,spi";
715                 cs-gpios = <0>, <&gpio_a 0>;
716                 spi.bin@0 {
717                         reg = <0>;
718                         compatible = "spansion,m25p16", "jedec,spi-nor";
719                         spi-max-frequency = <40000000>;
720                         sandbox,filename = "spi.bin";
721                 };
722         };
723
724         syscon0: syscon@0 {
725                 compatible = "sandbox,syscon0";
726                 reg = <0x10 16>;
727         };
728
729         another_system_controller: syscon@1 {
730                 compatible = "sandbox,syscon1";
731                 reg = <0x20 5
732                         0x28 6
733                         0x30 7
734                         0x38 8>;
735         };
736
737         syscon2: syscon@2 {
738                 compatible = "simple-mfd", "syscon";
739                 reg = <0x40 5
740                         0x48 6
741                         0x50 7
742                         0x58 8>;
743         };
744
745         timer {
746                 compatible = "sandbox,timer";
747                 clock-frequency = <1000000>;
748         };
749
750         tpm2 {
751                 compatible = "sandbox,tpm2";
752         };
753
754         uart0: serial {
755                 compatible = "sandbox,serial";
756                 u-boot,dm-pre-reloc;
757         };
758
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>;
782                                 flash-stick@0 {
783                                         reg = <0>;
784                                         compatible = "sandbox,usb-flash";
785                                         sandbox,filepath = "testflash.bin";
786                                 };
787
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
800                                 keyb@3 {
801                                         reg = <3>;
802                                         compatible = "sandbox,usb-keyb";
803                                 };
804
805                         };
806                 };
807         };
808
809         usb_2: usb@2 {
810                 compatible = "sandbox,usb";
811                 status = "disabled";
812         };
813
814         spmi: spmi@0 {
815                 compatible = "sandbox,spmi";
816                 #address-cells = <0x1>;
817                 #size-cells = <0x1>;
818                 ranges;
819                 pm8916@0 {
820                         compatible = "qcom,spmi-pmic";
821                         reg = <0x0 0x1>;
822                         #address-cells = <0x1>;
823                         #size-cells = <0x1>;
824                         ranges;
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         };
836
837         wdt0: wdt@0 {
838                 compatible = "sandbox,wdt";
839         };
840
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
851         chosen {
852                 #address-cells = <1>;
853                 #size-cells = <1>;
854                 setting = "sunrise ohoka";
855                 other-node = "/some-bus/c-test@5";
856                 int-values = <0x1937 72993>;
857                 chosen-test {
858                         compatible = "denx,u-boot-fdt-test";
859                         reg = <9 1>;
860                 };
861         };
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
876                 dma-ranges = <0 0x000 0x10000000 0x1000
877                               1 0x100 0x20000000 0x1000
878                              >;
879
880                 dev@0,0 {
881                         compatible = "denx,u-boot-fdt-dummy";
882                         reg = <0 0x0 0x1000>;
883                         reg-names = "sandbox-dummy-0";
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         };
911
912         osd {
913                 compatible = "sandbox,sandbox_osd";
914         };
915
916         board {
917                 compatible = "sandbox,board_sandbox";
918         };
919
920         sandbox_tee {
921                 compatible = "sandbox,tee";
922         };
923
924         sandbox_virtio1 {
925                 compatible = "sandbox,virtio1";
926         };
927
928         sandbox_virtio2 {
929                 compatible = "sandbox,virtio2";
930         };
931
932         pinctrl {
933                 compatible = "sandbox,pinctrl";
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                 };
959         };
960
961         hwspinlock@0 {
962                 compatible = "sandbox,hwspinlock";
963         };
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         };
972
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 {
995                 compatible = "sandbox,mdio";
996         };
997 };
998
999 #include "sandbox_pmic.dtsi"