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