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