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