blob: 194f0ebcda4b9995d43bb697641eb3c31c7a6413 [file] [log] [blame]
George McCollistere0ae6482015-10-21 08:05:33 -05001/dts-v1/;
2
3/include/ "skeleton.dtsi"
4/include/ "serial.dtsi"
5/include/ "rtc.dtsi"
Bin Meng80af3982015-11-13 00:11:22 -08006/include/ "tsc_timer.dtsi"
George McCollistere0ae6482015-10-21 08:05:33 -05007
8/ {
9 model = "Advantech SOM-6896";
10 compatible = "advantech,som-6896", "intel,broadwell";
11
12 aliases {
13 spi0 = "/spi";
14 };
15
16 config {
17 silent_console = <0>;
18 };
19
20 chosen {
21 stdout-path = "/serial";
22 };
23
24 pci {
25 compatible = "pci-x86";
26 #address-cells = <3>;
27 #size-cells = <2>;
28 u-boot,dm-pre-reloc;
29 ranges = <0x02000000 0x0 0xe0000000 0xe0000000 0 0x10000000
30 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
31 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
32 };
33
34 spi {
35 #address-cells = <1>;
36 #size-cells = <0>;
37 compatible = "intel,ich-spi";
38 spi-flash@0 {
39 reg = <0>;
40 compatible = "winbond,w25q128", "spi-flash";
41 memory-map = <0xff000000 0x01000000>;
42 };
43 };
44};