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