5 compatible = "sandbox";
14 testbus3 = "/some-bus";
15 testfdt0 = "/some-bus/c-test@0";
16 testfdt1 = "/some-bus/c-test@1";
18 testfdt5 = "/some-bus/c-test@5";
23 compatible = "sandbox,serial";
29 compatible = "denx,u-boot-fdt-test";
33 test-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 5 0 3 2 1>,
35 test2-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 6 1 3 2 1>,
36 <&gpio_b 7 2 3 2 1>, <&gpio_b 8 4 3 2 1>,
37 <&gpio_b 9 0xc 3 2 1>;
42 compatible = "not,compatible";
51 compatible = "denx,u-boot-fdt-test";
59 compatible = "denx,u-boot-test-bus";
64 compatible = "denx,u-boot-fdt-test";
70 compatible = "denx,u-boot-fdt-test";
76 compatible = "denx,u-boot-fdt-test";
87 compatible = "google,another-fdt-test";
94 compatible = "google,another-fdt-test";
98 compatible = "denx,u-boot-fdt-test";
102 compatible = "denx,u-boot-fdt-test";
106 compatible = "sandbox,gpio";
109 gpio-bank-name = "a";
113 gpio_b: extra-gpios {
114 compatible = "sandbox,gpio";
117 gpio-bank-name = "b";
122 #address-cells = <1>;
125 compatible = "sandbox,i2c";
126 clock-frequency = <100000>;
129 compatible = "i2c-eeprom";
131 compatible = "sandbox,i2c-eeprom";
132 sandbox,filename = "i2c.bin";
133 sandbox,size = <256>;
139 #address-cells = <1>;
142 compatible = "sandbox,spi";
143 cs-gpios = <0>, <&gpio_a 0>;
146 compatible = "spansion,m25p16", "spi-flash";
147 spi-max-frequency = <40000000>;
148 sandbox,filename = "spi.bin";