xref: /OK3568_Linux_fs/u-boot/arch/x86/dts/broadwell_som-6896.dts (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1/dts-v1/;
2
3/include/ "skeleton.dtsi"
4/include/ "serial.dtsi"
5/include/ "rtc.dtsi"
6/include/ "tsc_timer.dtsi"
7/include/ "coreboot_fb.dtsi"
8
9/ {
10	model = "Advantech SOM-6896";
11	compatible = "advantech,som-6896", "intel,broadwell";
12
13	aliases {
14		spi0 = &spi;
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>;
33
34		pch@1f,0 {
35			reg = <0x0000f800 0 0 0 0>;
36			compatible = "intel,pch9";
37
38			spi: spi {
39				#address-cells = <1>;
40				#size-cells = <0>;
41				compatible = "intel,ich9-spi";
42				spi-flash@0 {
43					reg = <0>;
44					compatible = "winbond,w25q128", "spi-flash";
45					memory-map = <0xff000000 0x01000000>;
46				};
47			};
48		};
49	};
50
51};
52