blob: d0738cbf46cd9f2f1d5ce5fbdc492817305a50de [file] [log] [blame]
Simon Glass2712f082012-12-03 13:56:51 +00001/dts-v1/;
2
Simon Glass26f76212013-02-28 19:26:17 +00003/include/ ARCH_CPU_DTS
Simon Glass2712f082012-12-03 13:56:51 +00004
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8 model = "Google Link";
9 compatible = "google,link", "intel,celeron-ivybridge";
10
11 config {
12 silent_console = <0>;
13 };
14
15 gpio: gpio {};
16
17 serial {
18 reg = <0x3f8 8>;
19 clock-frequency = <115200>;
20 };
21
22 chosen { };
23 memory { device_type = "memory"; reg = <0 0>; };
Simon Glass7ea01d12013-03-11 06:08:10 +000024
25 spi {
26 #address-cells = <1>;
27 #size-cells = <0>;
28 compatible = "intel,ich9";
29 spi-flash@0 {
30 reg = <0>;
31 compatible = "winbond,w25q64", "spi-flash";
32 memory-map = <0xff800000 0x00800000>;
33 };
34 };
Simon Glass2712f082012-12-03 13:56:51 +000035};