Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Patrick Delaunay | 23aee61 | 2020-01-13 11:35:13 +0100 | [diff] [blame] | 3 | #include <dt-bindings/gpio/gpio.h> |
| 4 | #include <dt-bindings/gpio/sandbox-gpio.h> |
Marek Szyprowski | ad39859 | 2021-02-18 11:33:18 +0100 | [diff] [blame] | 5 | #include <dt-bindings/input/input.h> |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 6 | #include <dt-bindings/pinctrl/sandbox-pinmux.h> |
Jean-Jacques Hiblot | a94b697 | 2020-10-16 16:16:34 +0530 | [diff] [blame] | 7 | #include <dt-bindings/mux/mux.h> |
Patrick Delaunay | 23aee61 | 2020-01-13 11:35:13 +0100 | [diff] [blame] | 8 | |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 9 | / { |
| 10 | model = "sandbox"; |
| 11 | compatible = "sandbox"; |
| 12 | #address-cells = <1>; |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 13 | #size-cells = <1>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 14 | |
Simon Glass | fef72b7 | 2014-07-23 06:55:03 -0600 | [diff] [blame] | 15 | aliases { |
| 16 | console = &uart0; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 17 | eth0 = "/eth@10002000"; |
Bin Meng | 04a11cb | 2015-08-27 22:25:53 -0700 | [diff] [blame] | 18 | eth3 = ð_3; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 19 | eth5 = ð_5; |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 20 | gpio1 = &gpio_a; |
| 21 | gpio2 = &gpio_b; |
Patrick Delaunay | 28bdaa5 | 2020-01-13 11:35:14 +0100 | [diff] [blame] | 22 | gpio3 = &gpio_c; |
Simon Glass | 0ccb097 | 2015-01-25 08:27:05 -0700 | [diff] [blame] | 23 | i2c0 = "/i2c@0"; |
Simon Glass | e4fef74 | 2017-04-23 20:02:07 -0600 | [diff] [blame] | 24 | mmc0 = "/mmc0"; |
| 25 | mmc1 = "/mmc1"; |
Bin Meng | 408e590 | 2018-08-03 01:14:41 -0700 | [diff] [blame] | 26 | pci0 = &pci0; |
| 27 | pci1 = &pci1; |
Bin Meng | 510dddb | 2018-08-03 01:14:50 -0700 | [diff] [blame] | 28 | pci2 = &pci2; |
Michael Walle | 7c41a22 | 2020-06-02 01:47:09 +0200 | [diff] [blame] | 29 | remoteproc0 = &rproc_1; |
| 30 | remoteproc1 = &rproc_2; |
Simon Glass | 336b295 | 2015-05-22 15:42:17 -0600 | [diff] [blame] | 31 | rtc0 = &rtc_0; |
| 32 | rtc1 = &rtc_1; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 33 | spi0 = "/spi@0"; |
Przemyslaw Marczak | 3dbb55e | 2015-05-13 13:38:34 +0200 | [diff] [blame] | 34 | testfdt6 = "/e-test"; |
Simon Glass | 0ccb097 | 2015-01-25 08:27:05 -0700 | [diff] [blame] | 35 | testbus3 = "/some-bus"; |
| 36 | testfdt0 = "/some-bus/c-test@0"; |
Simon Glass | 7d5e411 | 2020-12-16 21:20:26 -0700 | [diff] [blame] | 37 | testfdt12 = "/some-bus/c-test@1"; |
Simon Glass | 0ccb097 | 2015-01-25 08:27:05 -0700 | [diff] [blame] | 38 | testfdt3 = "/b-test"; |
| 39 | testfdt5 = "/some-bus/c-test@5"; |
| 40 | testfdt8 = "/a-test"; |
Simon Glass | 791a17f | 2020-12-16 21:20:27 -0700 | [diff] [blame] | 41 | testfdtm1 = &testfdtm1; |
Eugeniu Rosca | 5ba71e5 | 2018-05-19 14:13:55 +0200 | [diff] [blame] | 42 | fdt-dummy0 = "/translation-test@8000/dev@0,0"; |
| 43 | fdt-dummy1 = "/translation-test@8000/dev@1,100"; |
| 44 | fdt-dummy2 = "/translation-test@8000/dev@2,200"; |
| 45 | fdt-dummy3 = "/translation-test@8000/noxlatebus@3,300/dev@42"; |
Dario Binacchi | b574d68 | 2020-12-30 00:16:21 +0100 | [diff] [blame] | 46 | fdt-dummy4 = "/translation-test@8000/xlatebus@4,400/devs/dev@19"; |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 47 | usb0 = &usb_0; |
| 48 | usb1 = &usb_1; |
| 49 | usb2 = &usb_2; |
Mario Six | 9592215 | 2018-08-09 14:51:19 +0200 | [diff] [blame] | 50 | axi0 = &axi; |
Mario Six | 02ad6fb | 2018-09-27 09:19:31 +0200 | [diff] [blame] | 51 | osd0 = "/osd"; |
Simon Glass | fef72b7 | 2014-07-23 06:55:03 -0600 | [diff] [blame] | 52 | }; |
| 53 | |
Simon Glass | ed96cde | 2018-12-10 10:37:33 -0700 | [diff] [blame] | 54 | audio: audio-codec { |
| 55 | compatible = "sandbox,audio-codec"; |
| 56 | #sound-dai-cells = <1>; |
| 57 | }; |
| 58 | |
Philippe Reynes | 1ee2648 | 2020-07-24 18:19:51 +0200 | [diff] [blame] | 59 | buttons { |
| 60 | compatible = "gpio-keys"; |
| 61 | |
Heinrich Schuchardt | 57c2fc6 | 2020-09-14 12:50:54 +0200 | [diff] [blame] | 62 | btn1 { |
Philippe Reynes | 1ee2648 | 2020-07-24 18:19:51 +0200 | [diff] [blame] | 63 | gpios = <&gpio_a 3 0>; |
Heinrich Schuchardt | 57c2fc6 | 2020-09-14 12:50:54 +0200 | [diff] [blame] | 64 | label = "button1"; |
Philippe Reynes | 1ee2648 | 2020-07-24 18:19:51 +0200 | [diff] [blame] | 65 | }; |
| 66 | |
Heinrich Schuchardt | 57c2fc6 | 2020-09-14 12:50:54 +0200 | [diff] [blame] | 67 | btn2 { |
Philippe Reynes | 1ee2648 | 2020-07-24 18:19:51 +0200 | [diff] [blame] | 68 | gpios = <&gpio_a 4 0>; |
Heinrich Schuchardt | 57c2fc6 | 2020-09-14 12:50:54 +0200 | [diff] [blame] | 69 | label = "button2"; |
Philippe Reynes | 1ee2648 | 2020-07-24 18:19:51 +0200 | [diff] [blame] | 70 | }; |
| 71 | }; |
| 72 | |
Marek Szyprowski | ad39859 | 2021-02-18 11:33:18 +0100 | [diff] [blame] | 73 | buttons2 { |
| 74 | compatible = "adc-keys"; |
| 75 | io-channels = <&adc 3>; |
| 76 | keyup-threshold-microvolt = <3000000>; |
| 77 | |
| 78 | button-up { |
| 79 | label = "button3"; |
| 80 | linux,code = <KEY_F3>; |
| 81 | press-threshold-microvolt = <1500000>; |
| 82 | }; |
| 83 | |
| 84 | button-down { |
| 85 | label = "button4"; |
| 86 | linux,code = <KEY_F4>; |
| 87 | press-threshold-microvolt = <1000000>; |
| 88 | }; |
| 89 | |
| 90 | button-enter { |
| 91 | label = "button5"; |
| 92 | linux,code = <KEY_F5>; |
| 93 | press-threshold-microvolt = <500000>; |
| 94 | }; |
| 95 | }; |
| 96 | |
Simon Glass | c953aaf | 2018-12-10 10:37:34 -0700 | [diff] [blame] | 97 | cros_ec: cros-ec { |
Simon Glass | 699c9ca | 2018-10-01 12:22:08 -0600 | [diff] [blame] | 98 | reg = <0 0>; |
| 99 | compatible = "google,cros-ec-sandbox"; |
| 100 | |
| 101 | /* |
| 102 | * This describes the flash memory within the EC. Note |
| 103 | * that the STM32L flash erases to 0, not 0xff. |
| 104 | */ |
| 105 | flash { |
| 106 | image-pos = <0x08000000>; |
| 107 | size = <0x20000>; |
| 108 | erase-value = <0>; |
| 109 | |
| 110 | /* Information for sandbox */ |
| 111 | ro { |
| 112 | image-pos = <0>; |
| 113 | size = <0xf000>; |
| 114 | }; |
| 115 | wp-ro { |
| 116 | image-pos = <0xf000>; |
| 117 | size = <0x1000>; |
Simon Glass | bf0a692 | 2021-01-21 13:57:14 -0700 | [diff] [blame] | 118 | used = <0x884>; |
| 119 | compress = "lz4"; |
| 120 | uncomp-size = <0xcf8>; |
| 121 | hash { |
| 122 | algo = "sha256"; |
| 123 | value = [00 01 02 03 04 05 06 07 |
| 124 | 08 09 0a 0b 0c 0d 0e 0f |
| 125 | 10 11 12 13 14 15 16 17 |
| 126 | 18 19 1a 1b 1c 1d 1e 1f]; |
| 127 | }; |
Simon Glass | 699c9ca | 2018-10-01 12:22:08 -0600 | [diff] [blame] | 128 | }; |
| 129 | rw { |
| 130 | image-pos = <0x10000>; |
| 131 | size = <0x10000>; |
| 132 | }; |
| 133 | }; |
| 134 | }; |
| 135 | |
Yannick Fertré | 9712c82 | 2019-10-07 15:29:05 +0200 | [diff] [blame] | 136 | dsi_host: dsi_host { |
| 137 | compatible = "sandbox,dsi-host"; |
| 138 | }; |
| 139 | |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 140 | a-test { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 141 | reg = <0 1>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 142 | compatible = "denx,u-boot-fdt-test"; |
Simon Glass | a7bb08a | 2014-07-23 06:54:57 -0600 | [diff] [blame] | 143 | ping-expect = <0>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 144 | ping-add = <0>; |
Simon Glass | fef72b7 | 2014-07-23 06:55:03 -0600 | [diff] [blame] | 145 | u-boot,dm-pre-reloc; |
Patrick Delaunay | 23aee61 | 2020-01-13 11:35:13 +0100 | [diff] [blame] | 146 | test-gpios = <&gpio_a 1>, <&gpio_a 4>, |
| 147 | <&gpio_b 5 GPIO_ACTIVE_HIGH 3 2 1>, |
Simon Glass | 16e1040 | 2015-01-05 20:05:29 -0700 | [diff] [blame] | 148 | <0>, <&gpio_a 12>; |
Patrick Delaunay | 23aee61 | 2020-01-13 11:35:13 +0100 | [diff] [blame] | 149 | test2-gpios = <&gpio_a 1>, <&gpio_a 4>, |
| 150 | <&gpio_b 6 GPIO_ACTIVE_LOW 3 2 1>, |
| 151 | <&gpio_b 7 GPIO_IN 3 2 1>, |
| 152 | <&gpio_b 8 GPIO_OUT 3 2 1>, |
| 153 | <&gpio_b 9 (GPIO_OUT|GPIO_OUT_ACTIVE) 3 2 1>; |
Patrick Delaunay | 28bdaa5 | 2020-01-13 11:35:14 +0100 | [diff] [blame] | 154 | test3-gpios = |
| 155 | <&gpio_c 0 (GPIO_OUT|GPIO_OPEN_DRAIN)>, |
| 156 | <&gpio_c 1 (GPIO_OUT|GPIO_OPEN_SOURCE)>, |
| 157 | <&gpio_c 2 GPIO_OUT>, |
| 158 | <&gpio_c 3 (GPIO_IN|GPIO_PULL_UP)>, |
| 159 | <&gpio_c 4 (GPIO_IN|GPIO_PULL_DOWN)>, |
Neil Armstrong | 643778b | 2020-05-05 10:43:18 +0200 | [diff] [blame] | 160 | <&gpio_c 5 GPIO_IN>, |
| 161 | <&gpio_c 6 (GPIO_ACTIVE_LOW|GPIO_OUT|GPIO_OPEN_DRAIN)>, |
| 162 | <&gpio_c 7 (GPIO_ACTIVE_LOW|GPIO_OUT|GPIO_OPEN_SOURCE)>; |
Jean-Jacques Hiblot | 7387340 | 2020-09-11 13:43:35 +0530 | [diff] [blame] | 163 | test4-gpios = <&gpio_a 14>, <&gpio_b 4 1 3 2 1>; |
| 164 | test5-gpios = <&gpio_a 19>; |
| 165 | |
Simon Glass | 6df01f9 | 2018-12-10 10:37:37 -0700 | [diff] [blame] | 166 | int-value = <1234>; |
| 167 | uint-value = <(-1234)>; |
Dario Binacchi | 421e81e | 2020-03-29 18:04:40 +0200 | [diff] [blame] | 168 | int64-value = /bits/ 64 <0x1111222233334444>; |
Dario Binacchi | 81d80b5 | 2020-03-29 18:04:41 +0200 | [diff] [blame] | 169 | int-array = <5678 9123 4567>; |
Simon Glass | dd0ed90 | 2020-07-07 13:11:58 -0600 | [diff] [blame] | 170 | str-value = "test string"; |
Simon Glass | 515dcff | 2020-02-06 09:55:00 -0700 | [diff] [blame] | 171 | interrupts-extended = <&irq 3 0>; |
Simon Glass | 0964239 | 2020-07-07 13:12:11 -0600 | [diff] [blame] | 172 | acpi,name = "GHIJ"; |
Patrick Delaunay | 8cd2801 | 2020-09-25 09:41:16 +0200 | [diff] [blame] | 173 | phandle-value = <&gpio_c 10>, <0xFFFFFFFF 20>, <&gpio_a 30>; |
Jean-Jacques Hiblot | a94b697 | 2020-10-16 16:16:34 +0530 | [diff] [blame] | 174 | |
| 175 | mux-controls = <&muxcontroller0 0>, <&muxcontroller0 1>, |
| 176 | <&muxcontroller0 2>, <&muxcontroller0 3>, |
| 177 | <&muxcontroller1>; |
| 178 | mux-control-names = "mux0", "mux1", "mux2", "mux3", "mux4"; |
| 179 | mux-syscon = <&syscon3>; |
Dario Binacchi | 836cc9d | 2020-12-30 00:16:26 +0100 | [diff] [blame] | 180 | display-timings { |
| 181 | timing0: 240x320 { |
| 182 | clock-frequency = <6500000>; |
| 183 | hactive = <240>; |
| 184 | vactive = <320>; |
| 185 | hfront-porch = <6>; |
| 186 | hback-porch = <7>; |
| 187 | hsync-len = <1>; |
| 188 | vback-porch = <5>; |
| 189 | vfront-porch = <8>; |
| 190 | vsync-len = <2>; |
| 191 | hsync-active = <1>; |
| 192 | vsync-active = <0>; |
| 193 | de-active = <1>; |
| 194 | pixelclk-active = <1>; |
| 195 | interlaced; |
| 196 | doublescan; |
| 197 | doubleclk; |
| 198 | }; |
| 199 | timing1: 480x800 { |
| 200 | clock-frequency = <9000000>; |
| 201 | hactive = <480>; |
| 202 | vactive = <800>; |
| 203 | hfront-porch = <10>; |
| 204 | hback-porch = <59>; |
| 205 | hsync-len = <12>; |
| 206 | vback-porch = <15>; |
| 207 | vfront-porch = <17>; |
| 208 | vsync-len = <16>; |
| 209 | hsync-active = <0>; |
| 210 | vsync-active = <1>; |
| 211 | de-active = <0>; |
| 212 | pixelclk-active = <0>; |
| 213 | }; |
| 214 | timing2: 800x480 { |
| 215 | clock-frequency = <33500000>; |
| 216 | hactive = <800>; |
| 217 | vactive = <480>; |
| 218 | hback-porch = <89>; |
| 219 | hfront-porch = <164>; |
| 220 | vback-porch = <23>; |
| 221 | vfront-porch = <10>; |
| 222 | hsync-len = <11>; |
| 223 | vsync-len = <13>; |
| 224 | }; |
| 225 | }; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 226 | }; |
| 227 | |
| 228 | junk { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 229 | reg = <1 1>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 230 | compatible = "not,compatible"; |
| 231 | }; |
| 232 | |
| 233 | no-compatible { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 234 | reg = <2 1>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 235 | }; |
| 236 | |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 237 | backlight: backlight { |
| 238 | compatible = "pwm-backlight"; |
| 239 | enable-gpios = <&gpio_a 1>; |
| 240 | power-supply = <&ldo_1>; |
| 241 | pwms = <&pwm 0 1000>; |
| 242 | default-brightness-level = <5>; |
| 243 | brightness-levels = <0 16 32 64 128 170 202 234 255>; |
| 244 | }; |
| 245 | |
Jean-Jacques Hiblot | e83a31b | 2018-08-09 16:17:46 +0200 | [diff] [blame] | 246 | bind-test { |
Patrice Chotard | 7b7f939 | 2020-07-28 09:13:33 +0200 | [diff] [blame] | 247 | compatible = "simple-bus"; |
Jean-Jacques Hiblot | e83a31b | 2018-08-09 16:17:46 +0200 | [diff] [blame] | 248 | bind-test-child1 { |
| 249 | compatible = "sandbox,phy"; |
| 250 | #phy-cells = <1>; |
| 251 | }; |
| 252 | |
| 253 | bind-test-child2 { |
| 254 | compatible = "simple-bus"; |
| 255 | }; |
| 256 | }; |
| 257 | |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 258 | b-test { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 259 | reg = <3 1>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 260 | compatible = "denx,u-boot-fdt-test"; |
Simon Glass | a7bb08a | 2014-07-23 06:54:57 -0600 | [diff] [blame] | 261 | ping-expect = <3>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 262 | ping-add = <3>; |
Jean-Jacques Hiblot | a94b697 | 2020-10-16 16:16:34 +0530 | [diff] [blame] | 263 | |
| 264 | mux-controls = <&muxcontroller0 0>; |
| 265 | mux-control-names = "mux0"; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 266 | }; |
| 267 | |
Jean-Jacques Hiblot | 7e9db02 | 2017-04-24 11:51:28 +0200 | [diff] [blame] | 268 | phy_provider0: gen_phy@0 { |
| 269 | compatible = "sandbox,phy"; |
| 270 | #phy-cells = <1>; |
| 271 | }; |
| 272 | |
| 273 | phy_provider1: gen_phy@1 { |
| 274 | compatible = "sandbox,phy"; |
| 275 | #phy-cells = <0>; |
| 276 | broken; |
| 277 | }; |
| 278 | |
developer | 7109297 | 2020-05-02 11:35:12 +0200 | [diff] [blame] | 279 | phy_provider2: gen_phy@2 { |
| 280 | compatible = "sandbox,phy"; |
| 281 | #phy-cells = <0>; |
| 282 | }; |
| 283 | |
Jean-Jacques Hiblot | 7e9db02 | 2017-04-24 11:51:28 +0200 | [diff] [blame] | 284 | gen_phy_user: gen_phy_user { |
| 285 | compatible = "simple-bus"; |
| 286 | phys = <&phy_provider0 0>, <&phy_provider0 1>, <&phy_provider1>; |
| 287 | phy-names = "phy1", "phy2", "phy3"; |
| 288 | }; |
| 289 | |
developer | 7109297 | 2020-05-02 11:35:12 +0200 | [diff] [blame] | 290 | gen_phy_user1: gen_phy_user1 { |
| 291 | compatible = "simple-bus"; |
| 292 | phys = <&phy_provider0 0>, <&phy_provider2>; |
| 293 | phy-names = "phy1", "phy2"; |
| 294 | }; |
| 295 | |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 296 | some-bus { |
| 297 | #address-cells = <1>; |
| 298 | #size-cells = <0>; |
Simon Glass | 4071742 | 2014-07-23 06:55:18 -0600 | [diff] [blame] | 299 | compatible = "denx,u-boot-test-bus"; |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 300 | reg = <3 1>; |
Simon Glass | a7bb08a | 2014-07-23 06:54:57 -0600 | [diff] [blame] | 301 | ping-expect = <4>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 302 | ping-add = <4>; |
Simon Glass | 4071742 | 2014-07-23 06:55:18 -0600 | [diff] [blame] | 303 | c-test@5 { |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 304 | compatible = "denx,u-boot-fdt-test"; |
| 305 | reg = <5>; |
Simon Glass | 4071742 | 2014-07-23 06:55:18 -0600 | [diff] [blame] | 306 | ping-expect = <5>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 307 | ping-add = <5>; |
| 308 | }; |
Simon Glass | 4071742 | 2014-07-23 06:55:18 -0600 | [diff] [blame] | 309 | c-test@0 { |
| 310 | compatible = "denx,u-boot-fdt-test"; |
| 311 | reg = <0>; |
| 312 | ping-expect = <6>; |
| 313 | ping-add = <6>; |
| 314 | }; |
| 315 | c-test@1 { |
| 316 | compatible = "denx,u-boot-fdt-test"; |
| 317 | reg = <1>; |
| 318 | ping-expect = <7>; |
| 319 | ping-add = <7>; |
| 320 | }; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 321 | }; |
| 322 | |
| 323 | d-test { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 324 | reg = <3 1>; |
Simon Glass | db6f020 | 2014-07-23 06:55:12 -0600 | [diff] [blame] | 325 | ping-expect = <6>; |
| 326 | ping-add = <6>; |
| 327 | compatible = "google,another-fdt-test"; |
| 328 | }; |
| 329 | |
| 330 | e-test { |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 331 | reg = <3 1>; |
Simon Glass | a7bb08a | 2014-07-23 06:54:57 -0600 | [diff] [blame] | 332 | ping-expect = <6>; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 333 | ping-add = <6>; |
| 334 | compatible = "google,another-fdt-test"; |
| 335 | }; |
| 336 | |
Simon Glass | 0ccb097 | 2015-01-25 08:27:05 -0700 | [diff] [blame] | 337 | f-test { |
| 338 | compatible = "denx,u-boot-fdt-test"; |
| 339 | }; |
| 340 | |
| 341 | g-test { |
| 342 | compatible = "denx,u-boot-fdt-test"; |
| 343 | }; |
| 344 | |
Bin Meng | d9d2478 | 2018-10-10 22:07:01 -0700 | [diff] [blame] | 345 | h-test { |
| 346 | compatible = "denx,u-boot-fdt-test1"; |
| 347 | }; |
| 348 | |
developer | cf8bc13 | 2020-05-02 11:35:10 +0200 | [diff] [blame] | 349 | i-test { |
| 350 | compatible = "mediatek,u-boot-fdt-test"; |
| 351 | #address-cells = <1>; |
| 352 | #size-cells = <0>; |
| 353 | |
| 354 | subnode@0 { |
| 355 | reg = <0>; |
| 356 | }; |
| 357 | |
| 358 | subnode@1 { |
| 359 | reg = <1>; |
| 360 | }; |
| 361 | |
| 362 | subnode@2 { |
| 363 | reg = <2>; |
| 364 | }; |
| 365 | }; |
| 366 | |
Simon Glass | 204675c | 2019-12-29 21:19:25 -0700 | [diff] [blame] | 367 | devres-test { |
| 368 | compatible = "denx,u-boot-devres-test"; |
| 369 | }; |
| 370 | |
Jean-Jacques Hiblot | 7387340 | 2020-09-11 13:43:35 +0530 | [diff] [blame] | 371 | another-test { |
| 372 | reg = <0 2>; |
| 373 | compatible = "denx,u-boot-fdt-test"; |
| 374 | test4-gpios = <&gpio_a 14>, <&gpio_b 4 1 3 2 1>; |
| 375 | test5-gpios = <&gpio_a 19>; |
| 376 | }; |
| 377 | |
Nicolas Saenz Julienne | 22b7f7e | 2021-01-12 13:55:23 +0100 | [diff] [blame] | 378 | mmio-bus@0 { |
| 379 | #address-cells = <1>; |
| 380 | #size-cells = <1>; |
| 381 | compatible = "denx,u-boot-test-bus"; |
| 382 | dma-ranges = <0x10000000 0x00000000 0x00040000>; |
| 383 | |
| 384 | subnode@0 { |
| 385 | compatible = "denx,u-boot-fdt-test"; |
| 386 | }; |
| 387 | }; |
| 388 | |
| 389 | mmio-bus@1 { |
| 390 | #address-cells = <1>; |
| 391 | #size-cells = <1>; |
| 392 | compatible = "denx,u-boot-test-bus"; |
Nicolas Saenz Julienne | 892e9b4 | 2021-01-12 13:55:25 +0100 | [diff] [blame] | 393 | |
| 394 | subnode@0 { |
| 395 | compatible = "denx,u-boot-fdt-test"; |
| 396 | }; |
Nicolas Saenz Julienne | 22b7f7e | 2021-01-12 13:55:23 +0100 | [diff] [blame] | 397 | }; |
| 398 | |
Simon Glass | 3c601b1 | 2020-07-07 13:12:06 -0600 | [diff] [blame] | 399 | acpi_test1: acpi-test { |
Simon Glass | 2d67fdf | 2020-04-08 16:57:34 -0600 | [diff] [blame] | 400 | compatible = "denx,u-boot-acpi-test"; |
Simon Glass | d43e0ba | 2020-07-07 13:12:03 -0600 | [diff] [blame] | 401 | acpi-ssdt-test-data = "ab"; |
Simon Glass | 990cd5b | 2020-07-07 13:12:08 -0600 | [diff] [blame] | 402 | acpi-dsdt-test-data = "hi"; |
Simon Glass | ebb2e83 | 2020-07-07 13:11:39 -0600 | [diff] [blame] | 403 | child { |
| 404 | compatible = "denx,u-boot-acpi-test"; |
| 405 | }; |
Simon Glass | 2d67fdf | 2020-04-08 16:57:34 -0600 | [diff] [blame] | 406 | }; |
| 407 | |
Simon Glass | 3c601b1 | 2020-07-07 13:12:06 -0600 | [diff] [blame] | 408 | acpi_test2: acpi-test2 { |
Simon Glass | 17968c3 | 2020-04-26 09:19:46 -0600 | [diff] [blame] | 409 | compatible = "denx,u-boot-acpi-test"; |
Simon Glass | d43e0ba | 2020-07-07 13:12:03 -0600 | [diff] [blame] | 410 | acpi-ssdt-test-data = "cd"; |
Simon Glass | 990cd5b | 2020-07-07 13:12:08 -0600 | [diff] [blame] | 411 | acpi-dsdt-test-data = "jk"; |
Simon Glass | 17968c3 | 2020-04-26 09:19:46 -0600 | [diff] [blame] | 412 | }; |
| 413 | |
Patrice Chotard | 9cc2d14 | 2017-09-04 14:55:57 +0200 | [diff] [blame] | 414 | clocks { |
| 415 | clk_fixed: clk-fixed { |
| 416 | compatible = "fixed-clock"; |
| 417 | #clock-cells = <0>; |
| 418 | clock-frequency = <1234>; |
| 419 | }; |
Anup Patel | 8d28c3c | 2019-02-25 08:14:55 +0000 | [diff] [blame] | 420 | |
| 421 | clk_fixed_factor: clk-fixed-factor { |
| 422 | compatible = "fixed-factor-clock"; |
| 423 | #clock-cells = <0>; |
| 424 | clock-div = <3>; |
| 425 | clock-mult = <2>; |
| 426 | clocks = <&clk_fixed>; |
| 427 | }; |
Lukasz Majewski | ccafcdd | 2019-06-24 15:50:47 +0200 | [diff] [blame] | 428 | |
| 429 | osc { |
| 430 | compatible = "fixed-clock"; |
| 431 | #clock-cells = <0>; |
| 432 | clock-frequency = <20000000>; |
| 433 | }; |
Stephen Warren | a962243 | 2016-06-17 09:44:00 -0600 | [diff] [blame] | 434 | }; |
| 435 | |
| 436 | clk_sandbox: clk-sbox { |
Simon Glass | 8cc4d82 | 2015-07-06 12:54:24 -0600 | [diff] [blame] | 437 | compatible = "sandbox,clk"; |
Stephen Warren | a962243 | 2016-06-17 09:44:00 -0600 | [diff] [blame] | 438 | #clock-cells = <1>; |
Jean-Jacques Hiblot | c1e9c94 | 2019-10-22 14:00:07 +0200 | [diff] [blame] | 439 | assigned-clocks = <&clk_sandbox 3>; |
| 440 | assigned-clock-rates = <321>; |
Stephen Warren | a962243 | 2016-06-17 09:44:00 -0600 | [diff] [blame] | 441 | }; |
| 442 | |
| 443 | clk-test { |
| 444 | compatible = "sandbox,clk-test"; |
| 445 | clocks = <&clk_fixed>, |
| 446 | <&clk_sandbox 1>, |
Jean-Jacques Hiblot | 98e8418 | 2019-10-22 14:00:05 +0200 | [diff] [blame] | 447 | <&clk_sandbox 0>, |
| 448 | <&clk_sandbox 3>, |
| 449 | <&clk_sandbox 2>; |
| 450 | clock-names = "fixed", "i2c", "spi", "uart2", "uart1"; |
Simon Glass | 8cc4d82 | 2015-07-06 12:54:24 -0600 | [diff] [blame] | 451 | }; |
| 452 | |
Lukasz Majewski | 8c0709b | 2019-06-24 15:50:50 +0200 | [diff] [blame] | 453 | ccf: clk-ccf { |
| 454 | compatible = "sandbox,clk-ccf"; |
| 455 | }; |
| 456 | |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 457 | eth@10002000 { |
| 458 | compatible = "sandbox,eth"; |
| 459 | reg = <0x10002000 0x1000>; |
Joe Hershberger | 76f3c10 | 2018-07-02 14:47:45 -0500 | [diff] [blame] | 460 | fake-host-hwaddr = [00 00 66 44 22 00]; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 461 | }; |
| 462 | |
| 463 | eth_5: eth@10003000 { |
| 464 | compatible = "sandbox,eth"; |
| 465 | reg = <0x10003000 0x1000>; |
Joe Hershberger | 76f3c10 | 2018-07-02 14:47:45 -0500 | [diff] [blame] | 466 | fake-host-hwaddr = [00 00 66 44 22 11]; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 467 | }; |
| 468 | |
Bin Meng | 04a11cb | 2015-08-27 22:25:53 -0700 | [diff] [blame] | 469 | eth_3: sbe5 { |
| 470 | compatible = "sandbox,eth"; |
| 471 | reg = <0x10005000 0x1000>; |
Joe Hershberger | 76f3c10 | 2018-07-02 14:47:45 -0500 | [diff] [blame] | 472 | fake-host-hwaddr = [00 00 66 44 22 33]; |
Bin Meng | 04a11cb | 2015-08-27 22:25:53 -0700 | [diff] [blame] | 473 | }; |
| 474 | |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 475 | eth@10004000 { |
| 476 | compatible = "sandbox,eth"; |
| 477 | reg = <0x10004000 0x1000>; |
Joe Hershberger | 76f3c10 | 2018-07-02 14:47:45 -0500 | [diff] [blame] | 478 | fake-host-hwaddr = [00 00 66 44 22 22]; |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 479 | }; |
| 480 | |
Rajan Vaja | b3b2ddb | 2018-09-19 03:43:46 -0700 | [diff] [blame] | 481 | firmware { |
| 482 | sandbox_firmware: sandbox-firmware { |
| 483 | compatible = "sandbox,firmware"; |
| 484 | }; |
Etienne Carriere | 02fd126 | 2020-09-09 18:44:00 +0200 | [diff] [blame] | 485 | |
| 486 | sandbox-scmi-agent@0 { |
| 487 | compatible = "sandbox,scmi-agent"; |
| 488 | #address-cells = <1>; |
| 489 | #size-cells = <0>; |
Etienne Carriere | 2d94c08fa | 2020-09-09 18:44:05 +0200 | [diff] [blame] | 490 | |
| 491 | clk_scmi0: protocol@14 { |
| 492 | reg = <0x14>; |
| 493 | #clock-cells = <1>; |
| 494 | }; |
Etienne Carriere | 8b9b689 | 2020-09-09 18:44:07 +0200 | [diff] [blame] | 495 | |
| 496 | reset_scmi0: protocol@16 { |
| 497 | reg = <0x16>; |
| 498 | #reset-cells = <1>; |
| 499 | }; |
Etienne Carriere | 02fd126 | 2020-09-09 18:44:00 +0200 | [diff] [blame] | 500 | }; |
| 501 | |
| 502 | sandbox-scmi-agent@1 { |
| 503 | compatible = "sandbox,scmi-agent"; |
| 504 | #address-cells = <1>; |
| 505 | #size-cells = <0>; |
| 506 | |
Etienne Carriere | 2d94c08fa | 2020-09-09 18:44:05 +0200 | [diff] [blame] | 507 | clk_scmi1: protocol@14 { |
| 508 | reg = <0x14>; |
| 509 | #clock-cells = <1>; |
| 510 | }; |
| 511 | |
Etienne Carriere | 02fd126 | 2020-09-09 18:44:00 +0200 | [diff] [blame] | 512 | protocol@10 { |
| 513 | reg = <0x10>; |
| 514 | }; |
| 515 | }; |
Rajan Vaja | b3b2ddb | 2018-09-19 03:43:46 -0700 | [diff] [blame] | 516 | }; |
| 517 | |
Patrick Delaunay | 1b4a22f | 2020-01-13 11:35:15 +0100 | [diff] [blame] | 518 | pinctrl-gpio { |
| 519 | compatible = "sandbox,pinctrl-gpio"; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 520 | |
Patrick Delaunay | 1b4a22f | 2020-01-13 11:35:15 +0100 | [diff] [blame] | 521 | gpio_a: base-gpios { |
| 522 | compatible = "sandbox,gpio"; |
| 523 | gpio-controller; |
| 524 | #gpio-cells = <1>; |
| 525 | gpio-bank-name = "a"; |
| 526 | sandbox,gpio-count = <20>; |
Heiko Schocher | 4508abf | 2020-05-22 11:08:58 +0200 | [diff] [blame] | 527 | hog_input_active_low { |
| 528 | gpio-hog; |
| 529 | input; |
Philippe Reynes | b25a5b3 | 2020-07-24 15:51:53 +0200 | [diff] [blame] | 530 | gpios = <10 GPIO_ACTIVE_LOW>; |
Heiko Schocher | 4508abf | 2020-05-22 11:08:58 +0200 | [diff] [blame] | 531 | }; |
| 532 | hog_input_active_high { |
| 533 | gpio-hog; |
| 534 | input; |
Philippe Reynes | b25a5b3 | 2020-07-24 15:51:53 +0200 | [diff] [blame] | 535 | gpios = <11 GPIO_ACTIVE_HIGH>; |
Heiko Schocher | 4508abf | 2020-05-22 11:08:58 +0200 | [diff] [blame] | 536 | }; |
| 537 | hog_output_low { |
| 538 | gpio-hog; |
| 539 | output-low; |
Philippe Reynes | b25a5b3 | 2020-07-24 15:51:53 +0200 | [diff] [blame] | 540 | gpios = <12 GPIO_ACTIVE_HIGH>; |
Heiko Schocher | 4508abf | 2020-05-22 11:08:58 +0200 | [diff] [blame] | 541 | }; |
| 542 | hog_output_high { |
| 543 | gpio-hog; |
| 544 | output-high; |
Philippe Reynes | b25a5b3 | 2020-07-24 15:51:53 +0200 | [diff] [blame] | 545 | gpios = <13 GPIO_ACTIVE_HIGH>; |
Heiko Schocher | 4508abf | 2020-05-22 11:08:58 +0200 | [diff] [blame] | 546 | }; |
Patrick Delaunay | 1b4a22f | 2020-01-13 11:35:15 +0100 | [diff] [blame] | 547 | }; |
| 548 | |
| 549 | gpio_b: extra-gpios { |
| 550 | compatible = "sandbox,gpio"; |
| 551 | gpio-controller; |
| 552 | #gpio-cells = <5>; |
| 553 | gpio-bank-name = "b"; |
| 554 | sandbox,gpio-count = <10>; |
| 555 | }; |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 556 | |
Patrick Delaunay | 1b4a22f | 2020-01-13 11:35:15 +0100 | [diff] [blame] | 557 | gpio_c: pinmux-gpios { |
| 558 | compatible = "sandbox,gpio"; |
| 559 | gpio-controller; |
| 560 | #gpio-cells = <2>; |
| 561 | gpio-bank-name = "c"; |
| 562 | sandbox,gpio-count = <10>; |
| 563 | }; |
Patrick Delaunay | 28bdaa5 | 2020-01-13 11:35:14 +0100 | [diff] [blame] | 564 | }; |
| 565 | |
Simon Glass | 7df766e | 2014-12-10 08:55:55 -0700 | [diff] [blame] | 566 | i2c@0 { |
| 567 | #address-cells = <1>; |
| 568 | #size-cells = <0>; |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 569 | reg = <0 1>; |
Simon Glass | 7df766e | 2014-12-10 08:55:55 -0700 | [diff] [blame] | 570 | compatible = "sandbox,i2c"; |
| 571 | clock-frequency = <100000>; |
| 572 | eeprom@2c { |
| 573 | reg = <0x2c>; |
| 574 | compatible = "i2c-eeprom"; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 575 | sandbox,emul = <&emul_eeprom>; |
Michal Simek | 4f18f92 | 2020-05-28 11:48:55 +0200 | [diff] [blame] | 576 | partitions { |
| 577 | compatible = "fixed-partitions"; |
| 578 | #address-cells = <1>; |
| 579 | #size-cells = <1>; |
| 580 | bootcount_i2c: bootcount@10 { |
| 581 | reg = <10 2>; |
| 582 | }; |
| 583 | }; |
Simon Glass | 7df766e | 2014-12-10 08:55:55 -0700 | [diff] [blame] | 584 | }; |
Przemyslaw Marczak | 77bee05 | 2015-05-13 13:38:35 +0200 | [diff] [blame] | 585 | |
Simon Glass | 336b295 | 2015-05-22 15:42:17 -0600 | [diff] [blame] | 586 | rtc_0: rtc@43 { |
| 587 | reg = <0x43>; |
| 588 | compatible = "sandbox-rtc"; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 589 | sandbox,emul = <&emul0>; |
Simon Glass | 336b295 | 2015-05-22 15:42:17 -0600 | [diff] [blame] | 590 | }; |
| 591 | |
| 592 | rtc_1: rtc@61 { |
| 593 | reg = <0x61>; |
| 594 | compatible = "sandbox-rtc"; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 595 | sandbox,emul = <&emul1>; |
| 596 | }; |
| 597 | |
| 598 | i2c_emul: emul { |
| 599 | reg = <0xff>; |
| 600 | compatible = "sandbox,i2c-emul-parent"; |
| 601 | emul_eeprom: emul-eeprom { |
| 602 | compatible = "sandbox,i2c-eeprom"; |
| 603 | sandbox,filename = "i2c.bin"; |
| 604 | sandbox,size = <256>; |
| 605 | }; |
| 606 | emul0: emul0 { |
Simon Glass | 98af374 | 2021-02-03 06:01:17 -0700 | [diff] [blame^] | 607 | compatible = "sandbox,i2c-rtc-emul"; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 608 | }; |
| 609 | emul1: emull { |
Simon Glass | 98af374 | 2021-02-03 06:01:17 -0700 | [diff] [blame^] | 610 | compatible = "sandbox,i2c-rtc-emul"; |
Simon Glass | 336b295 | 2015-05-22 15:42:17 -0600 | [diff] [blame] | 611 | }; |
| 612 | }; |
| 613 | |
Przemyslaw Marczak | 77bee05 | 2015-05-13 13:38:35 +0200 | [diff] [blame] | 614 | sandbox_pmic: sandbox_pmic { |
| 615 | reg = <0x40>; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 616 | sandbox,emul = <&emul_pmic0>; |
Przemyslaw Marczak | 77bee05 | 2015-05-13 13:38:35 +0200 | [diff] [blame] | 617 | }; |
Lukasz Majewski | a4d8297 | 2018-05-15 16:26:40 +0200 | [diff] [blame] | 618 | |
| 619 | mc34708: pmic@41 { |
| 620 | reg = <0x41>; |
Simon Glass | 17b56f6 | 2018-11-18 08:14:34 -0700 | [diff] [blame] | 621 | sandbox,emul = <&emul_pmic1>; |
Lukasz Majewski | a4d8297 | 2018-05-15 16:26:40 +0200 | [diff] [blame] | 622 | }; |
Simon Glass | 7df766e | 2014-12-10 08:55:55 -0700 | [diff] [blame] | 623 | }; |
| 624 | |
Philipp Tomsich | 1fc5330 | 2018-12-14 21:14:29 +0100 | [diff] [blame] | 625 | bootcount@0 { |
| 626 | compatible = "u-boot,bootcount-rtc"; |
| 627 | rtc = <&rtc_1>; |
| 628 | offset = <0x13>; |
| 629 | }; |
| 630 | |
Michal Simek | 4f18f92 | 2020-05-28 11:48:55 +0200 | [diff] [blame] | 631 | bootcount { |
| 632 | compatible = "u-boot,bootcount-i2c-eeprom"; |
| 633 | i2c-eeprom = <&bootcount_i2c>; |
| 634 | }; |
| 635 | |
Marek Szyprowski | ad39859 | 2021-02-18 11:33:18 +0100 | [diff] [blame] | 636 | adc: adc@0 { |
Przemyslaw Marczak | 1bc7f23 | 2015-10-27 13:08:06 +0100 | [diff] [blame] | 637 | compatible = "sandbox,adc"; |
Marek Szyprowski | ad39859 | 2021-02-18 11:33:18 +0100 | [diff] [blame] | 638 | #io-channel-cells = <1>; |
Przemyslaw Marczak | 1bc7f23 | 2015-10-27 13:08:06 +0100 | [diff] [blame] | 639 | vdd-supply = <&buck2>; |
| 640 | vss-microvolts = <0>; |
| 641 | }; |
| 642 | |
Simon Glass | 515dcff | 2020-02-06 09:55:00 -0700 | [diff] [blame] | 643 | irq: irq { |
Simon Glass | 54028bc | 2019-12-06 21:41:59 -0700 | [diff] [blame] | 644 | compatible = "sandbox,irq"; |
Simon Glass | 515dcff | 2020-02-06 09:55:00 -0700 | [diff] [blame] | 645 | interrupt-controller; |
| 646 | #interrupt-cells = <2>; |
Simon Glass | 54028bc | 2019-12-06 21:41:59 -0700 | [diff] [blame] | 647 | }; |
| 648 | |
Simon Glass | 90b6fef | 2016-01-18 19:52:26 -0700 | [diff] [blame] | 649 | lcd { |
| 650 | u-boot,dm-pre-reloc; |
| 651 | compatible = "sandbox,lcd-sdl"; |
| 652 | xres = <1366>; |
| 653 | yres = <768>; |
| 654 | }; |
| 655 | |
Simon Glass | d783eb3 | 2015-07-06 12:54:34 -0600 | [diff] [blame] | 656 | leds { |
| 657 | compatible = "gpio-leds"; |
| 658 | |
| 659 | iracibble { |
| 660 | gpios = <&gpio_a 1 0>; |
| 661 | label = "sandbox:red"; |
| 662 | }; |
| 663 | |
| 664 | martinet { |
| 665 | gpios = <&gpio_a 2 0>; |
| 666 | label = "sandbox:green"; |
| 667 | }; |
Patrick Bruenn | b58adfe | 2018-04-11 11:16:29 +0200 | [diff] [blame] | 668 | |
| 669 | default_on { |
| 670 | gpios = <&gpio_a 5 0>; |
| 671 | label = "sandbox:default_on"; |
| 672 | default-state = "on"; |
| 673 | }; |
| 674 | |
| 675 | default_off { |
| 676 | gpios = <&gpio_a 6 0>; |
Sean Anderson | fbf8d65 | 2020-09-14 11:02:03 -0400 | [diff] [blame] | 677 | /* label intentionally omitted */ |
Patrick Bruenn | b58adfe | 2018-04-11 11:16:29 +0200 | [diff] [blame] | 678 | default-state = "off"; |
| 679 | }; |
Simon Glass | d783eb3 | 2015-07-06 12:54:34 -0600 | [diff] [blame] | 680 | }; |
| 681 | |
Stephen Warren | 62f2c90 | 2016-05-16 17:41:37 -0600 | [diff] [blame] | 682 | mbox: mbox { |
| 683 | compatible = "sandbox,mbox"; |
| 684 | #mbox-cells = <1>; |
| 685 | }; |
| 686 | |
| 687 | mbox-test { |
| 688 | compatible = "sandbox,mbox-test"; |
| 689 | mboxes = <&mbox 100>, <&mbox 1>; |
| 690 | mbox-names = "other", "test"; |
| 691 | }; |
| 692 | |
AKASHI Takahiro | 8fb963a | 2019-08-27 17:17:03 +0900 | [diff] [blame] | 693 | cpus { |
Sean Anderson | 79d3bba | 2020-09-28 10:52:23 -0400 | [diff] [blame] | 694 | timebase-frequency = <2000000>; |
AKASHI Takahiro | 8fb963a | 2019-08-27 17:17:03 +0900 | [diff] [blame] | 695 | cpu-test1 { |
Sean Anderson | 79d3bba | 2020-09-28 10:52:23 -0400 | [diff] [blame] | 696 | timebase-frequency = <3000000>; |
AKASHI Takahiro | 8fb963a | 2019-08-27 17:17:03 +0900 | [diff] [blame] | 697 | compatible = "sandbox,cpu_sandbox"; |
| 698 | u-boot,dm-pre-reloc; |
| 699 | }; |
Mario Six | dea5df7 | 2018-08-06 10:23:44 +0200 | [diff] [blame] | 700 | |
AKASHI Takahiro | 8fb963a | 2019-08-27 17:17:03 +0900 | [diff] [blame] | 701 | cpu-test2 { |
| 702 | compatible = "sandbox,cpu_sandbox"; |
| 703 | u-boot,dm-pre-reloc; |
| 704 | }; |
Mario Six | dea5df7 | 2018-08-06 10:23:44 +0200 | [diff] [blame] | 705 | |
AKASHI Takahiro | 8fb963a | 2019-08-27 17:17:03 +0900 | [diff] [blame] | 706 | cpu-test3 { |
| 707 | compatible = "sandbox,cpu_sandbox"; |
| 708 | u-boot,dm-pre-reloc; |
| 709 | }; |
Mario Six | dea5df7 | 2018-08-06 10:23:44 +0200 | [diff] [blame] | 710 | }; |
| 711 | |
Dave Gerlach | 75dbdfc | 2020-07-15 23:39:58 -0500 | [diff] [blame] | 712 | chipid: chipid { |
| 713 | compatible = "sandbox,soc"; |
| 714 | }; |
| 715 | |
Simon Glass | c953aaf | 2018-12-10 10:37:34 -0700 | [diff] [blame] | 716 | i2s: i2s { |
| 717 | compatible = "sandbox,i2s"; |
| 718 | #sound-dai-cells = <1>; |
Simon Glass | 4d5814c | 2019-02-16 20:24:56 -0700 | [diff] [blame] | 719 | sandbox,silent; /* Don't emit sounds while testing */ |
Simon Glass | c953aaf | 2018-12-10 10:37:34 -0700 | [diff] [blame] | 720 | }; |
| 721 | |
Jean-Jacques Hiblot | db97c7f | 2019-07-05 09:33:57 +0200 | [diff] [blame] | 722 | nop-test_0 { |
| 723 | compatible = "sandbox,nop_sandbox1"; |
| 724 | nop-test_1 { |
| 725 | compatible = "sandbox,nop_sandbox2"; |
| 726 | bind = "True"; |
| 727 | }; |
| 728 | nop-test_2 { |
| 729 | compatible = "sandbox,nop_sandbox2"; |
| 730 | bind = "False"; |
| 731 | }; |
| 732 | }; |
| 733 | |
Mario Six | a8ce0ee | 2018-07-31 14:24:14 +0200 | [diff] [blame] | 734 | misc-test { |
| 735 | compatible = "sandbox,misc_sandbox"; |
| 736 | }; |
| 737 | |
Simon Glass | e4fef74 | 2017-04-23 20:02:07 -0600 | [diff] [blame] | 738 | mmc2 { |
| 739 | compatible = "sandbox,mmc"; |
| 740 | }; |
| 741 | |
| 742 | mmc1 { |
| 743 | compatible = "sandbox,mmc"; |
| 744 | }; |
| 745 | |
| 746 | mmc0 { |
Simon Glass | d3e58e4 | 2015-07-06 12:54:32 -0600 | [diff] [blame] | 747 | compatible = "sandbox,mmc"; |
| 748 | }; |
| 749 | |
Simon Glass | 53a68b3 | 2019-02-16 20:24:50 -0700 | [diff] [blame] | 750 | pch { |
| 751 | compatible = "sandbox,pch"; |
| 752 | }; |
| 753 | |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 754 | pci0: pci@0 { |
Simon Glass | 3a6eae6 | 2015-03-05 12:25:34 -0700 | [diff] [blame] | 755 | compatible = "sandbox,pci"; |
| 756 | device_type = "pci"; |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 757 | bus-range = <0x00 0xff>; |
Simon Glass | 3a6eae6 | 2015-03-05 12:25:34 -0700 | [diff] [blame] | 758 | #address-cells = <3>; |
| 759 | #size-cells = <2>; |
Simon Glass | 35464f7 | 2019-09-25 08:56:08 -0600 | [diff] [blame] | 760 | ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000 |
Simon Glass | 3a6eae6 | 2015-03-05 12:25:34 -0700 | [diff] [blame] | 761 | 0x01000000 0 0x20000000 0x20000000 0 0x2000>; |
Bin Meng | cbf071b | 2018-08-03 01:14:39 -0700 | [diff] [blame] | 762 | pci@0,0 { |
| 763 | compatible = "pci-generic"; |
| 764 | reg = <0x0000 0 0 0 0>; |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 765 | sandbox,emul = <&swap_case_emul0_0>; |
Bin Meng | cbf071b | 2018-08-03 01:14:39 -0700 | [diff] [blame] | 766 | }; |
Alex Marginean | f127443 | 2019-06-07 11:24:24 +0300 | [diff] [blame] | 767 | pci@1,0 { |
| 768 | compatible = "pci-generic"; |
Simon Glass | 23b2759 | 2019-09-15 12:08:58 -0600 | [diff] [blame] | 769 | /* reg 0 is at 0x14, using FDT_PCI_SPACE_MEM32 */ |
| 770 | reg = <0x02000814 0 0 0 0 |
| 771 | 0x01000810 0 0 0 0>; |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 772 | sandbox,emul = <&swap_case_emul0_1>; |
Alex Marginean | f127443 | 2019-06-07 11:24:24 +0300 | [diff] [blame] | 773 | }; |
Simon Glass | 937bb47 | 2019-12-06 21:41:57 -0700 | [diff] [blame] | 774 | p2sb-pci@2,0 { |
| 775 | compatible = "sandbox,p2sb"; |
| 776 | reg = <0x02001010 0 0 0 0>; |
| 777 | sandbox,emul = <&p2sb_emul>; |
| 778 | |
| 779 | adder { |
| 780 | intel,p2sb-port-id = <3>; |
| 781 | compatible = "sandbox,adder"; |
| 782 | }; |
| 783 | }; |
Simon Glass | 8c50102 | 2019-12-06 21:41:54 -0700 | [diff] [blame] | 784 | pci@1e,0 { |
| 785 | compatible = "sandbox,pmc"; |
| 786 | reg = <0xf000 0 0 0 0>; |
| 787 | sandbox,emul = <&pmc_emul1e>; |
| 788 | acpi-base = <0x400>; |
| 789 | gpe0-dwx-mask = <0xf>; |
| 790 | gpe0-dwx-shift-base = <4>; |
| 791 | gpe0-dw = <6 7 9>; |
| 792 | gpe0-sts = <0x20>; |
| 793 | gpe0-en = <0x30>; |
| 794 | }; |
Simon Glass | 3a6eae6 | 2015-03-05 12:25:34 -0700 | [diff] [blame] | 795 | pci@1f,0 { |
| 796 | compatible = "pci-generic"; |
Simon Glass | 23b2759 | 2019-09-15 12:08:58 -0600 | [diff] [blame] | 797 | /* reg 0 is at 0x10, using FDT_PCI_SPACE_IO */ |
| 798 | reg = <0x0100f810 0 0 0 0>; |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 799 | sandbox,emul = <&swap_case_emul0_1f>; |
Simon Glass | 3a6eae6 | 2015-03-05 12:25:34 -0700 | [diff] [blame] | 800 | }; |
| 801 | }; |
| 802 | |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 803 | pci-emul0 { |
| 804 | compatible = "sandbox,pci-emul-parent"; |
| 805 | swap_case_emul0_0: emul0@0,0 { |
| 806 | compatible = "sandbox,swap-case"; |
| 807 | }; |
| 808 | swap_case_emul0_1: emul0@1,0 { |
| 809 | compatible = "sandbox,swap-case"; |
| 810 | use-ea; |
| 811 | }; |
| 812 | swap_case_emul0_1f: emul0@1f,0 { |
| 813 | compatible = "sandbox,swap-case"; |
| 814 | }; |
Simon Glass | 937bb47 | 2019-12-06 21:41:57 -0700 | [diff] [blame] | 815 | p2sb_emul: emul@2,0 { |
| 816 | compatible = "sandbox,p2sb-emul"; |
| 817 | }; |
Simon Glass | 8c50102 | 2019-12-06 21:41:54 -0700 | [diff] [blame] | 818 | pmc_emul1e: emul@1e,0 { |
| 819 | compatible = "sandbox,pmc-emul"; |
| 820 | }; |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 821 | }; |
| 822 | |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 823 | pci1: pci@1 { |
Bin Meng | 408e590 | 2018-08-03 01:14:41 -0700 | [diff] [blame] | 824 | compatible = "sandbox,pci"; |
| 825 | device_type = "pci"; |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 826 | bus-range = <0x00 0xff>; |
Bin Meng | 408e590 | 2018-08-03 01:14:41 -0700 | [diff] [blame] | 827 | #address-cells = <3>; |
| 828 | #size-cells = <2>; |
Suneel Garapati | 3ac3aec | 2019-10-19 17:10:20 -0700 | [diff] [blame] | 829 | ranges = <0x02000000 0 0x30000000 0x30000000 0 0x2000 // MEM0 |
| 830 | 0x02000000 0 0x31000000 0x31000000 0 0x2000 // MEM1 |
| 831 | 0x01000000 0 0x40000000 0x40000000 0 0x2000>; |
Bin Meng | 5fed536 | 2018-08-03 01:14:47 -0700 | [diff] [blame] | 832 | sandbox,dev-info = <0x08 0x00 0x1234 0x5678 |
Marek Vasut | e573322 | 2018-10-10 21:27:08 +0200 | [diff] [blame] | 833 | 0x0c 0x00 0x1234 0x5678 |
| 834 | 0x10 0x00 0x1234 0x5678>; |
| 835 | pci@10,0 { |
| 836 | reg = <0x8000 0 0 0 0>; |
| 837 | }; |
Bin Meng | 408e590 | 2018-08-03 01:14:41 -0700 | [diff] [blame] | 838 | }; |
| 839 | |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 840 | pci2: pci@2 { |
Bin Meng | 510dddb | 2018-08-03 01:14:50 -0700 | [diff] [blame] | 841 | compatible = "sandbox,pci"; |
| 842 | device_type = "pci"; |
Tom Rini | 4a3ca48 | 2020-02-11 12:41:23 -0500 | [diff] [blame] | 843 | bus-range = <0x00 0xff>; |
Bin Meng | 510dddb | 2018-08-03 01:14:50 -0700 | [diff] [blame] | 844 | #address-cells = <3>; |
| 845 | #size-cells = <2>; |
| 846 | ranges = <0x02000000 0 0x50000000 0x50000000 0 0x2000 |
| 847 | 0x01000000 0 0x60000000 0x60000000 0 0x2000>; |
| 848 | sandbox,dev-info = <0x08 0x00 0x1234 0x5678>; |
| 849 | pci@1f,0 { |
| 850 | compatible = "pci-generic"; |
| 851 | reg = <0xf800 0 0 0 0>; |
Simon Glass | b98ba4c | 2019-09-25 08:56:10 -0600 | [diff] [blame] | 852 | sandbox,emul = <&swap_case_emul2_1f>; |
| 853 | }; |
| 854 | }; |
| 855 | |
| 856 | pci-emul2 { |
| 857 | compatible = "sandbox,pci-emul-parent"; |
| 858 | swap_case_emul2_1f: emul2@1f,0 { |
| 859 | compatible = "sandbox,swap-case"; |
Bin Meng | 510dddb | 2018-08-03 01:14:50 -0700 | [diff] [blame] | 860 | }; |
| 861 | }; |
| 862 | |
Ramon Fried | c64f19b | 2019-04-27 11:15:23 +0300 | [diff] [blame] | 863 | pci_ep: pci_ep { |
| 864 | compatible = "sandbox,pci_ep"; |
| 865 | }; |
| 866 | |
Simon Glass | 9c433fe | 2017-04-23 20:10:44 -0600 | [diff] [blame] | 867 | probing { |
| 868 | compatible = "simple-bus"; |
| 869 | test1 { |
| 870 | compatible = "denx,u-boot-probe-test"; |
| 871 | }; |
| 872 | |
| 873 | test2 { |
| 874 | compatible = "denx,u-boot-probe-test"; |
| 875 | }; |
| 876 | |
| 877 | test3 { |
| 878 | compatible = "denx,u-boot-probe-test"; |
| 879 | }; |
| 880 | |
| 881 | test4 { |
| 882 | compatible = "denx,u-boot-probe-test"; |
Jean-Jacques Hiblot | dc44ea4 | 2018-11-29 10:57:37 +0100 | [diff] [blame] | 883 | first-syscon = <&syscon0>; |
| 884 | second-sys-ctrl = <&another_system_controller>; |
Patrick Delaunay | ee01043 | 2019-03-07 09:57:13 +0100 | [diff] [blame] | 885 | third-syscon = <&syscon2>; |
Simon Glass | 9c433fe | 2017-04-23 20:10:44 -0600 | [diff] [blame] | 886 | }; |
| 887 | }; |
| 888 | |
Stephen Warren | 92c67fa | 2016-07-13 13:45:31 -0600 | [diff] [blame] | 889 | pwrdom: power-domain { |
| 890 | compatible = "sandbox,power-domain"; |
| 891 | #power-domain-cells = <1>; |
| 892 | }; |
| 893 | |
| 894 | power-domain-test { |
| 895 | compatible = "sandbox,power-domain-test"; |
| 896 | power-domains = <&pwrdom 2>; |
| 897 | }; |
| 898 | |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 899 | pwm: pwm { |
Simon Glass | e62f4be | 2017-04-16 21:01:11 -0600 | [diff] [blame] | 900 | compatible = "sandbox,pwm"; |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 901 | #pwm-cells = <2>; |
Simon Glass | e62f4be | 2017-04-16 21:01:11 -0600 | [diff] [blame] | 902 | }; |
| 903 | |
| 904 | pwm2 { |
| 905 | compatible = "sandbox,pwm"; |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 906 | #pwm-cells = <2>; |
Simon Glass | e62f4be | 2017-04-16 21:01:11 -0600 | [diff] [blame] | 907 | }; |
| 908 | |
Simon Glass | 3d355e6 | 2015-07-06 12:54:31 -0600 | [diff] [blame] | 909 | ram { |
| 910 | compatible = "sandbox,ram"; |
| 911 | }; |
| 912 | |
Simon Glass | d860f22 | 2015-07-06 12:54:29 -0600 | [diff] [blame] | 913 | reset@0 { |
| 914 | compatible = "sandbox,warm-reset"; |
| 915 | }; |
| 916 | |
| 917 | reset@1 { |
| 918 | compatible = "sandbox,reset"; |
| 919 | }; |
| 920 | |
Stephen Warren | 6488e64 | 2016-06-17 09:43:59 -0600 | [diff] [blame] | 921 | resetc: reset-ctl { |
| 922 | compatible = "sandbox,reset-ctl"; |
| 923 | #reset-cells = <1>; |
| 924 | }; |
| 925 | |
| 926 | reset-ctl-test { |
| 927 | compatible = "sandbox,reset-ctl-test"; |
| 928 | resets = <&resetc 100>, <&resetc 2>; |
| 929 | reset-names = "other", "test"; |
| 930 | }; |
| 931 | |
Sughosh Ganu | 23e3751 | 2019-12-28 23:58:31 +0530 | [diff] [blame] | 932 | rng { |
| 933 | compatible = "sandbox,sandbox-rng"; |
| 934 | }; |
| 935 | |
Nishanth Menon | edf8581 | 2015-09-17 15:42:41 -0500 | [diff] [blame] | 936 | rproc_1: rproc@1 { |
| 937 | compatible = "sandbox,test-processor"; |
| 938 | remoteproc-name = "remoteproc-test-dev1"; |
| 939 | }; |
| 940 | |
| 941 | rproc_2: rproc@2 { |
| 942 | compatible = "sandbox,test-processor"; |
| 943 | internal-memory-mapped; |
| 944 | remoteproc-name = "remoteproc-test-dev2"; |
| 945 | }; |
| 946 | |
Simon Glass | 5620cf8 | 2018-10-01 12:22:40 -0600 | [diff] [blame] | 947 | panel { |
| 948 | compatible = "simple-panel"; |
| 949 | backlight = <&backlight 0 100>; |
| 950 | }; |
| 951 | |
Ramon Fried | 26ed32e | 2018-07-02 02:57:59 +0300 | [diff] [blame] | 952 | smem@0 { |
| 953 | compatible = "sandbox,smem"; |
| 954 | }; |
| 955 | |
Simon Glass | 76072ac | 2018-12-10 10:37:36 -0700 | [diff] [blame] | 956 | sound { |
| 957 | compatible = "sandbox,sound"; |
| 958 | cpu { |
| 959 | sound-dai = <&i2s 0>; |
| 960 | }; |
| 961 | |
| 962 | codec { |
| 963 | sound-dai = <&audio 0>; |
| 964 | }; |
| 965 | }; |
| 966 | |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 967 | spi@0 { |
| 968 | #address-cells = <1>; |
| 969 | #size-cells = <0>; |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 970 | reg = <0 1>; |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 971 | compatible = "sandbox,spi"; |
Ovidiu Panait | ae73473 | 2020-12-14 19:06:47 +0200 | [diff] [blame] | 972 | cs-gpios = <0>, <0>, <&gpio_a 0>; |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 973 | spi.bin@0 { |
| 974 | reg = <0>; |
Neil Armstrong | a009fa7 | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 975 | compatible = "spansion,m25p16", "jedec,spi-nor"; |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 976 | spi-max-frequency = <40000000>; |
| 977 | sandbox,filename = "spi.bin"; |
| 978 | }; |
Ovidiu Panait | ae73473 | 2020-12-14 19:06:47 +0200 | [diff] [blame] | 979 | spi.bin@1 { |
| 980 | reg = <1>; |
| 981 | compatible = "spansion,m25p16", "jedec,spi-nor"; |
| 982 | spi-max-frequency = <50000000>; |
| 983 | sandbox,filename = "spi.bin"; |
| 984 | spi-cpol; |
| 985 | spi-cpha; |
| 986 | }; |
Simon Glass | 25348a4 | 2014-10-13 23:42:11 -0600 | [diff] [blame] | 987 | }; |
| 988 | |
Jean-Jacques Hiblot | dc44ea4 | 2018-11-29 10:57:37 +0100 | [diff] [blame] | 989 | syscon0: syscon@0 { |
Simon Glass | cd55652 | 2015-07-06 12:54:35 -0600 | [diff] [blame] | 990 | compatible = "sandbox,syscon0"; |
Mario Six | e3f59f4 | 2018-10-04 09:00:40 +0200 | [diff] [blame] | 991 | reg = <0x10 16>; |
Simon Glass | cd55652 | 2015-07-06 12:54:35 -0600 | [diff] [blame] | 992 | }; |
| 993 | |
Jean-Jacques Hiblot | dc44ea4 | 2018-11-29 10:57:37 +0100 | [diff] [blame] | 994 | another_system_controller: syscon@1 { |
Simon Glass | cd55652 | 2015-07-06 12:54:35 -0600 | [diff] [blame] | 995 | compatible = "sandbox,syscon1"; |
Simon Glass | cf61f74 | 2015-07-06 12:54:36 -0600 | [diff] [blame] | 996 | reg = <0x20 5 |
| 997 | 0x28 6 |
| 998 | 0x30 7 |
| 999 | 0x38 8>; |
Simon Glass | cd55652 | 2015-07-06 12:54:35 -0600 | [diff] [blame] | 1000 | }; |
| 1001 | |
Patrick Delaunay | ee01043 | 2019-03-07 09:57:13 +0100 | [diff] [blame] | 1002 | syscon2: syscon@2 { |
Masahiro Yamada | 42ab107 | 2018-04-23 13:26:53 +0900 | [diff] [blame] | 1003 | compatible = "simple-mfd", "syscon"; |
| 1004 | reg = <0x40 5 |
| 1005 | 0x48 6 |
| 1006 | 0x50 7 |
| 1007 | 0x58 8>; |
| 1008 | }; |
| 1009 | |
Jean-Jacques Hiblot | a94b697 | 2020-10-16 16:16:34 +0530 | [diff] [blame] | 1010 | syscon3: syscon@3 { |
| 1011 | compatible = "simple-mfd", "syscon"; |
| 1012 | reg = <0x000100 0x10>; |
| 1013 | |
| 1014 | muxcontroller0: a-mux-controller { |
| 1015 | compatible = "mmio-mux"; |
| 1016 | #mux-control-cells = <1>; |
| 1017 | |
| 1018 | mux-reg-masks = <0x0 0x30>, /* 0: reg 0x0, bits 5:4 */ |
| 1019 | <0xc 0x1E>, /* 1: reg 0xc, bits 4:1 */ |
| 1020 | <0x4 0xFF>; /* 2: reg 0x4, bits 7:0 */ |
| 1021 | idle-states = <MUX_IDLE_AS_IS>, <0x02>, <0x73>; |
| 1022 | u-boot,mux-autoprobe; |
| 1023 | }; |
| 1024 | }; |
| 1025 | |
| 1026 | muxcontroller1: emul-mux-controller { |
| 1027 | compatible = "mux-emul"; |
| 1028 | #mux-control-cells = <0>; |
| 1029 | u-boot,mux-autoprobe; |
| 1030 | idle-state = <0xabcd>; |
| 1031 | }; |
| 1032 | |
Simon Glass | 791a17f | 2020-12-16 21:20:27 -0700 | [diff] [blame] | 1033 | testfdtm0 { |
| 1034 | compatible = "denx,u-boot-fdtm-test"; |
| 1035 | }; |
| 1036 | |
| 1037 | testfdtm1: testfdtm1 { |
| 1038 | compatible = "denx,u-boot-fdtm-test"; |
| 1039 | }; |
| 1040 | |
| 1041 | testfdtm2 { |
| 1042 | compatible = "denx,u-boot-fdtm-test"; |
| 1043 | }; |
| 1044 | |
Sean Anderson | 79d3bba | 2020-09-28 10:52:23 -0400 | [diff] [blame] | 1045 | timer@0 { |
Thomas Chou | 6f2cfbf | 2015-12-11 16:27:34 +0800 | [diff] [blame] | 1046 | compatible = "sandbox,timer"; |
| 1047 | clock-frequency = <1000000>; |
| 1048 | }; |
| 1049 | |
Sean Anderson | 79d3bba | 2020-09-28 10:52:23 -0400 | [diff] [blame] | 1050 | timer@1 { |
| 1051 | compatible = "sandbox,timer"; |
| 1052 | sandbox,timebase-frequency-fallback; |
| 1053 | }; |
| 1054 | |
Miquel Raynal | 80938c1 | 2018-05-15 11:57:27 +0200 | [diff] [blame] | 1055 | tpm2 { |
| 1056 | compatible = "sandbox,tpm2"; |
| 1057 | }; |
| 1058 | |
Simon Glass | 5b96863 | 2015-05-22 15:42:15 -0600 | [diff] [blame] | 1059 | uart0: serial { |
| 1060 | compatible = "sandbox,serial"; |
| 1061 | u-boot,dm-pre-reloc; |
Joe Hershberger | 4c19724 | 2015-03-22 17:09:15 -0500 | [diff] [blame] | 1062 | }; |
| 1063 | |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 1064 | usb_0: usb@0 { |
| 1065 | compatible = "sandbox,usb"; |
| 1066 | status = "disabled"; |
| 1067 | hub { |
| 1068 | compatible = "sandbox,usb-hub"; |
| 1069 | #address-cells = <1>; |
| 1070 | #size-cells = <0>; |
| 1071 | flash-stick { |
| 1072 | reg = <0>; |
| 1073 | compatible = "sandbox,usb-flash"; |
| 1074 | }; |
| 1075 | }; |
| 1076 | }; |
| 1077 | |
| 1078 | usb_1: usb@1 { |
| 1079 | compatible = "sandbox,usb"; |
| 1080 | hub { |
| 1081 | compatible = "usb-hub"; |
| 1082 | usb,device-class = <9>; |
Michael Walle | 7c96132 | 2020-06-02 01:47:07 +0200 | [diff] [blame] | 1083 | #address-cells = <1>; |
| 1084 | #size-cells = <0>; |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 1085 | hub-emul { |
| 1086 | compatible = "sandbox,usb-hub"; |
| 1087 | #address-cells = <1>; |
| 1088 | #size-cells = <0>; |
Simon Glass | 4700fe5 | 2015-11-08 23:48:01 -0700 | [diff] [blame] | 1089 | flash-stick@0 { |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 1090 | reg = <0>; |
| 1091 | compatible = "sandbox,usb-flash"; |
| 1092 | sandbox,filepath = "testflash.bin"; |
| 1093 | }; |
| 1094 | |
Simon Glass | 4700fe5 | 2015-11-08 23:48:01 -0700 | [diff] [blame] | 1095 | flash-stick@1 { |
| 1096 | reg = <1>; |
| 1097 | compatible = "sandbox,usb-flash"; |
| 1098 | sandbox,filepath = "testflash1.bin"; |
| 1099 | }; |
| 1100 | |
| 1101 | flash-stick@2 { |
| 1102 | reg = <2>; |
| 1103 | compatible = "sandbox,usb-flash"; |
| 1104 | sandbox,filepath = "testflash2.bin"; |
| 1105 | }; |
| 1106 | |
Simon Glass | c0ccc72 | 2015-11-08 23:48:08 -0700 | [diff] [blame] | 1107 | keyb@3 { |
| 1108 | reg = <3>; |
| 1109 | compatible = "sandbox,usb-keyb"; |
| 1110 | }; |
| 1111 | |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 1112 | }; |
Michael Walle | 7c96132 | 2020-06-02 01:47:07 +0200 | [diff] [blame] | 1113 | |
| 1114 | usbstor@1 { |
| 1115 | reg = <1>; |
| 1116 | }; |
| 1117 | usbstor@3 { |
| 1118 | reg = <3>; |
| 1119 | }; |
Simon Glass | 3168048 | 2015-03-25 12:23:05 -0600 | [diff] [blame] | 1120 | }; |
| 1121 | }; |
| 1122 | |
| 1123 | usb_2: usb@2 { |
| 1124 | compatible = "sandbox,usb"; |
| 1125 | status = "disabled"; |
| 1126 | }; |
| 1127 | |
Mateusz Kulikowski | c7e4fbb | 2016-03-31 23:12:28 +0200 | [diff] [blame] | 1128 | spmi: spmi@0 { |
| 1129 | compatible = "sandbox,spmi"; |
| 1130 | #address-cells = <0x1>; |
| 1131 | #size-cells = <0x1>; |
Simon Glass | 9513997 | 2019-09-25 08:55:59 -0600 | [diff] [blame] | 1132 | ranges; |
Mateusz Kulikowski | c7e4fbb | 2016-03-31 23:12:28 +0200 | [diff] [blame] | 1133 | pm8916@0 { |
| 1134 | compatible = "qcom,spmi-pmic"; |
| 1135 | reg = <0x0 0x1>; |
| 1136 | #address-cells = <0x1>; |
| 1137 | #size-cells = <0x1>; |
Simon Glass | 9513997 | 2019-09-25 08:55:59 -0600 | [diff] [blame] | 1138 | ranges; |
Mateusz Kulikowski | c7e4fbb | 2016-03-31 23:12:28 +0200 | [diff] [blame] | 1139 | |
| 1140 | spmi_gpios: gpios@c000 { |
| 1141 | compatible = "qcom,pm8916-gpio"; |
| 1142 | reg = <0xc000 0x400>; |
| 1143 | gpio-controller; |
| 1144 | gpio-count = <4>; |
| 1145 | #gpio-cells = <2>; |
| 1146 | gpio-bank-name="spmi"; |
| 1147 | }; |
| 1148 | }; |
| 1149 | }; |
maxims@google.com | daea6d4 | 2017-04-17 12:00:21 -0700 | [diff] [blame] | 1150 | |
| 1151 | wdt0: wdt@0 { |
| 1152 | compatible = "sandbox,wdt"; |
| 1153 | }; |
Rob Clark | a471b67 | 2018-01-10 11:33:30 +0100 | [diff] [blame] | 1154 | |
Mario Six | 9592215 | 2018-08-09 14:51:19 +0200 | [diff] [blame] | 1155 | axi: axi@0 { |
| 1156 | compatible = "sandbox,axi"; |
| 1157 | #address-cells = <0x1>; |
| 1158 | #size-cells = <0x1>; |
| 1159 | store@0 { |
| 1160 | compatible = "sandbox,sandbox_store"; |
| 1161 | reg = <0x0 0x400>; |
| 1162 | }; |
| 1163 | }; |
| 1164 | |
Rob Clark | a471b67 | 2018-01-10 11:33:30 +0100 | [diff] [blame] | 1165 | chosen { |
Simon Glass | 305ac9a | 2018-02-03 10:36:58 -0700 | [diff] [blame] | 1166 | #address-cells = <1>; |
| 1167 | #size-cells = <1>; |
Simon Glass | f345596 | 2020-01-27 08:49:43 -0700 | [diff] [blame] | 1168 | setting = "sunrise ohoka"; |
| 1169 | other-node = "/some-bus/c-test@5"; |
Simon Glass | e09223c | 2020-01-27 08:49:46 -0700 | [diff] [blame] | 1170 | int-values = <0x1937 72993>; |
Simon Glass | 3c601b1 | 2020-07-07 13:12:06 -0600 | [diff] [blame] | 1171 | u-boot,acpi-ssdt-order = <&acpi_test2 &acpi_test1>; |
Rob Clark | a471b67 | 2018-01-10 11:33:30 +0100 | [diff] [blame] | 1172 | chosen-test { |
| 1173 | compatible = "denx,u-boot-fdt-test"; |
| 1174 | reg = <9 1>; |
| 1175 | }; |
| 1176 | }; |
Mario Six | 35616ef | 2018-03-12 14:53:33 +0100 | [diff] [blame] | 1177 | |
| 1178 | translation-test@8000 { |
| 1179 | compatible = "simple-bus"; |
| 1180 | reg = <0x8000 0x4000>; |
| 1181 | |
| 1182 | #address-cells = <0x2>; |
| 1183 | #size-cells = <0x1>; |
| 1184 | |
| 1185 | ranges = <0 0x0 0x8000 0x1000 |
| 1186 | 1 0x100 0x9000 0x1000 |
| 1187 | 2 0x200 0xA000 0x1000 |
| 1188 | 3 0x300 0xB000 0x1000 |
Dario Binacchi | b574d68 | 2020-12-30 00:16:21 +0100 | [diff] [blame] | 1189 | 4 0x400 0xC000 0x1000 |
Mario Six | 35616ef | 2018-03-12 14:53:33 +0100 | [diff] [blame] | 1190 | >; |
| 1191 | |
Fabien Dessenne | 22236e0 | 2019-05-31 15:11:30 +0200 | [diff] [blame] | 1192 | dma-ranges = <0 0x000 0x10000000 0x1000 |
| 1193 | 1 0x100 0x20000000 0x1000 |
| 1194 | >; |
| 1195 | |
Mario Six | 35616ef | 2018-03-12 14:53:33 +0100 | [diff] [blame] | 1196 | dev@0,0 { |
| 1197 | compatible = "denx,u-boot-fdt-dummy"; |
| 1198 | reg = <0 0x0 0x1000>; |
Álvaro Fernández Rojas | a318115 | 2018-12-03 19:37:09 +0100 | [diff] [blame] | 1199 | reg-names = "sandbox-dummy-0"; |
Mario Six | 35616ef | 2018-03-12 14:53:33 +0100 | [diff] [blame] | 1200 | }; |
| 1201 | |
| 1202 | dev@1,100 { |
| 1203 | compatible = "denx,u-boot-fdt-dummy"; |
| 1204 | reg = <1 0x100 0x1000>; |
| 1205 | |
| 1206 | }; |
| 1207 | |
| 1208 | dev@2,200 { |
| 1209 | compatible = "denx,u-boot-fdt-dummy"; |
| 1210 | reg = <2 0x200 0x1000>; |
| 1211 | }; |
| 1212 | |
| 1213 | |
| 1214 | noxlatebus@3,300 { |
| 1215 | compatible = "simple-bus"; |
| 1216 | reg = <3 0x300 0x1000>; |
| 1217 | |
| 1218 | #address-cells = <0x1>; |
| 1219 | #size-cells = <0x0>; |
| 1220 | |
| 1221 | dev@42 { |
| 1222 | compatible = "denx,u-boot-fdt-dummy"; |
| 1223 | reg = <0x42>; |
| 1224 | }; |
| 1225 | }; |
Dario Binacchi | b574d68 | 2020-12-30 00:16:21 +0100 | [diff] [blame] | 1226 | |
| 1227 | xlatebus@4,400 { |
| 1228 | compatible = "sandbox,zero-size-cells-bus"; |
| 1229 | reg = <4 0x400 0x1000>; |
| 1230 | #address-cells = <1>; |
| 1231 | #size-cells = <1>; |
| 1232 | ranges = <0 4 0x400 0x1000>; |
| 1233 | |
| 1234 | devs { |
| 1235 | #address-cells = <1>; |
| 1236 | #size-cells = <0>; |
| 1237 | |
| 1238 | dev@19 { |
| 1239 | compatible = "denx,u-boot-fdt-dummy"; |
| 1240 | reg = <0x19>; |
| 1241 | }; |
| 1242 | }; |
| 1243 | }; |
| 1244 | |
Mario Six | 35616ef | 2018-03-12 14:53:33 +0100 | [diff] [blame] | 1245 | }; |
Mario Six | 02ad6fb | 2018-09-27 09:19:31 +0200 | [diff] [blame] | 1246 | |
| 1247 | osd { |
| 1248 | compatible = "sandbox,sandbox_osd"; |
| 1249 | }; |
Tom Rini | b93eea7 | 2018-09-30 18:16:51 -0400 | [diff] [blame] | 1250 | |
Jens Wiklander | 86afaa6 | 2018-09-25 16:40:16 +0200 | [diff] [blame] | 1251 | sandbox_tee { |
| 1252 | compatible = "sandbox,tee"; |
| 1253 | }; |
Bin Meng | 1bb290d | 2018-10-15 02:21:26 -0700 | [diff] [blame] | 1254 | |
| 1255 | sandbox_virtio1 { |
| 1256 | compatible = "sandbox,virtio1"; |
| 1257 | }; |
| 1258 | |
| 1259 | sandbox_virtio2 { |
| 1260 | compatible = "sandbox,virtio2"; |
| 1261 | }; |
Patrice Chotard | 0fc8afc | 2018-10-24 14:10:23 +0200 | [diff] [blame] | 1262 | |
Etienne Carriere | 2d94c08fa | 2020-09-09 18:44:05 +0200 | [diff] [blame] | 1263 | sandbox_scmi { |
| 1264 | compatible = "sandbox,scmi-devices"; |
| 1265 | clocks = <&clk_scmi0 7>, <&clk_scmi0 3>, <&clk_scmi1 1>; |
Etienne Carriere | 8b9b689 | 2020-09-09 18:44:07 +0200 | [diff] [blame] | 1266 | resets = <&reset_scmi0 3>; |
Etienne Carriere | 2d94c08fa | 2020-09-09 18:44:05 +0200 | [diff] [blame] | 1267 | }; |
| 1268 | |
Patrice Chotard | 0fc8afc | 2018-10-24 14:10:23 +0200 | [diff] [blame] | 1269 | pinctrl { |
| 1270 | compatible = "sandbox,pinctrl"; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1271 | |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1272 | pinctrl-names = "default", "alternate"; |
| 1273 | pinctrl-0 = <&pinctrl_gpios>, <&pinctrl_i2s>; |
| 1274 | pinctrl-1 = <&pinctrl_spi>, <&pinctrl_i2c>; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1275 | |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1276 | pinctrl_gpios: gpios { |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1277 | gpio0 { |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1278 | pins = "P5"; |
| 1279 | function = "GPIO"; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1280 | bias-pull-up; |
| 1281 | input-disable; |
| 1282 | }; |
| 1283 | gpio1 { |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1284 | pins = "P6"; |
| 1285 | function = "GPIO"; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1286 | output-high; |
| 1287 | drive-open-drain; |
| 1288 | }; |
| 1289 | gpio2 { |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1290 | pinmux = <SANDBOX_PINMUX(7, SANDBOX_PINMUX_GPIO)>; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1291 | bias-pull-down; |
| 1292 | input-enable; |
| 1293 | }; |
| 1294 | gpio3 { |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1295 | pinmux = <SANDBOX_PINMUX(8, SANDBOX_PINMUX_GPIO)>; |
Patrick Delaunay | 939cbe9 | 2020-01-13 11:35:12 +0100 | [diff] [blame] | 1296 | bias-disable; |
| 1297 | }; |
| 1298 | }; |
Sean Anderson | 3438e3b | 2020-09-14 11:01:57 -0400 | [diff] [blame] | 1299 | |
| 1300 | pinctrl_i2c: i2c { |
| 1301 | groups { |
| 1302 | groups = "I2C_UART"; |
| 1303 | function = "I2C"; |
| 1304 | }; |
| 1305 | |
| 1306 | pins { |
| 1307 | pins = "P0", "P1"; |
| 1308 | drive-open-drain; |
| 1309 | }; |
| 1310 | }; |
| 1311 | |
| 1312 | pinctrl_i2s: i2s { |
| 1313 | groups = "SPI_I2S"; |
| 1314 | function = "I2S"; |
| 1315 | }; |
| 1316 | |
| 1317 | pinctrl_spi: spi { |
| 1318 | groups = "SPI_I2S"; |
| 1319 | function = "SPI"; |
| 1320 | |
| 1321 | cs { |
| 1322 | pinmux = <SANDBOX_PINMUX(5, SANDBOX_PINMUX_CS)>, |
| 1323 | <SANDBOX_PINMUX(6, SANDBOX_PINMUX_CS)>; |
| 1324 | }; |
| 1325 | }; |
Patrice Chotard | 0fc8afc | 2018-10-24 14:10:23 +0200 | [diff] [blame] | 1326 | }; |
Benjamin Gaignard | a550b54 | 2018-11-27 13:49:50 +0100 | [diff] [blame] | 1327 | |
| 1328 | hwspinlock@0 { |
| 1329 | compatible = "sandbox,hwspinlock"; |
| 1330 | }; |
Grygorii Strashko | 19ebf0b | 2018-11-28 19:17:51 +0100 | [diff] [blame] | 1331 | |
| 1332 | dma: dma { |
| 1333 | compatible = "sandbox,dma"; |
| 1334 | #dma-cells = <1>; |
| 1335 | |
| 1336 | dmas = <&dma 0>, <&dma 1>, <&dma 2>; |
| 1337 | dma-names = "m2m", "tx0", "rx0"; |
| 1338 | }; |
Alex Marginean | 0daa53a | 2019-06-03 19:12:28 +0300 | [diff] [blame] | 1339 | |
Alex Marginean | 0649be5 | 2019-07-12 10:13:53 +0300 | [diff] [blame] | 1340 | /* |
| 1341 | * keep mdio-mux ahead of mdio so that the mux is removed first at the |
| 1342 | * end of the test. If parent mdio is removed first, clean-up of the |
| 1343 | * mux will trigger a 2nd probe of parent-mdio, leaving parent-mdio |
| 1344 | * active at the end of the test. That it turn doesn't allow the mdio |
| 1345 | * class to be destroyed, triggering an error. |
| 1346 | */ |
| 1347 | mdio-mux-test { |
| 1348 | compatible = "sandbox,mdio-mux"; |
| 1349 | #address-cells = <1>; |
| 1350 | #size-cells = <0>; |
| 1351 | mdio-parent-bus = <&mdio>; |
| 1352 | |
| 1353 | mdio-ch-test@0 { |
| 1354 | reg = <0>; |
| 1355 | }; |
| 1356 | mdio-ch-test@1 { |
| 1357 | reg = <1>; |
| 1358 | }; |
| 1359 | }; |
| 1360 | |
| 1361 | mdio: mdio-test { |
Alex Marginean | 0daa53a | 2019-06-03 19:12:28 +0300 | [diff] [blame] | 1362 | compatible = "sandbox,mdio"; |
| 1363 | }; |
Sean Anderson | b786054 | 2020-06-24 06:41:12 -0400 | [diff] [blame] | 1364 | |
| 1365 | pm-bus-test { |
| 1366 | compatible = "simple-pm-bus"; |
| 1367 | clocks = <&clk_sandbox 4>; |
| 1368 | power-domains = <&pwrdom 1>; |
| 1369 | }; |
Sean Anderson | 0c1f6bf | 2020-06-24 06:41:14 -0400 | [diff] [blame] | 1370 | |
| 1371 | resetc2: syscon-reset { |
| 1372 | compatible = "syscon-reset"; |
| 1373 | #reset-cells = <1>; |
| 1374 | regmap = <&syscon0>; |
| 1375 | offset = <1>; |
| 1376 | mask = <0x27FFFFFF>; |
| 1377 | assert-high = <0>; |
| 1378 | }; |
| 1379 | |
| 1380 | syscon-reset-test { |
| 1381 | compatible = "sandbox,misc_sandbox"; |
| 1382 | resets = <&resetc2 15>, <&resetc2 30>, <&resetc2 60>; |
| 1383 | reset-names = "valid", "no_mask", "out_of_range"; |
| 1384 | }; |
Jean-Jacques Hiblot | 0b89fc5 | 2020-09-24 10:04:18 +0530 | [diff] [blame] | 1385 | |
Simon Glass | 458b66a | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 1386 | sysinfo { |
| 1387 | compatible = "sandbox,sysinfo-sandbox"; |
| 1388 | }; |
| 1389 | |
Jean-Jacques Hiblot | 0b89fc5 | 2020-09-24 10:04:18 +0530 | [diff] [blame] | 1390 | some_regmapped-bus { |
| 1391 | #address-cells = <0x1>; |
| 1392 | #size-cells = <0x1>; |
| 1393 | |
| 1394 | ranges = <0x0 0x0 0x10>; |
| 1395 | compatible = "simple-bus"; |
| 1396 | |
| 1397 | regmap-test_0 { |
| 1398 | reg = <0 0x10>; |
| 1399 | compatible = "sandbox,regmap_test"; |
| 1400 | }; |
| 1401 | }; |
Simon Glass | b2c1cac | 2014-02-26 15:59:21 -0700 | [diff] [blame] | 1402 | }; |
Przemyslaw Marczak | 77bee05 | 2015-05-13 13:38:35 +0200 | [diff] [blame] | 1403 | |
| 1404 | #include "sandbox_pmic.dtsi" |
Heinrich Schuchardt | e24fdef | 2021-02-18 13:01:35 +0100 | [diff] [blame] | 1405 | #include "cros-ec-keyboard.dtsi" |