5 compatible = "sandbox";
11 eth0 = "/eth@10002000";
22 remoteproc1 = &rproc_1;
23 remoteproc2 = &rproc_2;
28 testbus3 = "/some-bus";
29 testfdt0 = "/some-bus/c-test@0";
30 testfdt1 = "/some-bus/c-test@1";
32 testfdt5 = "/some-bus/c-test@5";
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";
46 compatible = "sandbox,audio-codec";
47 #sound-dai-cells = <1>;
52 compatible = "google,cros-ec-sandbox";
55 * This describes the flash memory within the EC. Note
56 * that the STM32L flash erases to 0, not 0xff.
59 image-pos = <0x08000000>;
63 /* Information for sandbox */
73 image-pos = <0x10000>;
81 compatible = "denx,u-boot-fdt-test";
85 test-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 5 0 3 2 1>,
87 test2-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 6 1 3 2 1>,
88 <&gpio_b 7 2 3 2 1>, <&gpio_b 8 4 3 2 1>,
89 <&gpio_b 9 0xc 3 2 1>;
91 uint-value = <(-1234)>;
96 compatible = "not,compatible";
103 backlight: backlight {
104 compatible = "pwm-backlight";
105 enable-gpios = <&gpio_a 1>;
106 power-supply = <&ldo_1>;
107 pwms = <&pwm 0 1000>;
108 default-brightness-level = <5>;
109 brightness-levels = <0 16 32 64 128 170 202 234 255>;
114 compatible = "sandbox,phy";
119 compatible = "simple-bus";
125 compatible = "denx,u-boot-fdt-test";
130 phy_provider0: gen_phy@0 {
131 compatible = "sandbox,phy";
135 phy_provider1: gen_phy@1 {
136 compatible = "sandbox,phy";
141 gen_phy_user: gen_phy_user {
142 compatible = "simple-bus";
143 phys = <&phy_provider0 0>, <&phy_provider0 1>, <&phy_provider1>;
144 phy-names = "phy1", "phy2", "phy3";
148 #address-cells = <1>;
150 compatible = "denx,u-boot-test-bus";
155 compatible = "denx,u-boot-fdt-test";
161 compatible = "denx,u-boot-fdt-test";
167 compatible = "denx,u-boot-fdt-test";
178 compatible = "google,another-fdt-test";
185 compatible = "google,another-fdt-test";
189 compatible = "denx,u-boot-fdt-test";
193 compatible = "denx,u-boot-fdt-test";
197 compatible = "denx,u-boot-fdt-test1";
201 clk_fixed: clk-fixed {
202 compatible = "fixed-clock";
204 clock-frequency = <1234>;
207 clk_fixed_factor: clk-fixed-factor {
208 compatible = "fixed-factor-clock";
212 clocks = <&clk_fixed>;
216 compatible = "fixed-clock";
218 clock-frequency = <20000000>;
222 clk_sandbox: clk-sbox {
223 compatible = "sandbox,clk";
228 compatible = "sandbox,clk-test";
229 clocks = <&clk_fixed>,
232 clock-names = "fixed", "i2c", "spi";
236 compatible = "sandbox,clk-ccf";
240 compatible = "sandbox,eth";
241 reg = <0x10002000 0x1000>;
242 fake-host-hwaddr = [00 00 66 44 22 00];
245 eth_5: eth@10003000 {
246 compatible = "sandbox,eth";
247 reg = <0x10003000 0x1000>;
248 fake-host-hwaddr = [00 00 66 44 22 11];
252 compatible = "sandbox,eth";
253 reg = <0x10005000 0x1000>;
254 fake-host-hwaddr = [00 00 66 44 22 33];
258 compatible = "sandbox,eth";
259 reg = <0x10004000 0x1000>;
260 fake-host-hwaddr = [00 00 66 44 22 22];
264 sandbox_firmware: sandbox-firmware {
265 compatible = "sandbox,firmware";
270 compatible = "sandbox,gpio";
273 gpio-bank-name = "a";
274 sandbox,gpio-count = <20>;
277 gpio_b: extra-gpios {
278 compatible = "sandbox,gpio";
281 gpio-bank-name = "b";
282 sandbox,gpio-count = <10>;
286 #address-cells = <1>;
289 compatible = "sandbox,i2c";
290 clock-frequency = <100000>;
293 compatible = "i2c-eeprom";
294 sandbox,emul = <&emul_eeprom>;
299 compatible = "sandbox-rtc";
300 sandbox,emul = <&emul0>;
305 compatible = "sandbox-rtc";
306 sandbox,emul = <&emul1>;
311 compatible = "sandbox,i2c-emul-parent";
312 emul_eeprom: emul-eeprom {
313 compatible = "sandbox,i2c-eeprom";
314 sandbox,filename = "i2c.bin";
315 sandbox,size = <256>;
318 compatible = "sandbox,i2c-rtc";
321 compatible = "sandbox,i2c-rtc";
325 sandbox_pmic: sandbox_pmic {
327 sandbox,emul = <&emul_pmic0>;
332 sandbox,emul = <&emul_pmic1>;
337 compatible = "u-boot,bootcount-rtc";
343 compatible = "sandbox,adc";
344 vdd-supply = <&buck2>;
345 vss-microvolts = <0>;
350 compatible = "sandbox,lcd-sdl";
356 compatible = "gpio-leds";
359 gpios = <&gpio_a 1 0>;
360 label = "sandbox:red";
364 gpios = <&gpio_a 2 0>;
365 label = "sandbox:green";
369 gpios = <&gpio_a 5 0>;
370 label = "sandbox:default_on";
371 default-state = "on";
375 gpios = <&gpio_a 6 0>;
376 label = "sandbox:default_off";
377 default-state = "off";
382 compatible = "sandbox,mbox";
387 compatible = "sandbox,mbox-test";
388 mboxes = <&mbox 100>, <&mbox 1>;
389 mbox-names = "other", "test";
393 compatible = "sandbox,cpu_sandbox";
398 compatible = "sandbox,cpu_sandbox";
403 compatible = "sandbox,cpu_sandbox";
408 compatible = "sandbox,i2s";
409 #sound-dai-cells = <1>;
410 sandbox,silent; /* Don't emit sounds while testing */
414 compatible = "sandbox,nop_sandbox1";
416 compatible = "sandbox,nop_sandbox2";
420 compatible = "sandbox,nop_sandbox2";
426 compatible = "sandbox,misc_sandbox";
430 compatible = "sandbox,mmc";
434 compatible = "sandbox,mmc";
438 compatible = "sandbox,mmc";
442 compatible = "sandbox,pch";
445 pci0: pci-controller0 {
446 compatible = "sandbox,pci";
448 #address-cells = <3>;
450 ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
451 0x01000000 0 0x20000000 0x20000000 0 0x2000>;
453 compatible = "pci-generic";
454 reg = <0x0000 0 0 0 0>;
456 compatible = "sandbox,swap-case";
460 compatible = "pci-generic";
461 reg = <0x0800 0 0 0 0>;
463 compatible = "sandbox,swap-case";
468 compatible = "pci-generic";
469 reg = <0xf800 0 0 0 0>;
471 compatible = "sandbox,swap-case";
476 pci1: pci-controller1 {
477 compatible = "sandbox,pci";
479 #address-cells = <3>;
481 ranges = <0x02000000 0 0x30000000 0x30000000 0 0x2000
482 0x01000000 0 0x40000000 0x40000000 0 0x2000>;
483 sandbox,dev-info = <0x08 0x00 0x1234 0x5678
484 0x0c 0x00 0x1234 0x5678
485 0x10 0x00 0x1234 0x5678>;
487 reg = <0x8000 0 0 0 0>;
491 pci2: pci-controller2 {
492 compatible = "sandbox,pci";
494 #address-cells = <3>;
496 ranges = <0x02000000 0 0x50000000 0x50000000 0 0x2000
497 0x01000000 0 0x60000000 0x60000000 0 0x2000>;
498 sandbox,dev-info = <0x08 0x00 0x1234 0x5678>;
500 compatible = "pci-generic";
501 reg = <0xf800 0 0 0 0>;
503 compatible = "sandbox,swap-case";
509 compatible = "sandbox,pci_ep";
513 compatible = "simple-bus";
515 compatible = "denx,u-boot-probe-test";
519 compatible = "denx,u-boot-probe-test";
523 compatible = "denx,u-boot-probe-test";
527 compatible = "denx,u-boot-probe-test";
528 first-syscon = <&syscon0>;
529 second-sys-ctrl = <&another_system_controller>;
530 third-syscon = <&syscon2>;
534 pwrdom: power-domain {
535 compatible = "sandbox,power-domain";
536 #power-domain-cells = <1>;
540 compatible = "sandbox,power-domain-test";
541 power-domains = <&pwrdom 2>;
545 compatible = "sandbox,pwm";
550 compatible = "sandbox,pwm";
555 compatible = "sandbox,ram";
559 compatible = "sandbox,warm-reset";
563 compatible = "sandbox,reset";
567 compatible = "sandbox,reset-ctl";
572 compatible = "sandbox,reset-ctl-test";
573 resets = <&resetc 100>, <&resetc 2>;
574 reset-names = "other", "test";
578 compatible = "sandbox,test-processor";
579 remoteproc-name = "remoteproc-test-dev1";
583 compatible = "sandbox,test-processor";
584 internal-memory-mapped;
585 remoteproc-name = "remoteproc-test-dev2";
589 compatible = "simple-panel";
590 backlight = <&backlight 0 100>;
594 compatible = "sandbox,smem";
598 compatible = "sandbox,sound";
600 sound-dai = <&i2s 0>;
604 sound-dai = <&audio 0>;
609 #address-cells = <1>;
612 compatible = "sandbox,spi";
613 cs-gpios = <0>, <&gpio_a 0>;
616 compatible = "spansion,m25p16", "jedec,spi-nor";
617 spi-max-frequency = <40000000>;
618 sandbox,filename = "spi.bin";
623 compatible = "sandbox,syscon0";
627 another_system_controller: syscon@1 {
628 compatible = "sandbox,syscon1";
636 compatible = "simple-mfd", "syscon";
644 compatible = "sandbox,timer";
645 clock-frequency = <1000000>;
649 compatible = "sandbox,tpm2";
653 compatible = "sandbox,serial";
658 compatible = "sandbox,usb";
661 compatible = "sandbox,usb-hub";
662 #address-cells = <1>;
666 compatible = "sandbox,usb-flash";
672 compatible = "sandbox,usb";
674 compatible = "usb-hub";
675 usb,device-class = <9>;
677 compatible = "sandbox,usb-hub";
678 #address-cells = <1>;
682 compatible = "sandbox,usb-flash";
683 sandbox,filepath = "testflash.bin";
688 compatible = "sandbox,usb-flash";
689 sandbox,filepath = "testflash1.bin";
694 compatible = "sandbox,usb-flash";
695 sandbox,filepath = "testflash2.bin";
700 compatible = "sandbox,usb-keyb";
708 compatible = "sandbox,usb";
713 compatible = "sandbox,spmi";
714 #address-cells = <0x1>;
717 compatible = "qcom,spmi-pmic";
719 #address-cells = <0x1>;
722 spmi_gpios: gpios@c000 {
723 compatible = "qcom,pm8916-gpio";
724 reg = <0xc000 0x400>;
728 gpio-bank-name="spmi";
734 compatible = "sandbox,wdt";
738 compatible = "sandbox,axi";
739 #address-cells = <0x1>;
742 compatible = "sandbox,sandbox_store";
748 #address-cells = <1>;
751 compatible = "denx,u-boot-fdt-test";
756 translation-test@8000 {
757 compatible = "simple-bus";
758 reg = <0x8000 0x4000>;
760 #address-cells = <0x2>;
763 ranges = <0 0x0 0x8000 0x1000
764 1 0x100 0x9000 0x1000
765 2 0x200 0xA000 0x1000
766 3 0x300 0xB000 0x1000
769 dma-ranges = <0 0x000 0x10000000 0x1000
770 1 0x100 0x20000000 0x1000
774 compatible = "denx,u-boot-fdt-dummy";
775 reg = <0 0x0 0x1000>;
776 reg-names = "sandbox-dummy-0";
780 compatible = "denx,u-boot-fdt-dummy";
781 reg = <1 0x100 0x1000>;
786 compatible = "denx,u-boot-fdt-dummy";
787 reg = <2 0x200 0x1000>;
792 compatible = "simple-bus";
793 reg = <3 0x300 0x1000>;
795 #address-cells = <0x1>;
799 compatible = "denx,u-boot-fdt-dummy";
806 compatible = "sandbox,sandbox_osd";
810 compatible = "sandbox,board_sandbox";
814 compatible = "sandbox,tee";
818 compatible = "sandbox,virtio1";
822 compatible = "sandbox,virtio2";
826 compatible = "sandbox,pinctrl";
830 compatible = "sandbox,hwspinlock";
834 compatible = "sandbox,dma";
837 dmas = <&dma 0>, <&dma 1>, <&dma 2>;
838 dma-names = "m2m", "tx0", "rx0";
842 * keep mdio-mux ahead of mdio so that the mux is removed first at the
843 * end of the test. If parent mdio is removed first, clean-up of the
844 * mux will trigger a 2nd probe of parent-mdio, leaving parent-mdio
845 * active at the end of the test. That it turn doesn't allow the mdio
846 * class to be destroyed, triggering an error.
849 compatible = "sandbox,mdio-mux";
850 #address-cells = <1>;
852 mdio-parent-bus = <&mdio>;
863 compatible = "sandbox,mdio";
867 #include "sandbox_pmic.dtsi"