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