]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/dts/broadwell_som-6896.dts
Merge branch 'master' of git://git.denx.de/u-boot-x86
[people/ms/u-boot.git] / arch / x86 / dts / broadwell_som-6896.dts
CommitLineData
e0ae6488
GM
1/dts-v1/;
2
3/include/ "skeleton.dtsi"
4/include/ "serial.dtsi"
5/include/ "rtc.dtsi"
80af3984 6/include/ "tsc_timer.dtsi"
2d3c573e 7/include/ "coreboot_fb.dtsi"
e0ae6488
GM
8
9/ {
10 model = "Advantech SOM-6896";
11 compatible = "advantech,som-6896", "intel,broadwell";
12
13 aliases {
81aaa3d9 14 spi0 = &spi;
e0ae6488
GM
15 };
16
17 config {
18 silent_console = <0>;
19 };
20
21 chosen {
22 stdout-path = "/serial";
23 };
24
25 pci {
26 compatible = "pci-x86";
27 #address-cells = <3>;
28 #size-cells = <2>;
29 u-boot,dm-pre-reloc;
30 ranges = <0x02000000 0x0 0xe0000000 0xe0000000 0 0x10000000
31 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
32 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
e0ae6488 33
f2b85ab5
SG
34 pch@1f,0 {
35 reg = <0x0000f800 0 0 0 0>;
36 compatible = "intel,pch9";
37
81aaa3d9 38 spi: spi {
f2b85ab5
SG
39 #address-cells = <1>;
40 #size-cells = <0>;
1f9eb59d 41 compatible = "intel,ich9-spi";
f2b85ab5
SG
42 spi-flash@0 {
43 reg = <0>;
44 compatible = "winbond,w25q128", "spi-flash";
45 memory-map = <0xff000000 0x01000000>;
46 };
47 };
e0ae6488
GM
48 };
49 };
f2b85ab5 50
e0ae6488 51};