blob: 7b2c51504b1a9694289359c94a94414a42799af9 [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 {
Bin Meng81aaa3d2016-01-27 00:56:34 -080013 spi0 = &spi;
George McCollistere0ae6482015-10-21 08:05:33 -050014 };
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>;
George McCollistere0ae6482015-10-21 08:05:33 -050032
Simon Glassf2b85ab2016-01-18 20:19:21 -070033 pch@1f,0 {
34 reg = <0x0000f800 0 0 0 0>;
35 compatible = "intel,pch9";
36
Bin Meng81aaa3d2016-01-27 00:56:34 -080037 spi: spi {
Simon Glassf2b85ab2016-01-18 20:19:21 -070038 #address-cells = <1>;
39 #size-cells = <0>;
40 compatible = "intel,ich-spi";
41 spi-flash@0 {
42 reg = <0>;
43 compatible = "winbond,w25q128", "spi-flash";
44 memory-map = <0xff000000 0x01000000>;
45 };
46 };
George McCollistere0ae6482015-10-21 08:05:33 -050047 };
48 };
Simon Glassf2b85ab2016-01-18 20:19:21 -070049
George McCollistere0ae6482015-10-21 08:05:33 -050050};