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