2014-02-26 15:59:14 -07:00
|
|
|
/dts-v1/;
|
|
|
|
|
2019-05-18 11:59:48 -06:00
|
|
|
#include <config.h>
|
|
|
|
|
2014-02-26 15:59:14 -07:00
|
|
|
/ {
|
2014-10-13 23:41:48 -06:00
|
|
|
#address-cells = <1>;
|
2015-03-05 12:25:13 -07:00
|
|
|
#size-cells = <1>;
|
2017-06-15 21:37:53 -06:00
|
|
|
model = "sandbox";
|
2019-11-09 09:39:01 +01:00
|
|
|
compatible = "sandbox";
|
2014-10-13 23:41:48 -06:00
|
|
|
|
2015-03-05 12:25:26 -07:00
|
|
|
aliases {
|
2015-04-20 12:37:28 -06:00
|
|
|
i2c0 = &i2c_0;
|
2020-02-11 12:41:23 -05:00
|
|
|
pci0 = &pcic;
|
2015-04-20 12:37:28 -06:00
|
|
|
rtc0 = &rtc_0;
|
2018-08-09 14:51:19 +02:00
|
|
|
axi0 = &axi;
|
2019-05-18 11:59:42 -06:00
|
|
|
spi0 = &spi;
|
2015-03-05 12:25:26 -07:00
|
|
|
};
|
|
|
|
|
2019-05-18 11:59:48 -06:00
|
|
|
memory {
|
|
|
|
reg = <0 CONFIG_SYS_SDRAM_SIZE>;
|
|
|
|
};
|
|
|
|
|
2020-03-14 12:13:39 +01:00
|
|
|
reserved-memory {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
|
|
|
|
|
|
|
reservation_test0 {
|
|
|
|
size = <0x4000>;
|
|
|
|
alignment = <0x2000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
reservation_test1: restest@a000 {
|
|
|
|
reg = <0x00d0a000 0x2000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
reservation_test2: restest@7000 {
|
|
|
|
reg = <0x00d07000 0x1000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-10-01 12:22:08 -06:00
|
|
|
cros_ec: cros-ec {
|
2015-03-26 09:29:39 -06:00
|
|
|
reg = <0 0>;
|
2018-11-06 15:21:27 -07:00
|
|
|
u-boot,dm-pre-reloc;
|
2015-03-26 09:29:39 -06:00
|
|
|
compatible = "google,cros-ec-sandbox";
|
2014-02-27 13:25:59 -07:00
|
|
|
};
|
|
|
|
|
2019-10-07 15:29:05 +02:00
|
|
|
dsi_host: dsi_host {
|
|
|
|
compatible = "sandbox,dsi-host";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-07-02 14:47:54 -05:00
|
|
|
ethrawbus {
|
|
|
|
compatible = "sandbox,eth-raw-bus";
|
|
|
|
skip-localhost = <0>;
|
|
|
|
};
|
|
|
|
|
2015-05-22 15:42:16 -06:00
|
|
|
eth@10002000 {
|
|
|
|
compatible = "sandbox,eth";
|
|
|
|
reg = <0x10002000 0x1000>;
|
|
|
|
fake-host-hwaddr = [00 00 66 44 22 00];
|
|
|
|
};
|
|
|
|
|
2015-04-20 12:37:28 -06:00
|
|
|
i2c_0: i2c@0 {
|
2014-12-10 08:55:53 -07:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-03-05 12:25:13 -07:00
|
|
|
reg = <0 0>;
|
2014-12-10 08:55:53 -07:00
|
|
|
compatible = "sandbox,i2c";
|
|
|
|
clock-frequency = <400000>;
|
2015-08-27 12:44:30 +09:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c0>;
|
2017-04-10 11:34:51 -06:00
|
|
|
};
|
|
|
|
|
2020-02-11 12:41:23 -05:00
|
|
|
pcic: pci@0 {
|
2015-03-05 12:25:26 -07:00
|
|
|
compatible = "sandbox,pci";
|
|
|
|
device_type = "pci";
|
2020-02-11 12:41:23 -05:00
|
|
|
bus-range = <0x00 0xff>;
|
2015-03-05 12:25:26 -07:00
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
|
|
|
|
0x01000000 0 0x20000000 0x20000000 0 0x2000>;
|
2018-12-10 10:37:45 -07:00
|
|
|
};
|
|
|
|
|
2019-05-18 11:59:42 -06:00
|
|
|
spi: spi@0 {
|
2018-11-06 15:21:27 -07:00
|
|
|
u-boot,dm-pre-reloc;
|
2015-05-22 15:42:16 -06:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0 0>;
|
|
|
|
compatible = "sandbox,spi";
|
|
|
|
cs-gpios = <0>, <&gpio_a 0>;
|
2015-03-22 17:09:13 -05:00
|
|
|
};
|
2014-02-26 15:59:14 -07:00
|
|
|
};
|
2015-03-26 09:29:39 -06:00
|
|
|
|
2019-05-18 11:59:41 -06:00
|
|
|
#include "sandbox.dtsi"
|
2015-03-26 09:29:39 -06:00
|
|
|
#include "cros-ec-keyboard.dtsi"
|
2015-05-13 13:38:35 +02:00
|
|
|
#include "sandbox_pmic.dtsi"
|