xref: /openbmc/u-boot/arch/x86/dts/minnowmax.dts (revision 2bb1cd53)
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	};
19
20	config {
21		silent_console = <0>;
22	};
23
24	chosen {
25		stdout-path = "/serial";
26	};
27
28	spi {
29		#address-cells = <1>;
30		#size-cells = <0>;
31		compatible = "intel,ich";
32		spi-flash@0 {
33			reg = <0>;
34			compatible = "sst,25vf016b", "spi-flash";
35			memory-map = <0xff800000 0x00800000>;
36		};
37	};
38
39	microcode {
40		update@0 {
41#include "microcode/m0130673322.dtsi"
42		};
43	};
44
45};
46