1 // SPDX-License-Identifier: GPL-2.0+
3 * Main sandbox devicetree
14 compatible = "sandbox";
28 reg = <0 CFG_SYS_SDRAM_SIZE>;
41 reservation_test1: restest@a000 {
42 reg = <0x00d0a000 0x2000>;
45 reservation_test2: restest@7000 {
46 reg = <0x00d07000 0x1000>;
53 compatible = "google,cros-ec-sandbox";
57 compatible = "sandbox,dsi-host";
62 compatible = "sandbox,eth-raw-bus";
67 compatible = "sandbox,eth";
68 reg = <0x10002000 0x1000>;
75 compatible = "sandbox,i2c";
76 clock-frequency = <400000>;
77 pinctrl-names = "default";
78 pinctrl-0 = <&pinctrl_i2c0>;
83 compatible = "sandbox,pci";
85 bus-range = <0x00 0xff>;
88 ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
89 0x01000000 0 0x20000000 0x20000000 0 0x2000>;
97 compatible = "sandbox,spi";
98 cs-gpios = <0>, <&gpio_a 0>;
102 #include "sandbox.dtsi"
103 #include "cros-ec-keyboard.dtsi"
104 #include "sandbox_pmic.dtsi"
106 #if IS_ENABLED(CONFIG_SUPPORT_VPL)
107 #include "sandbox_vpl.dtsi"
110 #if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT)
111 #include "sandbox_capsule.dtsi"