blob: 9d96e479ca82a180cb0cb1ae5af026efc4f52f6a [file] [log] [blame]
Simon Glass7dcc2f72021-08-18 21:40:25 -06001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Devicetree file for running sandbox tests
4 *
5 * This includes lots of extra devices used by various tests.
6 *
7 * Note that SPL use the main sandbox.dts file
8 */
9
Simon Glass2e7d35d2014-02-26 15:59:21 -070010/dts-v1/;
11
Patrick Delaunay2c0f7822020-01-13 11:35:13 +010012#include <dt-bindings/gpio/gpio.h>
13#include <dt-bindings/gpio/sandbox-gpio.h>
Marek Szyprowski289d0ea2021-02-18 11:33:18 +010014#include <dt-bindings/input/input.h>
Sean Anderson7f0f1802020-09-14 11:01:57 -040015#include <dt-bindings/pinctrl/sandbox-pinmux.h>
Jean-Jacques Hiblot739592c2020-10-16 16:16:34 +053016#include <dt-bindings/mux/mux.h>
Patrick Delaunay2c0f7822020-01-13 11:35:13 +010017
Simon Glass2e7d35d2014-02-26 15:59:21 -070018/ {
19 model = "sandbox";
20 compatible = "sandbox";
21 #address-cells = <1>;
Simon Glass0503e822015-07-06 12:54:36 -060022 #size-cells = <1>;
Simon Glass2e7d35d2014-02-26 15:59:21 -070023
Simon Glass00606d72014-07-23 06:55:03 -060024 aliases {
25 console = &uart0;
Michael Walle82a3c9e2021-02-25 16:51:11 +010026 ethernet0 = "/eth@10002000";
27 ethernet2 = &swp_0;
28 ethernet3 = &eth_3;
29 ethernet4 = &dsa_eth0;
30 ethernet5 = &eth_5;
Sean Andersonbedb1822022-05-05 13:11:30 -040031 ethernet6 = "/eth@10004000";
32 ethernet7 = &swp_1;
33 ethernet8 = &phy_eth0;
Simon Glass5d9a88f2018-10-01 12:22:40 -060034 gpio1 = &gpio_a;
35 gpio2 = &gpio_b;
Patrick Delaunayff526652020-01-13 11:35:14 +010036 gpio3 = &gpio_c;
Simon Glass9cc36a22015-01-25 08:27:05 -070037 i2c0 = "/i2c@0";
Simon Glasse48eeb92017-04-23 20:02:07 -060038 mmc0 = "/mmc0";
39 mmc1 = "/mmc1";
Simon Glass77bec9e2022-10-20 18:23:20 -060040 mmc2 = "/mmc2";
41 mmc3 = "/mmc3";
Bin Mengdee4d752018-08-03 01:14:41 -070042 pci0 = &pci0;
43 pci1 = &pci1;
Bin Meng3ed214a2018-08-03 01:14:50 -070044 pci2 = &pci2;
Michael Wallebe1a6e92020-06-02 01:47:09 +020045 remoteproc0 = &rproc_1;
46 remoteproc1 = &rproc_2;
Simon Glass52d3bc52015-05-22 15:42:17 -060047 rtc0 = &rtc_0;
48 rtc1 = &rtc_1;
Simon Glass171e9912015-05-22 15:42:15 -060049 spi0 = "/spi@0";
Przemyslaw Marczakf64000c2015-05-13 13:38:34 +020050 testfdt6 = "/e-test";
Simon Glass9cc36a22015-01-25 08:27:05 -070051 testbus3 = "/some-bus";
52 testfdt0 = "/some-bus/c-test@0";
Simon Glass981426e2020-12-16 21:20:26 -070053 testfdt12 = "/some-bus/c-test@1";
Simon Glass9cc36a22015-01-25 08:27:05 -070054 testfdt3 = "/b-test";
55 testfdt5 = "/some-bus/c-test@5";
56 testfdt8 = "/a-test";
Simon Glass93f44e82020-12-16 21:20:27 -070057 testfdtm1 = &testfdtm1;
Eugeniu Rosca507cef32018-05-19 14:13:55 +020058 fdt-dummy0 = "/translation-test@8000/dev@0,0";
59 fdt-dummy1 = "/translation-test@8000/dev@1,100";
60 fdt-dummy2 = "/translation-test@8000/dev@2,200";
61 fdt-dummy3 = "/translation-test@8000/noxlatebus@3,300/dev@42";
Simon Glasse00cb222015-03-25 12:23:05 -060062 usb0 = &usb_0;
63 usb1 = &usb_1;
64 usb2 = &usb_2;
Mario Six957983e2018-08-09 14:51:19 +020065 axi0 = &axi;
Mario Six4eea5312018-09-27 09:19:31 +020066 osd0 = "/osd";
Simon Glass00606d72014-07-23 06:55:03 -060067 };
68
Simon Glass8de98962022-10-20 18:23:15 -060069 binman: binman {
Philippe Reynes059df562022-03-28 22:56:53 +020070 };
71
Rasmus Villemoes8c728422021-04-21 11:06:55 +020072 config {
Simon Glass7de8bd02021-08-07 07:24:01 -060073 testing-bool;
74 testing-int = <123>;
75 testing-str = "testing";
Rasmus Villemoes8c728422021-04-21 11:06:55 +020076 environment {
77 from_fdt = "yes";
78 fdt_env_path = "";
79 };
80 };
81
Simon Glassfb1451b2022-04-24 23:31:24 -060082 bootstd {
Simon Glassa56f6632022-10-20 18:23:14 -060083 u-boot,dm-vpl;
Simon Glassfb1451b2022-04-24 23:31:24 -060084 compatible = "u-boot,boot-std";
85
86 filename-prefixes = "/", "/boot/";
87 bootdev-order = "mmc2", "mmc1";
88
89 syslinux {
90 compatible = "u-boot,distro-syslinux";
91 };
92
93 efi {
94 compatible = "u-boot,distro-efi";
95 };
Simon Glassa56f6632022-10-20 18:23:14 -060096
Simon Glassd985f1d2023-01-06 08:52:41 -060097 theme {
98 font-size = <30>;
99 };
100
Simon Glass77bec9e2022-10-20 18:23:20 -0600101 /*
102 * This is used for the VBE OS-request tests. A FAT filesystem
103 * created in a partition with the VBE information appearing
104 * before the parititon starts
105 */
Simon Glassa56f6632022-10-20 18:23:14 -0600106 firmware0 {
107 u-boot,dm-vpl;
108 compatible = "fwupd,vbe-simple";
109 storage = "mmc1";
110 skip-offset = <0x200>;
111 area-start = <0x400>;
112 area-size = <0x1000>;
113 state-offset = <0x400>;
114 state-size = <0x40>;
115 version-offset = <0x800>;
116 version-size = <0x100>;
117 };
Simon Glass77bec9e2022-10-20 18:23:20 -0600118
119 /*
120 * This is used for the VBE VPL tests. The MMC device holds the
121 * binman image.bin file. The test progresses through each phase
122 * of U-Boot, loading each in turn from MMC.
123 *
124 * Note that the test enables this node (and mmc3) before
125 * running U-Boot
126 */
127 firmware1 {
128 u-boot,dm-vpl;
129 status = "disabled";
130 compatible = "fwupd,vbe-simple";
131 storage = "mmc3";
132 skip-offset = <0x400000>;
133 area-start = <0>;
134 area-size = <0xe00000>;
135 state-offset = <0xdffc00>;
136 state-size = <0x40>;
137 version-offset = <0xdffe00>;
138 version-size = <0x100>;
139 };
Simon Glassfb1451b2022-04-24 23:31:24 -0600140 };
141
Andrew Scull0518e7a2022-05-30 10:00:12 +0000142 fuzzing-engine {
143 compatible = "sandbox,fuzzing-engine";
144 };
145
Nandor Hanf9db2f12021-06-10 16:56:44 +0300146 reboot-mode0 {
147 compatible = "reboot-mode-gpio";
148 gpios = <&gpio_c 0 GPIO_ACTIVE_HIGH>, <&gpio_c 1 GPIO_ACTIVE_HIGH>;
149 u-boot,env-variable = "bootstatus";
150 mode-test = <0x01>;
151 mode-download = <0x03>;
152 };
153
Nandor Hanc74675b2021-06-10 16:56:45 +0300154 reboot_mode1: reboot-mode@14 {
155 compatible = "reboot-mode-rtc";
156 rtc = <&rtc_0>;
157 reg = <0x30 4>;
158 u-boot,env-variable = "bootstatus";
159 big-endian;
160 mode-test = <0x21969147>;
161 mode-download = <0x51939147>;
162 };
163
Simon Glassce6d99a2018-12-10 10:37:33 -0700164 audio: audio-codec {
165 compatible = "sandbox,audio-codec";
166 #sound-dai-cells = <1>;
167 };
168
Philippe Reynesa6c6f0f2020-07-24 18:19:51 +0200169 buttons {
170 compatible = "gpio-keys";
171
Heinrich Schuchardt39916bb2020-09-14 12:50:54 +0200172 btn1 {
Philippe Reynesa6c6f0f2020-07-24 18:19:51 +0200173 gpios = <&gpio_a 3 0>;
Heinrich Schuchardt39916bb2020-09-14 12:50:54 +0200174 label = "button1";
Philippe Reynesa6c6f0f2020-07-24 18:19:51 +0200175 };
176
Heinrich Schuchardt39916bb2020-09-14 12:50:54 +0200177 btn2 {
Philippe Reynesa6c6f0f2020-07-24 18:19:51 +0200178 gpios = <&gpio_a 4 0>;
Heinrich Schuchardt39916bb2020-09-14 12:50:54 +0200179 label = "button2";
Philippe Reynesa6c6f0f2020-07-24 18:19:51 +0200180 };
181 };
182
Marek Szyprowski289d0ea2021-02-18 11:33:18 +0100183 buttons2 {
184 compatible = "adc-keys";
185 io-channels = <&adc 3>;
186 keyup-threshold-microvolt = <3000000>;
187
188 button-up {
189 label = "button3";
190 linux,code = <KEY_F3>;
191 press-threshold-microvolt = <1500000>;
192 };
193
194 button-down {
195 label = "button4";
196 linux,code = <KEY_F4>;
197 press-threshold-microvolt = <1000000>;
198 };
199
200 button-enter {
201 label = "button5";
202 linux,code = <KEY_F5>;
203 press-threshold-microvolt = <500000>;
204 };
205 };
206
Simon Glasse96fa6c2018-12-10 10:37:34 -0700207 cros_ec: cros-ec {
Simon Glasse6c5c942018-10-01 12:22:08 -0600208 reg = <0 0>;
209 compatible = "google,cros-ec-sandbox";
210
211 /*
212 * This describes the flash memory within the EC. Note
213 * that the STM32L flash erases to 0, not 0xff.
214 */
215 flash {
216 image-pos = <0x08000000>;
217 size = <0x20000>;
218 erase-value = <0>;
219
220 /* Information for sandbox */
221 ro {
222 image-pos = <0>;
223 size = <0xf000>;
224 };
225 wp-ro {
226 image-pos = <0xf000>;
227 size = <0x1000>;
Simon Glassff5fa7d2021-01-21 13:57:14 -0700228 used = <0x884>;
229 compress = "lz4";
230 uncomp-size = <0xcf8>;
231 hash {
232 algo = "sha256";
233 value = [00 01 02 03 04 05 06 07
234 08 09 0a 0b 0c 0d 0e 0f
235 10 11 12 13 14 15 16 17
236 18 19 1a 1b 1c 1d 1e 1f];
237 };
Simon Glasse6c5c942018-10-01 12:22:08 -0600238 };
239 rw {
240 image-pos = <0x10000>;
241 size = <0x10000>;
242 };
243 };
Alper Nebi Yasake7122452021-05-19 19:33:31 +0300244
245 cros_ec_pwm: cros-ec-pwm {
246 compatible = "google,cros-ec-pwm";
247 #pwm-cells = <1>;
248 };
249
Simon Glasse6c5c942018-10-01 12:22:08 -0600250 };
251
Yannick Fertré23f965a2019-10-07 15:29:05 +0200252 dsi_host: dsi_host {
253 compatible = "sandbox,dsi-host";
254 };
255
Simon Glass2e7d35d2014-02-26 15:59:21 -0700256 a-test {
Simon Glass0503e822015-07-06 12:54:36 -0600257 reg = <0 1>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700258 compatible = "denx,u-boot-fdt-test";
Simon Glasseb9ef5f2014-07-23 06:54:57 -0600259 ping-expect = <0>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700260 ping-add = <0>;
Simon Glass00606d72014-07-23 06:55:03 -0600261 u-boot,dm-pre-reloc;
Patrick Delaunay2c0f7822020-01-13 11:35:13 +0100262 test-gpios = <&gpio_a 1>, <&gpio_a 4>,
263 <&gpio_b 5 GPIO_ACTIVE_HIGH 3 2 1>,
Simon Glass3669e0e2015-01-05 20:05:29 -0700264 <0>, <&gpio_a 12>;
Patrick Delaunay2c0f7822020-01-13 11:35:13 +0100265 test2-gpios = <&gpio_a 1>, <&gpio_a 4>,
266 <&gpio_b 6 GPIO_ACTIVE_LOW 3 2 1>,
267 <&gpio_b 7 GPIO_IN 3 2 1>,
268 <&gpio_b 8 GPIO_OUT 3 2 1>,
269 <&gpio_b 9 (GPIO_OUT|GPIO_OUT_ACTIVE) 3 2 1>;
Patrick Delaunayff526652020-01-13 11:35:14 +0100270 test3-gpios =
271 <&gpio_c 0 (GPIO_OUT|GPIO_OPEN_DRAIN)>,
272 <&gpio_c 1 (GPIO_OUT|GPIO_OPEN_SOURCE)>,
273 <&gpio_c 2 GPIO_OUT>,
274 <&gpio_c 3 (GPIO_IN|GPIO_PULL_UP)>,
275 <&gpio_c 4 (GPIO_IN|GPIO_PULL_DOWN)>,
Neil Armstrong9bf87e22020-05-05 10:43:18 +0200276 <&gpio_c 5 GPIO_IN>,
277 <&gpio_c 6 (GPIO_ACTIVE_LOW|GPIO_OUT|GPIO_OPEN_DRAIN)>,
278 <&gpio_c 7 (GPIO_ACTIVE_LOW|GPIO_OUT|GPIO_OPEN_SOURCE)>;
Jean-Jacques Hiblot88e6a602020-09-11 13:43:35 +0530279 test4-gpios = <&gpio_a 14>, <&gpio_b 4 1 3 2 1>;
280 test5-gpios = <&gpio_a 19>;
281
Simon Glassfb933d02021-10-23 17:26:04 -0600282 bool-value;
Stefan Herbrechtsmeierb471bdc2022-06-14 15:21:30 +0200283 int8-value = /bits/ 8 <0x12>;
284 int16-value = /bits/ 16 <0x1234>;
Simon Glassa1b17e42018-12-10 10:37:37 -0700285 int-value = <1234>;
286 uint-value = <(-1234)>;
Dario Binacchi70573c62020-03-29 18:04:40 +0200287 int64-value = /bits/ 64 <0x1111222233334444>;
Dario Binacchi4bb70752020-03-29 18:04:41 +0200288 int-array = <5678 9123 4567>;
Simon Glass06679002020-07-07 13:11:58 -0600289 str-value = "test string";
Simon Glass02554352020-02-06 09:55:00 -0700290 interrupts-extended = <&irq 3 0>;
Simon Glassfefac0b2020-07-07 13:12:11 -0600291 acpi,name = "GHIJ";
Patrick Delaunaycc72f3e2020-09-25 09:41:16 +0200292 phandle-value = <&gpio_c 10>, <0xFFFFFFFF 20>, <&gpio_a 30>;
Jean-Jacques Hiblot739592c2020-10-16 16:16:34 +0530293
294 mux-controls = <&muxcontroller0 0>, <&muxcontroller0 1>,
295 <&muxcontroller0 2>, <&muxcontroller0 3>,
296 <&muxcontroller1>;
297 mux-control-names = "mux0", "mux1", "mux2", "mux3", "mux4";
298 mux-syscon = <&syscon3>;
Dario Binacchi15daa482020-12-30 00:16:26 +0100299 display-timings {
300 timing0: 240x320 {
301 clock-frequency = <6500000>;
302 hactive = <240>;
303 vactive = <320>;
304 hfront-porch = <6>;
305 hback-porch = <7>;
306 hsync-len = <1>;
307 vback-porch = <5>;
308 vfront-porch = <8>;
309 vsync-len = <2>;
310 hsync-active = <1>;
311 vsync-active = <0>;
312 de-active = <1>;
313 pixelclk-active = <1>;
314 interlaced;
315 doublescan;
316 doubleclk;
317 };
318 timing1: 480x800 {
319 clock-frequency = <9000000>;
320 hactive = <480>;
321 vactive = <800>;
322 hfront-porch = <10>;
323 hback-porch = <59>;
324 hsync-len = <12>;
325 vback-porch = <15>;
326 vfront-porch = <17>;
327 vsync-len = <16>;
328 hsync-active = <0>;
329 vsync-active = <1>;
330 de-active = <0>;
331 pixelclk-active = <0>;
332 };
333 timing2: 800x480 {
334 clock-frequency = <33500000>;
335 hactive = <800>;
336 vactive = <480>;
337 hback-porch = <89>;
338 hfront-porch = <164>;
339 vback-porch = <23>;
340 vfront-porch = <10>;
341 hsync-len = <11>;
342 vsync-len = <13>;
343 };
344 };
Simon Glass2e7d35d2014-02-26 15:59:21 -0700345 };
346
347 junk {
Simon Glass0503e822015-07-06 12:54:36 -0600348 reg = <1 1>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700349 compatible = "not,compatible";
350 };
351
352 no-compatible {
Simon Glass0503e822015-07-06 12:54:36 -0600353 reg = <2 1>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700354 };
355
Simon Glass5d9a88f2018-10-01 12:22:40 -0600356 backlight: backlight {
357 compatible = "pwm-backlight";
358 enable-gpios = <&gpio_a 1>;
359 power-supply = <&ldo_1>;
360 pwms = <&pwm 0 1000>;
361 default-brightness-level = <5>;
362 brightness-levels = <0 16 32 64 128 170 202 234 255>;
363 };
364
Jean-Jacques Hiblot49c752c2018-08-09 16:17:46 +0200365 bind-test {
Patrice Chotard1f0d5882020-07-28 09:13:33 +0200366 compatible = "simple-bus";
Jean-Jacques Hiblot49c752c2018-08-09 16:17:46 +0200367 bind-test-child1 {
368 compatible = "sandbox,phy";
369 #phy-cells = <1>;
370 };
371
372 bind-test-child2 {
373 compatible = "simple-bus";
374 };
375 };
376
Simon Glass2e7d35d2014-02-26 15:59:21 -0700377 b-test {
Simon Glass0503e822015-07-06 12:54:36 -0600378 reg = <3 1>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700379 compatible = "denx,u-boot-fdt-test";
Simon Glasseb9ef5f2014-07-23 06:54:57 -0600380 ping-expect = <3>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700381 ping-add = <3>;
Jean-Jacques Hiblot739592c2020-10-16 16:16:34 +0530382
383 mux-controls = <&muxcontroller0 0>;
384 mux-control-names = "mux0";
Simon Glass2e7d35d2014-02-26 15:59:21 -0700385 };
386
Jean-Jacques Hiblot86322f52017-04-24 11:51:28 +0200387 phy_provider0: gen_phy@0 {
388 compatible = "sandbox,phy";
389 #phy-cells = <1>;
390 };
391
392 phy_provider1: gen_phy@1 {
393 compatible = "sandbox,phy";
394 #phy-cells = <0>;
395 broken;
396 };
397
Chunfeng Yun00c82ac2020-05-02 11:35:12 +0200398 phy_provider2: gen_phy@2 {
399 compatible = "sandbox,phy";
400 #phy-cells = <0>;
401 };
402
Jean-Jacques Hiblot86322f52017-04-24 11:51:28 +0200403 gen_phy_user: gen_phy_user {
404 compatible = "simple-bus";
405 phys = <&phy_provider0 0>, <&phy_provider0 1>, <&phy_provider1>;
406 phy-names = "phy1", "phy2", "phy3";
407 };
408
Chunfeng Yun00c82ac2020-05-02 11:35:12 +0200409 gen_phy_user1: gen_phy_user1 {
410 compatible = "simple-bus";
411 phys = <&phy_provider0 0>, <&phy_provider2>;
412 phy-names = "phy1", "phy2";
413 };
414
Simon Glass2e7d35d2014-02-26 15:59:21 -0700415 some-bus {
416 #address-cells = <1>;
417 #size-cells = <0>;
Simon Glass1ca7e202014-07-23 06:55:18 -0600418 compatible = "denx,u-boot-test-bus";
Simon Glass0503e822015-07-06 12:54:36 -0600419 reg = <3 1>;
Simon Glasseb9ef5f2014-07-23 06:54:57 -0600420 ping-expect = <4>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700421 ping-add = <4>;
Simon Glass1ca7e202014-07-23 06:55:18 -0600422 c-test@5 {
Simon Glass2e7d35d2014-02-26 15:59:21 -0700423 compatible = "denx,u-boot-fdt-test";
424 reg = <5>;
Simon Glass1ca7e202014-07-23 06:55:18 -0600425 ping-expect = <5>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700426 ping-add = <5>;
427 };
Simon Glass1ca7e202014-07-23 06:55:18 -0600428 c-test@0 {
429 compatible = "denx,u-boot-fdt-test";
430 reg = <0>;
431 ping-expect = <6>;
432 ping-add = <6>;
433 };
434 c-test@1 {
435 compatible = "denx,u-boot-fdt-test";
436 reg = <1>;
437 ping-expect = <7>;
438 ping-add = <7>;
439 };
Simon Glass2e7d35d2014-02-26 15:59:21 -0700440 };
441
442 d-test {
Simon Glass0503e822015-07-06 12:54:36 -0600443 reg = <3 1>;
Simon Glass5a66a8f2014-07-23 06:55:12 -0600444 ping-expect = <6>;
445 ping-add = <6>;
446 compatible = "google,another-fdt-test";
447 };
448
449 e-test {
Simon Glass0503e822015-07-06 12:54:36 -0600450 reg = <3 1>;
Simon Glasseb9ef5f2014-07-23 06:54:57 -0600451 ping-expect = <6>;
Simon Glass2e7d35d2014-02-26 15:59:21 -0700452 ping-add = <6>;
453 compatible = "google,another-fdt-test";
454 };
455
Simon Glass9cc36a22015-01-25 08:27:05 -0700456 f-test {
457 compatible = "denx,u-boot-fdt-test";
458 };
459
460 g-test {
461 compatible = "denx,u-boot-fdt-test";
462 };
463
Bin Meng2786cd72018-10-10 22:07:01 -0700464 h-test {
465 compatible = "denx,u-boot-fdt-test1";
466 };
467
Chunfeng Yunbf6ad912020-05-02 11:35:10 +0200468 i-test {
469 compatible = "mediatek,u-boot-fdt-test";
470 #address-cells = <1>;
471 #size-cells = <0>;
472
473 subnode@0 {
474 reg = <0>;
475 };
476
477 subnode@1 {
478 reg = <1>;
479 };
480
481 subnode@2 {
482 reg = <2>;
483 };
484 };
485
Simon Glassdc12ebb2019-12-29 21:19:25 -0700486 devres-test {
487 compatible = "denx,u-boot-devres-test";
488 };
489
Jean-Jacques Hiblot88e6a602020-09-11 13:43:35 +0530490 another-test {
491 reg = <0 2>;
492 compatible = "denx,u-boot-fdt-test";
493 test4-gpios = <&gpio_a 14>, <&gpio_b 4 1 3 2 1>;
494 test5-gpios = <&gpio_a 19>;
495 };
496
Nicolas Saenz Julienne283628c2021-01-12 13:55:23 +0100497 mmio-bus@0 {
498 #address-cells = <1>;
499 #size-cells = <1>;
500 compatible = "denx,u-boot-test-bus";
501 dma-ranges = <0x10000000 0x00000000 0x00040000>;
502
503 subnode@0 {
504 compatible = "denx,u-boot-fdt-test";
505 };
506 };
507
508 mmio-bus@1 {
509 #address-cells = <1>;
510 #size-cells = <1>;
511 compatible = "denx,u-boot-test-bus";
Nicolas Saenz Juliennee8801872021-01-12 13:55:25 +0100512
513 subnode@0 {
514 compatible = "denx,u-boot-fdt-test";
515 };
Nicolas Saenz Julienne283628c2021-01-12 13:55:23 +0100516 };
517
Simon Glass0f7b1112020-07-07 13:12:06 -0600518 acpi_test1: acpi-test {
Simon Glassf50cc952020-04-08 16:57:34 -0600519 compatible = "denx,u-boot-acpi-test";
Simon Glassb5183172020-07-07 13:12:03 -0600520 acpi-ssdt-test-data = "ab";
Simon Glass01694582020-07-07 13:12:08 -0600521 acpi-dsdt-test-data = "hi";
Simon Glass1361a532020-07-07 13:11:39 -0600522 child {
523 compatible = "denx,u-boot-acpi-test";
524 };
Simon Glassf50cc952020-04-08 16:57:34 -0600525 };
526
Simon Glass0f7b1112020-07-07 13:12:06 -0600527 acpi_test2: acpi-test2 {
Simon Glass93f7f822020-04-26 09:19:46 -0600528 compatible = "denx,u-boot-acpi-test";
Simon Glassb5183172020-07-07 13:12:03 -0600529 acpi-ssdt-test-data = "cd";
Simon Glass01694582020-07-07 13:12:08 -0600530 acpi-dsdt-test-data = "jk";
Simon Glass93f7f822020-04-26 09:19:46 -0600531 };
532
Patrice Chotardee87a092017-09-04 14:55:57 +0200533 clocks {
534 clk_fixed: clk-fixed {
535 compatible = "fixed-clock";
536 #clock-cells = <0>;
537 clock-frequency = <1234>;
538 };
Anup Patelb630d572019-02-25 08:14:55 +0000539
540 clk_fixed_factor: clk-fixed-factor {
541 compatible = "fixed-factor-clock";
542 #clock-cells = <0>;
543 clock-div = <3>;
544 clock-mult = <2>;
545 clocks = <&clk_fixed>;
546 };
Lukasz Majewski4ab8e782019-06-24 15:50:47 +0200547
548 osc {
549 compatible = "fixed-clock";
550 #clock-cells = <0>;
551 clock-frequency = <20000000>;
552 };
Stephen Warren135aa952016-06-17 09:44:00 -0600553 };
554
555 clk_sandbox: clk-sbox {
Simon Glass6a1c7ce2015-07-06 12:54:24 -0600556 compatible = "sandbox,clk";
Stephen Warren135aa952016-06-17 09:44:00 -0600557 #clock-cells = <1>;
Jean-Jacques Hiblot9a52be12019-10-22 14:00:07 +0200558 assigned-clocks = <&clk_sandbox 3>;
559 assigned-clock-rates = <321>;
Stephen Warren135aa952016-06-17 09:44:00 -0600560 };
561
562 clk-test {
563 compatible = "sandbox,clk-test";
564 clocks = <&clk_fixed>,
565 <&clk_sandbox 1>,
Jean-Jacques Hiblotdd2e0ce2019-10-22 14:00:05 +0200566 <&clk_sandbox 0>,
567 <&clk_sandbox 3>,
568 <&clk_sandbox 2>;
569 clock-names = "fixed", "i2c", "spi", "uart2", "uart1";
Simon Glass6a1c7ce2015-07-06 12:54:24 -0600570 };
571
Lukasz Majewski87e460c2019-06-24 15:50:50 +0200572 ccf: clk-ccf {
573 compatible = "sandbox,clk-ccf";
574 };
575
Simon Glass42b7f422021-12-04 08:56:31 -0700576 efi-media {
577 compatible = "sandbox,efi-media";
578 };
579
Simon Glass171e9912015-05-22 15:42:15 -0600580 eth@10002000 {
581 compatible = "sandbox,eth";
582 reg = <0x10002000 0x1000>;
Simon Glass171e9912015-05-22 15:42:15 -0600583 };
584
585 eth_5: eth@10003000 {
586 compatible = "sandbox,eth";
587 reg = <0x10003000 0x1000>;
Sean Anderson3f51ba92022-05-05 13:11:44 -0400588 nvmem-cells = <&eth5_addr>;
589 nvmem-cell-names = "mac-address";
Simon Glass171e9912015-05-22 15:42:15 -0600590 };
591
Bin Meng71d79712015-08-27 22:25:53 -0700592 eth_3: sbe5 {
593 compatible = "sandbox,eth";
594 reg = <0x10005000 0x1000>;
Sean Anderson472caa62022-05-05 13:11:42 -0400595 nvmem-cells = <&eth3_addr>;
596 nvmem-cell-names = "mac-address";
Bin Meng71d79712015-08-27 22:25:53 -0700597 };
598
Simon Glass171e9912015-05-22 15:42:15 -0600599 eth@10004000 {
600 compatible = "sandbox,eth";
601 reg = <0x10004000 0x1000>;
Simon Glass171e9912015-05-22 15:42:15 -0600602 };
603
Marek BehĂșnf3dd2132022-04-07 00:32:57 +0200604 phy_eth0: phy-test-eth {
605 compatible = "sandbox,eth";
606 reg = <0x10007000 0x1000>;
Sean Andersone844e5d2022-05-05 13:11:35 -0400607 mac-address = [ 02 00 11 22 33 49 ];
Marek BehĂșnf3dd2132022-04-07 00:32:57 +0200608 phy-handle = <&ethphy1>;
Marek BehĂșn123ca112022-04-07 00:33:01 +0200609 phy-mode = "2500base-x";
Marek BehĂșnf3dd2132022-04-07 00:32:57 +0200610 };
611
Claudiu Manoilff98da02021-03-14 20:14:57 +0800612 dsa_eth0: dsa-test-eth {
613 compatible = "sandbox,eth";
614 reg = <0x10006000 0x1000>;
Sean Andersond3f72872022-05-05 13:11:43 -0400615 nvmem-cells = <&eth4_addr>;
616 nvmem-cell-names = "mac-address";
Claudiu Manoilff98da02021-03-14 20:14:57 +0800617 };
618
619 dsa-test {
620 compatible = "sandbox,dsa";
621
622 ports {
623 #address-cells = <1>;
624 #size-cells = <0>;
625 swp_0: port@0 {
626 reg = <0>;
627 label = "lan0";
628 phy-mode = "rgmii-rxid";
629
630 fixed-link {
631 speed = <100>;
632 full-duplex;
633 };
634 };
635
636 swp_1: port@1 {
637 reg = <1>;
638 label = "lan1";
639 phy-mode = "rgmii-txid";
Bin Meng534c69b2021-03-14 20:14:58 +0800640 fixed-link = <0 1 100 0 0>;
Claudiu Manoilff98da02021-03-14 20:14:57 +0800641 };
642
643 port@2 {
644 reg = <2>;
645 ethernet = <&dsa_eth0>;
646
647 fixed-link {
648 speed = <1000>;
649 full-duplex;
650 };
651 };
652 };
653 };
654
Rajan Vaja31b82172018-09-19 03:43:46 -0700655 firmware {
656 sandbox_firmware: sandbox-firmware {
657 compatible = "sandbox,firmware";
658 };
Etienne Carriere358599e2020-09-09 18:44:00 +0200659
Etienne Carriere41d62e22022-02-21 09:22:39 +0100660 scmi {
Etienne Carriere358599e2020-09-09 18:44:00 +0200661 compatible = "sandbox,scmi-agent";
662 #address-cells = <1>;
663 #size-cells = <0>;
Etienne Carriere87d4f272020-09-09 18:44:05 +0200664
Etienne Carriere41d62e22022-02-21 09:22:39 +0100665 protocol@10 {
666 reg = <0x10>;
667 };
668
669 clk_scmi: protocol@14 {
Etienne Carriere87d4f272020-09-09 18:44:05 +0200670 reg = <0x14>;
671 #clock-cells = <1>;
672 };
Etienne Carrierec0dd1772020-09-09 18:44:07 +0200673
Etienne Carriere41d62e22022-02-21 09:22:39 +0100674 reset_scmi: protocol@16 {
Etienne Carrierec0dd1772020-09-09 18:44:07 +0200675 reg = <0x16>;
676 #reset-cells = <1>;
677 };
Etienne Carriere01242182021-03-08 22:38:07 +0100678
679 protocol@17 {
680 reg = <0x17>;
681
682 regulators {
683 #address-cells = <1>;
684 #size-cells = <0>;
685
Etienne Carriere41d62e22022-02-21 09:22:39 +0100686 regul0_scmi: reg@0 {
Etienne Carriere01242182021-03-08 22:38:07 +0100687 reg = <0>;
688 regulator-name = "sandbox-voltd0";
689 regulator-min-microvolt = <1100000>;
690 regulator-max-microvolt = <3300000>;
691 };
Etienne Carriere41d62e22022-02-21 09:22:39 +0100692 regul1_scmi: reg@1 {
Etienne Carriere01242182021-03-08 22:38:07 +0100693 reg = <0x1>;
694 regulator-name = "sandbox-voltd1";
695 regulator-min-microvolt = <1800000>;
696 };
697 };
698 };
Etienne Carriere358599e2020-09-09 18:44:00 +0200699 };
Rajan Vaja31b82172018-09-19 03:43:46 -0700700 };
701
Alexander Dahl1323d082022-09-30 14:04:30 +0200702 fpga {
703 compatible = "sandbox,fpga";
704 };
705
Patrick Delaunaye5301ba2020-01-13 11:35:15 +0100706 pinctrl-gpio {
707 compatible = "sandbox,pinctrl-gpio";
Simon Glass2e7d35d2014-02-26 15:59:21 -0700708
Patrick Delaunaye5301ba2020-01-13 11:35:15 +0100709 gpio_a: base-gpios {
710 compatible = "sandbox,gpio";
711 gpio-controller;
712 #gpio-cells = <1>;
713 gpio-bank-name = "a";
714 sandbox,gpio-count = <20>;
Heiko Schocher9ba84322020-05-22 11:08:58 +0200715 hog_input_active_low {
716 gpio-hog;
717 input;
Philippe Reynes037a56d2020-07-24 15:51:53 +0200718 gpios = <10 GPIO_ACTIVE_LOW>;
Heiko Schocher9ba84322020-05-22 11:08:58 +0200719 };
720 hog_input_active_high {
721 gpio-hog;
722 input;
Philippe Reynes037a56d2020-07-24 15:51:53 +0200723 gpios = <11 GPIO_ACTIVE_HIGH>;
Heiko Schocher9ba84322020-05-22 11:08:58 +0200724 };
725 hog_output_low {
726 gpio-hog;
727 output-low;
Philippe Reynes037a56d2020-07-24 15:51:53 +0200728 gpios = <12 GPIO_ACTIVE_HIGH>;
Heiko Schocher9ba84322020-05-22 11:08:58 +0200729 };
730 hog_output_high {
731 gpio-hog;
732 output-high;
Philippe Reynes037a56d2020-07-24 15:51:53 +0200733 gpios = <13 GPIO_ACTIVE_HIGH>;
Heiko Schocher9ba84322020-05-22 11:08:58 +0200734 };
Patrick Delaunaye5301ba2020-01-13 11:35:15 +0100735 };
Simon Glass0ae0cb72014-10-13 23:42:11 -0600736
Patrick Delaunaye5301ba2020-01-13 11:35:15 +0100737 gpio_b: extra-gpios {
738 compatible = "sandbox,gpio";
739 gpio-controller;
740 #gpio-cells = <5>;
741 gpio-bank-name = "b";
742 sandbox,gpio-count = <10>;
743 };
744
745 gpio_c: pinmux-gpios {
746 compatible = "sandbox,gpio";
747 gpio-controller;
748 #gpio-cells = <2>;
749 gpio-bank-name = "c";
750 sandbox,gpio-count = <10>;
751 };
Patrick Delaunayff526652020-01-13 11:35:14 +0100752 };
753
Simon Glassecc2ed52014-12-10 08:55:55 -0700754 i2c@0 {
755 #address-cells = <1>;
756 #size-cells = <0>;
Simon Glass0503e822015-07-06 12:54:36 -0600757 reg = <0 1>;
Simon Glassecc2ed52014-12-10 08:55:55 -0700758 compatible = "sandbox,i2c";
759 clock-frequency = <100000>;
Dario Binacchi55322622021-04-11 09:39:50 +0200760 pinctrl-names = "default";
761 pinctrl-0 = <&pinmux_i2c0_pins>;
762
Simon Glassecc2ed52014-12-10 08:55:55 -0700763 eeprom@2c {
Sean Anderson472caa62022-05-05 13:11:42 -0400764 #address-cells = <1>;
765 #size-cells = <1>;
Simon Glassecc2ed52014-12-10 08:55:55 -0700766 reg = <0x2c>;
767 compatible = "i2c-eeprom";
Simon Glass031a6502018-11-18 08:14:34 -0700768 sandbox,emul = <&emul_eeprom>;
Michal Simekf692b472020-05-28 11:48:55 +0200769 partitions {
770 compatible = "fixed-partitions";
771 #address-cells = <1>;
772 #size-cells = <1>;
773 bootcount_i2c: bootcount@10 {
774 reg = <10 2>;
775 };
776 };
Sean Anderson472caa62022-05-05 13:11:42 -0400777
778 eth3_addr: mac-address@24 {
779 reg = <24 6>;
780 };
Simon Glassecc2ed52014-12-10 08:55:55 -0700781 };
Przemyslaw Marczak9038cd52015-05-13 13:38:35 +0200782
Simon Glass52d3bc52015-05-22 15:42:17 -0600783 rtc_0: rtc@43 {
Sean Andersond3f72872022-05-05 13:11:43 -0400784 #address-cells = <1>;
785 #size-cells = <1>;
Simon Glass52d3bc52015-05-22 15:42:17 -0600786 reg = <0x43>;
787 compatible = "sandbox-rtc";
Simon Glass031a6502018-11-18 08:14:34 -0700788 sandbox,emul = <&emul0>;
Sean Andersond3f72872022-05-05 13:11:43 -0400789
790 eth4_addr: mac-address@40 {
791 reg = <0x40 6>;
792 };
Simon Glass52d3bc52015-05-22 15:42:17 -0600793 };
794
795 rtc_1: rtc@61 {
796 reg = <0x61>;
797 compatible = "sandbox-rtc";
Simon Glass031a6502018-11-18 08:14:34 -0700798 sandbox,emul = <&emul1>;
799 };
800
801 i2c_emul: emul {
802 reg = <0xff>;
803 compatible = "sandbox,i2c-emul-parent";
804 emul_eeprom: emul-eeprom {
805 compatible = "sandbox,i2c-eeprom";
806 sandbox,filename = "i2c.bin";
807 sandbox,size = <256>;
808 };
809 emul0: emul0 {
Simon Glassc4085d72021-02-03 06:01:17 -0700810 compatible = "sandbox,i2c-rtc-emul";
Simon Glass031a6502018-11-18 08:14:34 -0700811 };
812 emul1: emull {
Simon Glassc4085d72021-02-03 06:01:17 -0700813 compatible = "sandbox,i2c-rtc-emul";
Simon Glass52d3bc52015-05-22 15:42:17 -0600814 };
815 };
816
Przemyslaw Marczak9038cd52015-05-13 13:38:35 +0200817 sandbox_pmic: sandbox_pmic {
818 reg = <0x40>;
Simon Glass031a6502018-11-18 08:14:34 -0700819 sandbox,emul = <&emul_pmic0>;
Przemyslaw Marczak9038cd52015-05-13 13:38:35 +0200820 };
Lukasz Majewski686df492018-05-15 16:26:40 +0200821
822 mc34708: pmic@41 {
823 reg = <0x41>;
Simon Glass031a6502018-11-18 08:14:34 -0700824 sandbox,emul = <&emul_pmic1>;
Lukasz Majewski686df492018-05-15 16:26:40 +0200825 };
Simon Glassecc2ed52014-12-10 08:55:55 -0700826 };
827
Philipp Tomsich6f2d59c2018-12-14 21:14:29 +0100828 bootcount@0 {
829 compatible = "u-boot,bootcount-rtc";
830 rtc = <&rtc_1>;
831 offset = <0x13>;
832 };
833
Michal Simekf692b472020-05-28 11:48:55 +0200834 bootcount {
835 compatible = "u-boot,bootcount-i2c-eeprom";
836 i2c-eeprom = <&bootcount_i2c>;
837 };
838
Nandor Hanc50b21b2021-06-10 15:40:38 +0300839 bootcount_4@0 {
840 compatible = "u-boot,bootcount-syscon";
841 syscon = <&syscon0>;
842 reg = <0x0 0x04>, <0x0 0x04>;
843 reg-names = "syscon_reg", "offset";
844 };
845
846 bootcount_2@0 {
847 compatible = "u-boot,bootcount-syscon";
848 syscon = <&syscon0>;
849 reg = <0x0 0x04>, <0x0 0x02> ;
850 reg-names = "syscon_reg", "offset";
851 };
852
Marek Szyprowski289d0ea2021-02-18 11:33:18 +0100853 adc: adc@0 {
Przemyslaw Marczak08d63002015-10-27 13:08:06 +0100854 compatible = "sandbox,adc";
Marek Szyprowski289d0ea2021-02-18 11:33:18 +0100855 #io-channel-cells = <1>;
Przemyslaw Marczak08d63002015-10-27 13:08:06 +0100856 vdd-supply = <&buck2>;
857 vss-microvolts = <0>;
858 };
859
Mark Kettenisfb574622021-10-23 16:58:02 +0200860 iommu: iommu@0 {
861 compatible = "sandbox,iommu";
862 #iommu-cells = <0>;
863 };
864
Simon Glass02554352020-02-06 09:55:00 -0700865 irq: irq {
Simon Glassfbb0efd2019-12-06 21:41:59 -0700866 compatible = "sandbox,irq";
Simon Glass02554352020-02-06 09:55:00 -0700867 interrupt-controller;
868 #interrupt-cells = <2>;
Simon Glassfbb0efd2019-12-06 21:41:59 -0700869 };
870
Simon Glass3c97c4f2016-01-18 19:52:26 -0700871 lcd {
872 u-boot,dm-pre-reloc;
873 compatible = "sandbox,lcd-sdl";
Dario Binacchi55322622021-04-11 09:39:50 +0200874 pinctrl-names = "default";
875 pinctrl-0 = <&pinmux_lcd_pins>;
Simon Glass3c97c4f2016-01-18 19:52:26 -0700876 xres = <1366>;
877 yres = <768>;
878 };
879
Simon Glass3c43fba2015-07-06 12:54:34 -0600880 leds {
881 compatible = "gpio-leds";
882
883 iracibble {
884 gpios = <&gpio_a 1 0>;
885 label = "sandbox:red";
886 };
887
888 martinet {
889 gpios = <&gpio_a 2 0>;
890 label = "sandbox:green";
891 };
Patrick Bruenn274fb462018-04-11 11:16:29 +0200892
893 default_on {
894 gpios = <&gpio_a 5 0>;
895 label = "sandbox:default_on";
896 default-state = "on";
897 };
898
899 default_off {
900 gpios = <&gpio_a 6 0>;
Sean Anderson3e41c7b2020-09-14 11:02:03 -0400901 /* label intentionally omitted */
Patrick Bruenn274fb462018-04-11 11:16:29 +0200902 default-state = "off";
903 };
Simon Glass3c43fba2015-07-06 12:54:34 -0600904 };
905
Paul Doelle1fc45d62022-07-04 09:00:25 +0000906 wdt-gpio-toggle {
Rasmus Villemoesa9346b92021-08-19 11:57:05 +0200907 gpios = <&gpio_a 7 0>;
908 compatible = "linux,wdt-gpio";
Rasmus Villemoes4171c572021-08-19 11:57:06 +0200909 hw_margin_ms = <100>;
Paul Doelle1fc45d62022-07-04 09:00:25 +0000910 hw_algo = "toggle";
911 always-running;
912 };
913
914 wdt-gpio-level {
915 gpios = <&gpio_a 7 0>;
916 compatible = "linux,wdt-gpio";
917 hw_margin_ms = <100>;
918 hw_algo = "level";
Rasmus Villemoesa9346b92021-08-19 11:57:05 +0200919 always-running;
920 };
921
Stephen Warren8961b522016-05-16 17:41:37 -0600922 mbox: mbox {
923 compatible = "sandbox,mbox";
924 #mbox-cells = <1>;
925 };
926
927 mbox-test {
928 compatible = "sandbox,mbox-test";
929 mboxes = <&mbox 100>, <&mbox 1>;
930 mbox-names = "other", "test";
931 };
932
AKASHI Takahiro073e6d62019-08-27 17:17:03 +0900933 cpus {
Heinrich Schuchardt8ae8da12021-08-28 11:42:08 +0200934 #address-cells = <1>;
935 #size-cells = <0>;
Sean Anderson7616e362020-09-28 10:52:23 -0400936 timebase-frequency = <2000000>;
Heinrich Schuchardt8ae8da12021-08-28 11:42:08 +0200937 cpu1: cpu@1 {
938 device_type = "cpu";
939 reg = <0x1>;
Sean Anderson7616e362020-09-28 10:52:23 -0400940 timebase-frequency = <3000000>;
AKASHI Takahiro073e6d62019-08-27 17:17:03 +0900941 compatible = "sandbox,cpu_sandbox";
942 u-boot,dm-pre-reloc;
943 };
Mario Sixfa44b532018-08-06 10:23:44 +0200944
Heinrich Schuchardt8ae8da12021-08-28 11:42:08 +0200945 cpu2: cpu@2 {
946 device_type = "cpu";
947 reg = <0x2>;
AKASHI Takahiro073e6d62019-08-27 17:17:03 +0900948 compatible = "sandbox,cpu_sandbox";
949 u-boot,dm-pre-reloc;
950 };
Mario Sixfa44b532018-08-06 10:23:44 +0200951
Heinrich Schuchardt8ae8da12021-08-28 11:42:08 +0200952 cpu3: cpu@3 {
953 device_type = "cpu";
954 reg = <0x3>;
AKASHI Takahiro073e6d62019-08-27 17:17:03 +0900955 compatible = "sandbox,cpu_sandbox";
956 u-boot,dm-pre-reloc;
957 };
Mario Sixfa44b532018-08-06 10:23:44 +0200958 };
959
Dave Gerlach21e3c212020-07-15 23:39:58 -0500960 chipid: chipid {
961 compatible = "sandbox,soc";
962 };
963
Simon Glasse96fa6c2018-12-10 10:37:34 -0700964 i2s: i2s {
965 compatible = "sandbox,i2s";
966 #sound-dai-cells = <1>;
Simon Glassecc79732019-02-16 20:24:56 -0700967 sandbox,silent; /* Don't emit sounds while testing */
Simon Glasse96fa6c2018-12-10 10:37:34 -0700968 };
969
Jean-Jacques Hiblot07e33712019-07-05 09:33:57 +0200970 nop-test_0 {
971 compatible = "sandbox,nop_sandbox1";
972 nop-test_1 {
973 compatible = "sandbox,nop_sandbox2";
974 bind = "True";
975 };
976 nop-test_2 {
977 compatible = "sandbox,nop_sandbox2";
978 bind = "False";
979 };
980 };
981
Roger Quadros2c120372022-10-20 16:30:46 +0300982 memory-controller {
983 compatible = "sandbox,memory";
984 };
985
Mario Six004e67c2018-07-31 14:24:14 +0200986 misc-test {
Sean Anderson3f51ba92022-05-05 13:11:44 -0400987 #address-cells = <1>;
988 #size-cells = <1>;
Mario Six004e67c2018-07-31 14:24:14 +0200989 compatible = "sandbox,misc_sandbox";
Sean Anderson3f51ba92022-05-05 13:11:44 -0400990
991 eth5_addr: mac-address@10 {
992 reg = <0x10 6>;
993 };
Mario Six004e67c2018-07-31 14:24:14 +0200994 };
995
Simon Glasse48eeb92017-04-23 20:02:07 -0600996 mmc2 {
997 compatible = "sandbox,mmc";
Simon Glass6b165ab2021-07-05 16:32:58 -0600998 non-removable;
Simon Glasse48eeb92017-04-23 20:02:07 -0600999 };
1000
Simon Glassfb1451b2022-04-24 23:31:24 -06001001 /* This is used for the bootdev tests */
Simon Glasse48eeb92017-04-23 20:02:07 -06001002 mmc1 {
1003 compatible = "sandbox,mmc";
Simon Glassfb1451b2022-04-24 23:31:24 -06001004 filename = "mmc1.img";
Simon Glasse48eeb92017-04-23 20:02:07 -06001005 };
1006
Simon Glassfb1451b2022-04-24 23:31:24 -06001007 /* This is used for the fastboot tests */
Sughosh Ganu873cf8a2022-10-21 18:16:05 +05301008 mmc0: mmc0 {
Simon Glass8e6cc462015-07-06 12:54:32 -06001009 compatible = "sandbox,mmc";
1010 };
1011
Simon Glass77bec9e2022-10-20 18:23:20 -06001012 /* This is used for VBE VPL tests */
1013 mmc3 {
1014 status = "disabled";
1015 compatible = "sandbox,mmc";
1016 filename = "image.bin";
1017 non-removable;
1018 };
1019
Simon Glassd985f1d2023-01-06 08:52:41 -06001020 /* This is used for bootstd bootmenu tests */
1021 mmc4 {
1022 status = "disabled";
1023 compatible = "sandbox,mmc";
1024 filename = "mmc4.img";
1025 };
1026
Simon Glassb45c8332019-02-16 20:24:50 -07001027 pch {
1028 compatible = "sandbox,pch";
1029 };
1030
Tom Rini42c64d12020-02-11 12:41:23 -05001031 pci0: pci@0 {
Simon Glassd3b7ff12015-03-05 12:25:34 -07001032 compatible = "sandbox,pci";
1033 device_type = "pci";
Tom Rini42c64d12020-02-11 12:41:23 -05001034 bus-range = <0x00 0xff>;
Simon Glassd3b7ff12015-03-05 12:25:34 -07001035 #address-cells = <3>;
1036 #size-cells = <2>;
Simon Glassb0e2c232019-09-25 08:56:08 -06001037 ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000
Simon Glassd3b7ff12015-03-05 12:25:34 -07001038 0x01000000 0 0x20000000 0x20000000 0 0x2000>;
Bin Meng2db7f2b2018-08-03 01:14:39 -07001039 pci@0,0 {
1040 compatible = "pci-generic";
1041 reg = <0x0000 0 0 0 0>;
Simon Glass9b69ba42019-09-25 08:56:10 -06001042 sandbox,emul = <&swap_case_emul0_0>;
Bin Meng2db7f2b2018-08-03 01:14:39 -07001043 };
Alex Marginean21ebbaf2019-06-07 11:24:24 +03001044 pci@1,0 {
1045 compatible = "pci-generic";
Simon Glass33c215a2019-09-15 12:08:58 -06001046 /* reg 0 is at 0x14, using FDT_PCI_SPACE_MEM32 */
1047 reg = <0x02000814 0 0 0 0
1048 0x01000810 0 0 0 0>;
Simon Glass9b69ba42019-09-25 08:56:10 -06001049 sandbox,emul = <&swap_case_emul0_1>;
Alex Marginean21ebbaf2019-06-07 11:24:24 +03001050 };
Simon Glass3e17ffb2019-12-06 21:41:57 -07001051 p2sb-pci@2,0 {
1052 compatible = "sandbox,p2sb";
1053 reg = <0x02001010 0 0 0 0>;
1054 sandbox,emul = <&p2sb_emul>;
1055
1056 adder {
1057 intel,p2sb-port-id = <3>;
1058 compatible = "sandbox,adder";
1059 };
1060 };
Simon Glass3b65ee32019-12-06 21:41:54 -07001061 pci@1e,0 {
1062 compatible = "sandbox,pmc";
1063 reg = <0xf000 0 0 0 0>;
1064 sandbox,emul = <&pmc_emul1e>;
1065 acpi-base = <0x400>;
1066 gpe0-dwx-mask = <0xf>;
1067 gpe0-dwx-shift-base = <4>;
1068 gpe0-dw = <6 7 9>;
1069 gpe0-sts = <0x20>;
1070 gpe0-en = <0x30>;
1071 };
Simon Glassd3b7ff12015-03-05 12:25:34 -07001072 pci@1f,0 {
1073 compatible = "pci-generic";
Simon Glass33c215a2019-09-15 12:08:58 -06001074 /* reg 0 is at 0x10, using FDT_PCI_SPACE_IO */
1075 reg = <0x0100f810 0 0 0 0>;
Simon Glass9b69ba42019-09-25 08:56:10 -06001076 sandbox,emul = <&swap_case_emul0_1f>;
1077 };
1078 };
1079
1080 pci-emul0 {
1081 compatible = "sandbox,pci-emul-parent";
1082 swap_case_emul0_0: emul0@0,0 {
1083 compatible = "sandbox,swap-case";
1084 };
1085 swap_case_emul0_1: emul0@1,0 {
1086 compatible = "sandbox,swap-case";
1087 use-ea;
1088 };
1089 swap_case_emul0_1f: emul0@1f,0 {
1090 compatible = "sandbox,swap-case";
Simon Glassd3b7ff12015-03-05 12:25:34 -07001091 };
Simon Glass3e17ffb2019-12-06 21:41:57 -07001092 p2sb_emul: emul@2,0 {
1093 compatible = "sandbox,p2sb-emul";
1094 };
Simon Glass3b65ee32019-12-06 21:41:54 -07001095 pmc_emul1e: emul@1e,0 {
1096 compatible = "sandbox,pmc-emul";
1097 };
Simon Glassd3b7ff12015-03-05 12:25:34 -07001098 };
1099
Tom Rini42c64d12020-02-11 12:41:23 -05001100 pci1: pci@1 {
Bin Mengdee4d752018-08-03 01:14:41 -07001101 compatible = "sandbox,pci";
1102 device_type = "pci";
Tom Rini42c64d12020-02-11 12:41:23 -05001103 bus-range = <0x00 0xff>;
Bin Mengdee4d752018-08-03 01:14:41 -07001104 #address-cells = <3>;
1105 #size-cells = <2>;
Suneel Garapati4cf56ec2019-10-19 17:10:20 -07001106 ranges = <0x02000000 0 0x30000000 0x30000000 0 0x2000 // MEM0
Andrew Scull55e6adb2022-04-21 16:11:09 +00001107 0x02000000 0 0x31000000 0x3e000000 0 0x2000 // MEM1
Suneel Garapati4cf56ec2019-10-19 17:10:20 -07001108 0x01000000 0 0x40000000 0x40000000 0 0x2000>;
Bin Meng490d13a2018-08-03 01:14:47 -07001109 sandbox,dev-info = <0x08 0x00 0x1234 0x5678
Marek Vasutb59349a2018-10-10 21:27:08 +02001110 0x0c 0x00 0x1234 0x5678
1111 0x10 0x00 0x1234 0x5678>;
1112 pci@10,0 {
1113 reg = <0x8000 0 0 0 0>;
1114 };
Bin Mengdee4d752018-08-03 01:14:41 -07001115 };
1116
Tom Rini42c64d12020-02-11 12:41:23 -05001117 pci2: pci@2 {
Bin Meng3ed214a2018-08-03 01:14:50 -07001118 compatible = "sandbox,pci";
1119 device_type = "pci";
Tom Rini42c64d12020-02-11 12:41:23 -05001120 bus-range = <0x00 0xff>;
Bin Meng3ed214a2018-08-03 01:14:50 -07001121 #address-cells = <3>;
1122 #size-cells = <2>;
1123 ranges = <0x02000000 0 0x50000000 0x50000000 0 0x2000
1124 0x01000000 0 0x60000000 0x60000000 0 0x2000>;
1125 sandbox,dev-info = <0x08 0x00 0x1234 0x5678>;
1126 pci@1f,0 {
1127 compatible = "pci-generic";
1128 reg = <0xf800 0 0 0 0>;
Simon Glass9b69ba42019-09-25 08:56:10 -06001129 sandbox,emul = <&swap_case_emul2_1f>;
1130 };
1131 };
1132
1133 pci-emul2 {
1134 compatible = "sandbox,pci-emul-parent";
1135 swap_case_emul2_1f: emul2@1f,0 {
1136 compatible = "sandbox,swap-case";
Bin Meng3ed214a2018-08-03 01:14:50 -07001137 };
1138 };
1139
Ramon Friedbb413332019-04-27 11:15:23 +03001140 pci_ep: pci_ep {
1141 compatible = "sandbox,pci_ep";
1142 };
1143
Simon Glass98561572017-04-23 20:10:44 -06001144 probing {
1145 compatible = "simple-bus";
1146 test1 {
1147 compatible = "denx,u-boot-probe-test";
1148 };
1149
1150 test2 {
1151 compatible = "denx,u-boot-probe-test";
1152 };
1153
1154 test3 {
1155 compatible = "denx,u-boot-probe-test";
1156 };
1157
1158 test4 {
1159 compatible = "denx,u-boot-probe-test";
Jean-Jacques Hiblot6c3af1f2018-11-29 10:57:37 +01001160 first-syscon = <&syscon0>;
1161 second-sys-ctrl = <&another_system_controller>;
Patrick Delaunaya442e612019-03-07 09:57:13 +01001162 third-syscon = <&syscon2>;
Simon Glass98561572017-04-23 20:10:44 -06001163 };
1164 };
1165
Stephen Warren61f5ddc2016-07-13 13:45:31 -06001166 pwrdom: power-domain {
1167 compatible = "sandbox,power-domain";
1168 #power-domain-cells = <1>;
1169 };
1170
1171 power-domain-test {
1172 compatible = "sandbox,power-domain-test";
1173 power-domains = <&pwrdom 2>;
1174 };
1175
Simon Glass5d9a88f2018-10-01 12:22:40 -06001176 pwm: pwm {
Simon Glass43b41562017-04-16 21:01:11 -06001177 compatible = "sandbox,pwm";
Simon Glass5d9a88f2018-10-01 12:22:40 -06001178 #pwm-cells = <2>;
Dario Binacchi55322622021-04-11 09:39:50 +02001179 pinctrl-names = "default";
1180 pinctrl-0 = <&pinmux_pwm_pins>;
Simon Glass43b41562017-04-16 21:01:11 -06001181 };
1182
1183 pwm2 {
1184 compatible = "sandbox,pwm";
Simon Glass5d9a88f2018-10-01 12:22:40 -06001185 #pwm-cells = <2>;
Simon Glass43b41562017-04-16 21:01:11 -06001186 };
1187
Simon Glass64ce0ca2015-07-06 12:54:31 -06001188 ram {
1189 compatible = "sandbox,ram";
1190 };
1191
Simon Glass5010d982015-07-06 12:54:29 -06001192 reset@0 {
1193 compatible = "sandbox,warm-reset";
Michal Suchanek5b2f49c2022-10-10 20:29:39 +02001194 u-boot,dm-pre-proper;
Simon Glass5010d982015-07-06 12:54:29 -06001195 };
1196
1197 reset@1 {
1198 compatible = "sandbox,reset";
Michal Suchanek5b2f49c2022-10-10 20:29:39 +02001199 u-boot,dm-pre-proper;
Simon Glass5010d982015-07-06 12:54:29 -06001200 };
1201
Stephen Warren4581b712016-06-17 09:43:59 -06001202 resetc: reset-ctl {
1203 compatible = "sandbox,reset-ctl";
1204 #reset-cells = <1>;
1205 };
1206
1207 reset-ctl-test {
1208 compatible = "sandbox,reset-ctl-test";
Neil Armstrongbdfe6902021-04-20 10:42:25 +02001209 resets = <&resetc 100>, <&resetc 2>, <&resetc 20>, <&resetc 40>;
1210 reset-names = "other", "test", "test2", "test3";
Stephen Warren4581b712016-06-17 09:43:59 -06001211 };
1212
Sughosh Ganuff0dada2019-12-28 23:58:31 +05301213 rng {
1214 compatible = "sandbox,sandbox-rng";
1215 };
1216
Nishanth Menon52159402015-09-17 15:42:41 -05001217 rproc_1: rproc@1 {
1218 compatible = "sandbox,test-processor";
1219 remoteproc-name = "remoteproc-test-dev1";
1220 };
1221
1222 rproc_2: rproc@2 {
1223 compatible = "sandbox,test-processor";
1224 internal-memory-mapped;
1225 remoteproc-name = "remoteproc-test-dev2";
1226 };
1227
Simon Glass5d9a88f2018-10-01 12:22:40 -06001228 panel {
1229 compatible = "simple-panel";
1230 backlight = <&backlight 0 100>;
1231 };
1232
Simon Glass22c80d52022-09-21 16:21:47 +02001233 scsi {
1234 compatible = "sandbox,scsi";
1235 sandbox,filepath = "scsi.img";
1236 };
1237
Ramon Fried7fd7e2c2018-07-02 02:57:59 +03001238 smem@0 {
1239 compatible = "sandbox,smem";
1240 };
1241
Simon Glassd4901892018-12-10 10:37:36 -07001242 sound {
1243 compatible = "sandbox,sound";
1244 cpu {
1245 sound-dai = <&i2s 0>;
1246 };
1247
1248 codec {
1249 sound-dai = <&audio 0>;
1250 };
1251 };
1252
Simon Glass0ae0cb72014-10-13 23:42:11 -06001253 spi@0 {
1254 #address-cells = <1>;
1255 #size-cells = <0>;
Simon Glass0503e822015-07-06 12:54:36 -06001256 reg = <0 1>;
Simon Glass0ae0cb72014-10-13 23:42:11 -06001257 compatible = "sandbox,spi";
Ovidiu Panait1dc53ce2020-12-14 19:06:47 +02001258 cs-gpios = <0>, <0>, <&gpio_a 0>;
Dario Binacchi55322622021-04-11 09:39:50 +02001259 pinctrl-names = "default";
1260 pinctrl-0 = <&pinmux_spi0_pins>;
1261
Simon Glass0ae0cb72014-10-13 23:42:11 -06001262 spi.bin@0 {
1263 reg = <0>;
Neil Armstrongffd4c7c2019-02-10 10:16:20 +00001264 compatible = "spansion,m25p16", "jedec,spi-nor";
Simon Glass0ae0cb72014-10-13 23:42:11 -06001265 spi-max-frequency = <40000000>;
1266 sandbox,filename = "spi.bin";
1267 };
Ovidiu Panait1dc53ce2020-12-14 19:06:47 +02001268 spi.bin@1 {
1269 reg = <1>;
1270 compatible = "spansion,m25p16", "jedec,spi-nor";
1271 spi-max-frequency = <50000000>;
1272 sandbox,filename = "spi.bin";
1273 spi-cpol;
1274 spi-cpha;
1275 };
Simon Glass0ae0cb72014-10-13 23:42:11 -06001276 };
1277
Jean-Jacques Hiblot6c3af1f2018-11-29 10:57:37 +01001278 syscon0: syscon@0 {
Simon Glass04035fd2015-07-06 12:54:35 -06001279 compatible = "sandbox,syscon0";
Mario Six82744c22018-10-04 09:00:40 +02001280 reg = <0x10 16>;
Simon Glass04035fd2015-07-06 12:54:35 -06001281 };
1282
Jean-Jacques Hiblot6c3af1f2018-11-29 10:57:37 +01001283 another_system_controller: syscon@1 {
Simon Glass04035fd2015-07-06 12:54:35 -06001284 compatible = "sandbox,syscon1";
Simon Glass0503e822015-07-06 12:54:36 -06001285 reg = <0x20 5
1286 0x28 6
1287 0x30 7
1288 0x38 8>;
Simon Glass04035fd2015-07-06 12:54:35 -06001289 };
1290
Patrick Delaunaya442e612019-03-07 09:57:13 +01001291 syscon2: syscon@2 {
Masahiro Yamada99552c32018-04-23 13:26:53 +09001292 compatible = "simple-mfd", "syscon";
1293 reg = <0x40 5
1294 0x48 6
1295 0x50 7
1296 0x58 8>;
1297 };
1298
Jean-Jacques Hiblot739592c2020-10-16 16:16:34 +05301299 syscon3: syscon@3 {
1300 compatible = "simple-mfd", "syscon";
1301 reg = <0x000100 0x10>;
1302
1303 muxcontroller0: a-mux-controller {
1304 compatible = "mmio-mux";
1305 #mux-control-cells = <1>;
1306
1307 mux-reg-masks = <0x0 0x30>, /* 0: reg 0x0, bits 5:4 */
1308 <0xc 0x1E>, /* 1: reg 0xc, bits 4:1 */
1309 <0x4 0xFF>; /* 2: reg 0x4, bits 7:0 */
1310 idle-states = <MUX_IDLE_AS_IS>, <0x02>, <0x73>;
1311 u-boot,mux-autoprobe;
1312 };
1313 };
1314
1315 muxcontroller1: emul-mux-controller {
1316 compatible = "mux-emul";
1317 #mux-control-cells = <0>;
1318 u-boot,mux-autoprobe;
1319 idle-state = <0xabcd>;
1320 };
1321
Simon Glass93f44e82020-12-16 21:20:27 -07001322 testfdtm0 {
1323 compatible = "denx,u-boot-fdtm-test";
1324 };
1325
1326 testfdtm1: testfdtm1 {
1327 compatible = "denx,u-boot-fdtm-test";
1328 };
1329
1330 testfdtm2 {
1331 compatible = "denx,u-boot-fdtm-test";
1332 };
1333
Sean Anderson7616e362020-09-28 10:52:23 -04001334 timer@0 {
Thomas Choue7cc8d12015-12-11 16:27:34 +08001335 compatible = "sandbox,timer";
1336 clock-frequency = <1000000>;
1337 };
1338
Sean Anderson7616e362020-09-28 10:52:23 -04001339 timer@1 {
1340 compatible = "sandbox,timer";
1341 sandbox,timebase-frequency-fallback;
1342 };
1343
Miquel Raynalb91ad162018-05-15 11:57:27 +02001344 tpm2 {
1345 compatible = "sandbox,tpm2";
1346 };
1347
Simon Glass171e9912015-05-22 15:42:15 -06001348 uart0: serial {
1349 compatible = "sandbox,serial";
1350 u-boot,dm-pre-reloc;
Dario Binacchi55322622021-04-11 09:39:50 +02001351 pinctrl-names = "default";
1352 pinctrl-0 = <&pinmux_uart0_pins>;
Joe Hershbergerbfacad72015-03-22 17:09:15 -05001353 };
1354
Simon Glasse00cb222015-03-25 12:23:05 -06001355 usb_0: usb@0 {
1356 compatible = "sandbox,usb";
1357 status = "disabled";
1358 hub {
1359 compatible = "sandbox,usb-hub";
1360 #address-cells = <1>;
1361 #size-cells = <0>;
1362 flash-stick {
1363 reg = <0>;
1364 compatible = "sandbox,usb-flash";
1365 };
1366 };
1367 };
1368
1369 usb_1: usb@1 {
1370 compatible = "sandbox,usb";
Mark Kettenisfb574622021-10-23 16:58:02 +02001371 iommus = <&iommu>;
Simon Glasse00cb222015-03-25 12:23:05 -06001372 hub {
1373 compatible = "usb-hub";
1374 usb,device-class = <9>;
Michael Wallec03b7612020-06-02 01:47:07 +02001375 #address-cells = <1>;
1376 #size-cells = <0>;
Simon Glasse00cb222015-03-25 12:23:05 -06001377 hub-emul {
1378 compatible = "sandbox,usb-hub";
1379 #address-cells = <1>;
1380 #size-cells = <0>;
Simon Glass431cbd62015-11-08 23:48:01 -07001381 flash-stick@0 {
Simon Glasse00cb222015-03-25 12:23:05 -06001382 reg = <0>;
1383 compatible = "sandbox,usb-flash";
1384 sandbox,filepath = "testflash.bin";
1385 };
1386
Simon Glass431cbd62015-11-08 23:48:01 -07001387 flash-stick@1 {
1388 reg = <1>;
1389 compatible = "sandbox,usb-flash";
1390 sandbox,filepath = "testflash1.bin";
1391 };
1392
1393 flash-stick@2 {
1394 reg = <2>;
1395 compatible = "sandbox,usb-flash";
1396 sandbox,filepath = "testflash2.bin";
1397 };
1398
Simon Glassbff1a712015-11-08 23:48:08 -07001399 keyb@3 {
1400 reg = <3>;
1401 compatible = "sandbox,usb-keyb";
1402 };
1403
Simon Glasse00cb222015-03-25 12:23:05 -06001404 };
Michael Wallec03b7612020-06-02 01:47:07 +02001405
1406 usbstor@1 {
1407 reg = <1>;
1408 };
1409 usbstor@3 {
1410 reg = <3>;
1411 };
Simon Glasse00cb222015-03-25 12:23:05 -06001412 };
1413 };
1414
1415 usb_2: usb@2 {
1416 compatible = "sandbox,usb";
1417 status = "disabled";
1418 };
1419
Mateusz Kulikowskid33776e2016-03-31 23:12:28 +02001420 spmi: spmi@0 {
1421 compatible = "sandbox,spmi";
1422 #address-cells = <0x1>;
1423 #size-cells = <0x1>;
Simon Glassa605b0f2019-09-25 08:55:59 -06001424 ranges;
Mateusz Kulikowskid33776e2016-03-31 23:12:28 +02001425 pm8916@0 {
1426 compatible = "qcom,spmi-pmic";
1427 reg = <0x0 0x1>;
1428 #address-cells = <0x1>;
1429 #size-cells = <0x1>;
Simon Glassa605b0f2019-09-25 08:55:59 -06001430 ranges;
Mateusz Kulikowskid33776e2016-03-31 23:12:28 +02001431
1432 spmi_gpios: gpios@c000 {
1433 compatible = "qcom,pm8916-gpio";
1434 reg = <0xc000 0x400>;
1435 gpio-controller;
1436 gpio-count = <4>;
1437 #gpio-cells = <2>;
1438 gpio-bank-name="spmi";
1439 };
1440 };
1441 };
maxims@google.com0753bc22017-04-17 12:00:21 -07001442
1443 wdt0: wdt@0 {
1444 compatible = "sandbox,wdt";
Rasmus Villemoes4171c572021-08-19 11:57:06 +02001445 hw_margin_ms = <200>;
maxims@google.com0753bc22017-04-17 12:00:21 -07001446 };
Rob Clarkf2006802018-01-10 11:33:30 +01001447
Mario Six957983e2018-08-09 14:51:19 +02001448 axi: axi@0 {
1449 compatible = "sandbox,axi";
1450 #address-cells = <0x1>;
1451 #size-cells = <0x1>;
1452 store@0 {
1453 compatible = "sandbox,sandbox_store";
1454 reg = <0x0 0x400>;
1455 };
1456 };
1457
Rob Clarkf2006802018-01-10 11:33:30 +01001458 chosen {
Simon Glass7e878162018-02-03 10:36:58 -07001459 #address-cells = <1>;
1460 #size-cells = <1>;
Simon Glass14ca9f72020-01-27 08:49:43 -07001461 setting = "sunrise ohoka";
1462 other-node = "/some-bus/c-test@5";
Simon Glassbd933bf2020-01-27 08:49:46 -07001463 int-values = <0x1937 72993>;
Simon Glass0f7b1112020-07-07 13:12:06 -06001464 u-boot,acpi-ssdt-order = <&acpi_test2 &acpi_test1>;
Rob Clarkf2006802018-01-10 11:33:30 +01001465 chosen-test {
1466 compatible = "denx,u-boot-fdt-test";
1467 reg = <9 1>;
1468 };
1469 };
Mario Sixe8d52912018-03-12 14:53:33 +01001470
1471 translation-test@8000 {
1472 compatible = "simple-bus";
1473 reg = <0x8000 0x4000>;
1474
1475 #address-cells = <0x2>;
1476 #size-cells = <0x1>;
1477
1478 ranges = <0 0x0 0x8000 0x1000
1479 1 0x100 0x9000 0x1000
1480 2 0x200 0xA000 0x1000
1481 3 0x300 0xB000 0x1000
1482 >;
1483
Fabien Dessenne641067f2019-05-31 15:11:30 +02001484 dma-ranges = <0 0x000 0x10000000 0x1000
1485 1 0x100 0x20000000 0x1000
1486 >;
1487
Mario Sixe8d52912018-03-12 14:53:33 +01001488 dev@0,0 {
1489 compatible = "denx,u-boot-fdt-dummy";
1490 reg = <0 0x0 0x1000>;
Álvaro Fernåndez Rojas79598822018-12-03 19:37:09 +01001491 reg-names = "sandbox-dummy-0";
Mario Sixe8d52912018-03-12 14:53:33 +01001492 };
1493
1494 dev@1,100 {
1495 compatible = "denx,u-boot-fdt-dummy";
1496 reg = <1 0x100 0x1000>;
1497
1498 };
1499
1500 dev@2,200 {
1501 compatible = "denx,u-boot-fdt-dummy";
1502 reg = <2 0x200 0x1000>;
1503 };
1504
1505
1506 noxlatebus@3,300 {
1507 compatible = "simple-bus";
1508 reg = <3 0x300 0x1000>;
1509
1510 #address-cells = <0x1>;
1511 #size-cells = <0x0>;
1512
1513 dev@42 {
1514 compatible = "denx,u-boot-fdt-dummy";
1515 reg = <0x42>;
1516 };
1517 };
1518 };
Mario Six4eea5312018-09-27 09:19:31 +02001519
1520 osd {
1521 compatible = "sandbox,sandbox_osd";
1522 };
Tom Rinid24c1d02018-09-30 18:16:51 -04001523
Jens Wiklanderfa830ae2018-09-25 16:40:16 +02001524 sandbox_tee {
1525 compatible = "sandbox,tee";
1526 };
Bin Meng4f89d492018-10-15 02:21:26 -07001527
1528 sandbox_virtio1 {
1529 compatible = "sandbox,virtio1";
Simon Glass00fc8ca2023-01-17 10:47:51 -07001530 virtio-type = <4>; /* rng */
Bin Meng4f89d492018-10-15 02:21:26 -07001531 };
1532
1533 sandbox_virtio2 {
1534 compatible = "sandbox,virtio2";
1535 };
Patrice Chotardf41a8242018-10-24 14:10:23 +02001536
Simon Glass00fc8ca2023-01-17 10:47:51 -07001537 sandbox-virtio-blk {
1538 compatible = "sandbox,virtio1";
1539 virtio-type = <2>; /* block */
1540 };
1541
Etienne Carriere87d4f272020-09-09 18:44:05 +02001542 sandbox_scmi {
1543 compatible = "sandbox,scmi-devices";
Etienne Carriere10d3e5d2022-02-21 09:22:41 +01001544 clocks = <&clk_scmi 2>, <&clk_scmi 0>;
Etienne Carriere41d62e22022-02-21 09:22:39 +01001545 resets = <&reset_scmi 3>;
1546 regul0-supply = <&regul0_scmi>;
1547 regul1-supply = <&regul1_scmi>;
Etienne Carriere87d4f272020-09-09 18:44:05 +02001548 };
1549
Patrice Chotardf41a8242018-10-24 14:10:23 +02001550 pinctrl {
1551 compatible = "sandbox,pinctrl";
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001552
Sean Anderson7f0f1802020-09-14 11:01:57 -04001553 pinctrl-names = "default", "alternate";
1554 pinctrl-0 = <&pinctrl_gpios>, <&pinctrl_i2s>;
1555 pinctrl-1 = <&pinctrl_spi>, <&pinctrl_i2c>;
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001556
Sean Anderson7f0f1802020-09-14 11:01:57 -04001557 pinctrl_gpios: gpios {
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001558 gpio0 {
Sean Anderson7f0f1802020-09-14 11:01:57 -04001559 pins = "P5";
1560 function = "GPIO";
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001561 bias-pull-up;
1562 input-disable;
1563 };
1564 gpio1 {
Sean Anderson7f0f1802020-09-14 11:01:57 -04001565 pins = "P6";
1566 function = "GPIO";
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001567 output-high;
1568 drive-open-drain;
1569 };
1570 gpio2 {
Sean Anderson7f0f1802020-09-14 11:01:57 -04001571 pinmux = <SANDBOX_PINMUX(7, SANDBOX_PINMUX_GPIO)>;
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001572 bias-pull-down;
1573 input-enable;
1574 };
1575 gpio3 {
Sean Anderson7f0f1802020-09-14 11:01:57 -04001576 pinmux = <SANDBOX_PINMUX(8, SANDBOX_PINMUX_GPIO)>;
Patrick Delaunayd15c05b2020-01-13 11:35:12 +01001577 bias-disable;
1578 };
1579 };
Sean Anderson7f0f1802020-09-14 11:01:57 -04001580
1581 pinctrl_i2c: i2c {
1582 groups {
1583 groups = "I2C_UART";
1584 function = "I2C";
1585 };
1586
1587 pins {
1588 pins = "P0", "P1";
1589 drive-open-drain;
1590 };
1591 };
1592
1593 pinctrl_i2s: i2s {
1594 groups = "SPI_I2S";
1595 function = "I2S";
1596 };
1597
1598 pinctrl_spi: spi {
1599 groups = "SPI_I2S";
1600 function = "SPI";
1601
1602 cs {
1603 pinmux = <SANDBOX_PINMUX(5, SANDBOX_PINMUX_CS)>,
1604 <SANDBOX_PINMUX(6, SANDBOX_PINMUX_CS)>;
1605 };
1606 };
Patrice Chotardf41a8242018-10-24 14:10:23 +02001607 };
Benjamin Gaignard7f84fc62018-11-27 13:49:50 +01001608
Dario Binacchi55322622021-04-11 09:39:50 +02001609 pinctrl-single-no-width {
1610 compatible = "pinctrl-single";
1611 reg = <0x0000 0x238>;
1612 #pinctrl-cells = <1>;
1613 pinctrl-single,function-mask = <0x7f>;
1614 };
1615
1616 pinctrl-single-pins {
1617 compatible = "pinctrl-single";
1618 reg = <0x0000 0x238>;
1619 #pinctrl-cells = <1>;
1620 pinctrl-single,register-width = <32>;
1621 pinctrl-single,function-mask = <0x7f>;
1622
1623 pinmux_pwm_pins: pinmux_pwm_pins {
1624 pinctrl-single,pins = < 0x48 0x06 >;
1625 };
1626
1627 pinmux_spi0_pins: pinmux_spi0_pins {
1628 pinctrl-single,pins = <
1629 0x190 0x0c
1630 0x194 0x0c
1631 0x198 0x23
1632 0x19c 0x0c
1633 >;
1634 };
1635
1636 pinmux_uart0_pins: pinmux_uart0_pins {
1637 pinctrl-single,pins = <
1638 0x70 0x30
1639 0x74 0x00
1640 >;
1641 };
1642 };
1643
1644 pinctrl-single-bits {
1645 compatible = "pinctrl-single";
1646 reg = <0x0000 0x50>;
1647 #pinctrl-cells = <2>;
1648 pinctrl-single,bit-per-mux;
1649 pinctrl-single,register-width = <32>;
1650 pinctrl-single,function-mask = <0xf>;
1651
1652 pinmux_i2c0_pins: pinmux_i2c0_pins {
1653 pinctrl-single,bits = <
1654 0x10 0x00002200 0x0000ff00
1655 >;
1656 };
1657
1658 pinmux_lcd_pins: pinmux_lcd_pins {
1659 pinctrl-single,bits = <
1660 0x40 0x22222200 0xffffff00
1661 0x44 0x22222222 0xffffffff
1662 0x48 0x00000022 0x000000ff
1663 0x48 0x02000000 0x0f000000
1664 0x4c 0x02000022 0x0f0000ff
1665 >;
1666 };
1667 };
1668
Benjamin Gaignard7f84fc62018-11-27 13:49:50 +01001669 hwspinlock@0 {
1670 compatible = "sandbox,hwspinlock";
1671 };
Grygorii Strashkob3309912018-11-28 19:17:51 +01001672
1673 dma: dma {
1674 compatible = "sandbox,dma";
1675 #dma-cells = <1>;
1676
1677 dmas = <&dma 0>, <&dma 1>, <&dma 2>;
1678 dma-names = "m2m", "tx0", "rx0";
1679 };
Alex Margineanec9594a2019-06-03 19:12:28 +03001680
Alex Margineanc3d9f3f2019-07-12 10:13:53 +03001681 /*
1682 * keep mdio-mux ahead of mdio so that the mux is removed first at the
1683 * end of the test. If parent mdio is removed first, clean-up of the
1684 * mux will trigger a 2nd probe of parent-mdio, leaving parent-mdio
1685 * active at the end of the test. That it turn doesn't allow the mdio
1686 * class to be destroyed, triggering an error.
1687 */
1688 mdio-mux-test {
1689 compatible = "sandbox,mdio-mux";
1690 #address-cells = <1>;
1691 #size-cells = <0>;
1692 mdio-parent-bus = <&mdio>;
1693
1694 mdio-ch-test@0 {
1695 reg = <0>;
1696 };
1697 mdio-ch-test@1 {
1698 reg = <1>;
1699 };
1700 };
1701
1702 mdio: mdio-test {
Alex Margineanec9594a2019-06-03 19:12:28 +03001703 compatible = "sandbox,mdio";
Marek BehĂșnf3dd2132022-04-07 00:32:57 +02001704 #address-cells = <1>;
1705 #size-cells = <0>;
1706
1707 ethphy1: ethernet-phy@1 {
1708 reg = <1>;
1709 };
Alex Margineanec9594a2019-06-03 19:12:28 +03001710 };
Sean Anderson4a3390f2020-06-24 06:41:12 -04001711
1712 pm-bus-test {
1713 compatible = "simple-pm-bus";
1714 clocks = <&clk_sandbox 4>;
1715 power-domains = <&pwrdom 1>;
1716 };
Sean Anderson038b13e2020-06-24 06:41:14 -04001717
1718 resetc2: syscon-reset {
1719 compatible = "syscon-reset";
1720 #reset-cells = <1>;
1721 regmap = <&syscon0>;
1722 offset = <1>;
1723 mask = <0x27FFFFFF>;
1724 assert-high = <0>;
1725 };
1726
1727 syscon-reset-test {
1728 compatible = "sandbox,misc_sandbox";
1729 resets = <&resetc2 15>, <&resetc2 30>, <&resetc2 60>;
1730 reset-names = "valid", "no_mask", "out_of_range";
1731 };
Jean-Jacques Hiblot0ced26a2020-09-24 10:04:18 +05301732
Simon Glass3a8ee3d2020-11-05 06:32:05 -07001733 sysinfo {
1734 compatible = "sandbox,sysinfo-sandbox";
1735 };
1736
Sean Anderson1cbfed82021-04-20 10:50:58 -04001737 sysinfo-gpio {
1738 compatible = "gpio-sysinfo";
1739 gpios = <&gpio_a 15>, <&gpio_a 16>, <&gpio_a 17>;
1740 revisions = <19>, <5>;
1741 names = "rev_a", "foo";
1742 };
1743
Jean-Jacques Hiblot0ced26a2020-09-24 10:04:18 +05301744 some_regmapped-bus {
1745 #address-cells = <0x1>;
1746 #size-cells = <0x1>;
1747
1748 ranges = <0x0 0x0 0x10>;
1749 compatible = "simple-bus";
1750
1751 regmap-test_0 {
1752 reg = <0 0x10>;
1753 compatible = "sandbox,regmap_test";
1754 };
1755 };
Robert Marko1fad2cb2022-09-06 13:30:35 +02001756
1757 thermal {
1758 compatible = "sandbox,thermal";
1759 };
Sughosh Ganu873cf8a2022-10-21 18:16:05 +05301760
1761 fwu-mdata {
1762 compatible = "u-boot,fwu-mdata-gpt";
1763 fwu-mdata-store = <&mmc0>;
1764 };
Simon Glass2e7d35d2014-02-26 15:59:21 -07001765};
Przemyslaw Marczak9038cd52015-05-13 13:38:35 +02001766
1767#include "sandbox_pmic.dtsi"
Heinrich Schuchardt4a2a78c2021-02-18 13:01:35 +01001768#include "cros-ec-keyboard.dtsi"
Simon Glass8de98962022-10-20 18:23:15 -06001769
1770#ifdef CONFIG_SANDBOX_VPL
1771#include "sandbox_vpl.dtsi"
1772#endif