1/dts-v1/; 2 3/include/ "skeleton.dtsi" 4/include/ "serial.dtsi" 5/include/ "rtc.dtsi" 6/include/ "tsc_timer.dtsi" 7 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 pch@1f,0 { 34 reg = <0x0000f800 0 0 0 0>; 35 compatible = "intel,pch9"; 36 37 spi: spi { 38 #address-cells = <1>; 39 #size-cells = <0>; 40 compatible = "intel,ich9-spi"; 41 spi-flash@0 { 42 reg = <0>; 43 compatible = "winbond,w25q128", "spi-flash"; 44 memory-map = <0xff000000 0x01000000>; 45 }; 46 }; 47 }; 48 }; 49 50}; 51