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