x86: Add alias for SPI node in the board dts
[platform/kernel/u-boot.git] / arch / x86 / dts / minnowmax.dts
1 /*
2  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /dts-v1/;
8
9 /include/ "skeleton.dtsi"
10 /include/ "serial.dtsi"
11
12 / {
13         model = "Intel Minnowboard Max";
14         compatible = "intel,minnowmax", "intel,baytrail";
15
16         aliases {
17                 serial0 = &serial;
18                 spi0 = "/spi";
19         };
20
21         config {
22                 silent_console = <0>;
23         };
24
25         chosen {
26                 stdout-path = "/serial";
27         };
28
29         spi {
30                 #address-cells = <1>;
31                 #size-cells = <0>;
32                 compatible = "intel,ich-spi";
33                 spi-flash@0 {
34                         reg = <0>;
35                         compatible = "sst,25vf016b", "spi-flash";
36                         memory-map = <0xff800000 0x00800000>;
37                 };
38         };
39
40         microcode {
41                 update@0 {
42 #include "microcode/m0130673322.dtsi"
43                 };
44         };
45
46 };