blob: b7e3ba482a3ac64d9c0f9cebf83a756745fe4197 [file] [log] [blame]
Simon Glass3a1a18f2015-01-27 22:13:47 -07001/*
2 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/dts-v1/;
8
Gabriel Huau5318f182015-05-25 22:27:37 -07009#include <dt-bindings/gpio/x86-gpio.h>
Simon Glassef910812015-08-13 10:36:16 -060010#include <dt-bindings/interrupt-router/intel-irq.h>
Gabriel Huau5318f182015-05-25 22:27:37 -070011
Simon Glass3a1a18f2015-01-27 22:13:47 -070012/include/ "skeleton.dtsi"
13/include/ "serial.dtsi"
Bin Meng93f8a312015-07-15 16:23:39 +080014/include/ "rtc.dtsi"
Bin Meng80af3982015-11-13 00:11:22 -080015/include/ "tsc_timer.dtsi"
Simon Glass3a1a18f2015-01-27 22:13:47 -070016
17/ {
18 model = "Intel Minnowboard Max";
19 compatible = "intel,minnowmax", "intel,baytrail";
20
21 aliases {
22 serial0 = &serial;
Bin Meng81aaa3d2016-01-27 00:56:34 -080023 spi0 = &spi;
Simon Glass3a1a18f2015-01-27 22:13:47 -070024 };
25
26 config {
27 silent_console = <0>;
28 };
29
Gabriel Huau5318f182015-05-25 22:27:37 -070030 pch_pinctrl {
31 compatible = "intel,x86-pinctrl";
32 io-base = <0x4c>;
33
Simon Glasscce7e0f2015-08-22 15:58:53 -060034 /* GPIO E0 */
35 soc_gpio_s5_0@0 {
36 gpio-offset = <0x80 0>;
37 pad-offset = <0x1d0>;
38 mode-gpio;
39 output-value = <0>;
40 direction = <PIN_OUTPUT>;
41 };
42
43 /* GPIO E1 */
44 soc_gpio_s5_1@0 {
45 gpio-offset = <0x80 1>;
46 pad-offset = <0x210>;
47 mode-gpio;
48 output-value = <0>;
49 direction = <PIN_OUTPUT>;
50 };
51
52 /* GPIO E2 */
53 soc_gpio_s5_2@0 {
54 gpio-offset = <0x80 2>;
55 pad-offset = <0x1e0>;
56 mode-gpio;
57 output-value = <0>;
58 direction = <PIN_OUTPUT>;
59 };
60
Gabriel Huau5318f182015-05-25 22:27:37 -070061 pin_usb_host_en0@0 {
62 gpio-offset = <0x80 8>;
63 pad-offset = <0x260>;
64 mode-gpio;
65 output-value = <1>;
66 direction = <PIN_OUTPUT>;
67 };
68
69 pin_usb_host_en1@0 {
70 gpio-offset = <0x80 9>;
Simon Glass86645c82015-08-22 15:58:56 -060071 pad-offset = <0x250>;
Gabriel Huau5318f182015-05-25 22:27:37 -070072 mode-gpio;
73 output-value = <1>;
74 direction = <PIN_OUTPUT>;
75 };
76 };
77
Simon Glass3a1a18f2015-01-27 22:13:47 -070078 chosen {
79 stdout-path = "/serial";
80 };
81
Simon Glass281239a2015-04-29 22:26:03 -060082 cpus {
83 #address-cells = <1>;
84 #size-cells = <0>;
85
86 cpu@0 {
87 device_type = "cpu";
88 compatible = "intel,baytrail-cpu";
89 reg = <0>;
90 intel,apic-id = <0>;
91 };
92
93 cpu@1 {
94 device_type = "cpu";
95 compatible = "intel,baytrail-cpu";
96 reg = <1>;
97 intel,apic-id = <4>;
98 };
99
100 };
101
Simon Glassb71f9dc2015-07-03 18:28:26 -0600102 pci {
103 compatible = "intel,pci-baytrail", "pci-x86";
104 #address-cells = <3>;
105 #size-cells = <2>;
106 u-boot,dm-pre-reloc;
Simon Glassef910812015-08-13 10:36:16 -0600107 ranges = <0x02000000 0x0 0x80000000 0x80000000 0 0x40000000
108 0x42000000 0x0 0xc0000000 0xc0000000 0 0x20000000
109 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
110
Simon Glassf2b85ab2016-01-18 20:19:21 -0700111 pch@1f,0 {
Simon Glassef910812015-08-13 10:36:16 -0600112 reg = <0x0000f800 0 0 0 0>;
Simon Glassf2b85ab2016-01-18 20:19:21 -0700113 compatible = "pci8086,0f1c", "intel,pch9";
Bin Meng3ddc1c72016-02-01 01:40:47 -0800114 #address-cells = <1>;
115 #size-cells = <1>;
Simon Glassef910812015-08-13 10:36:16 -0600116
Simon Glassf2b85ab2016-01-18 20:19:21 -0700117 irq-router {
118 compatible = "intel,irq-router";
119 intel,pirq-config = "ibase";
120 intel,ibase-offset = <0x50>;
121 intel,pirq-link = <8 8>;
122 intel,pirq-mask = <0xdee0>;
123 intel,pirq-routing = <
124 /* BayTrail PCI devices */
125 PCI_BDF(0, 2, 0) INTA PIRQA
126 PCI_BDF(0, 3, 0) INTA PIRQA
127 PCI_BDF(0, 16, 0) INTA PIRQA
128 PCI_BDF(0, 17, 0) INTA PIRQA
129 PCI_BDF(0, 18, 0) INTA PIRQA
130 PCI_BDF(0, 19, 0) INTA PIRQA
131 PCI_BDF(0, 20, 0) INTA PIRQA
132 PCI_BDF(0, 21, 0) INTA PIRQA
133 PCI_BDF(0, 22, 0) INTA PIRQA
134 PCI_BDF(0, 23, 0) INTA PIRQA
135 PCI_BDF(0, 24, 0) INTA PIRQA
136 PCI_BDF(0, 24, 1) INTC PIRQC
137 PCI_BDF(0, 24, 2) INTD PIRQD
138 PCI_BDF(0, 24, 3) INTB PIRQB
139 PCI_BDF(0, 24, 4) INTA PIRQA
140 PCI_BDF(0, 24, 5) INTC PIRQC
141 PCI_BDF(0, 24, 6) INTD PIRQD
142 PCI_BDF(0, 24, 7) INTB PIRQB
143 PCI_BDF(0, 26, 0) INTA PIRQA
144 PCI_BDF(0, 27, 0) INTA PIRQA
145 PCI_BDF(0, 28, 0) INTA PIRQA
146 PCI_BDF(0, 28, 1) INTB PIRQB
147 PCI_BDF(0, 28, 2) INTC PIRQC
148 PCI_BDF(0, 28, 3) INTD PIRQD
149 PCI_BDF(0, 29, 0) INTA PIRQA
150 PCI_BDF(0, 30, 0) INTA PIRQA
151 PCI_BDF(0, 30, 1) INTD PIRQD
152 PCI_BDF(0, 30, 2) INTB PIRQB
153 PCI_BDF(0, 30, 3) INTC PIRQC
154 PCI_BDF(0, 30, 4) INTD PIRQD
155 PCI_BDF(0, 30, 5) INTB PIRQB
156 PCI_BDF(0, 31, 3) INTB PIRQB
157
158 /*
159 * PCIe root ports downstream
160 * interrupts
161 */
162 PCI_BDF(1, 0, 0) INTA PIRQA
163 PCI_BDF(1, 0, 0) INTB PIRQB
164 PCI_BDF(1, 0, 0) INTC PIRQC
165 PCI_BDF(1, 0, 0) INTD PIRQD
166 PCI_BDF(2, 0, 0) INTA PIRQB
167 PCI_BDF(2, 0, 0) INTB PIRQC
168 PCI_BDF(2, 0, 0) INTC PIRQD
169 PCI_BDF(2, 0, 0) INTD PIRQA
170 PCI_BDF(3, 0, 0) INTA PIRQC
171 PCI_BDF(3, 0, 0) INTB PIRQD
172 PCI_BDF(3, 0, 0) INTC PIRQA
173 PCI_BDF(3, 0, 0) INTD PIRQB
174 PCI_BDF(4, 0, 0) INTA PIRQD
175 PCI_BDF(4, 0, 0) INTB PIRQA
176 PCI_BDF(4, 0, 0) INTC PIRQB
177 PCI_BDF(4, 0, 0) INTD PIRQC
178 >;
179 };
180
Bin Meng81aaa3d2016-01-27 00:56:34 -0800181 spi: spi {
Simon Glassf2b85ab2016-01-18 20:19:21 -0700182 #address-cells = <1>;
183 #size-cells = <0>;
Bin Meng1f9eb592016-02-01 01:40:37 -0800184 compatible = "intel,ich9-spi";
Simon Glassf2b85ab2016-01-18 20:19:21 -0700185 spi-flash@0 {
186 #address-cells = <1>;
187 #size-cells = <1>;
188 reg = <0>;
189 compatible = "stmicro,n25q064a",
190 "spi-flash";
191 memory-map = <0xff800000 0x00800000>;
192 rw-mrc-cache {
193 label = "rw-mrc-cache";
194 reg = <0x006f0000 0x00010000>;
195 };
196 };
197 };
Bin Meng3ddc1c72016-02-01 01:40:47 -0800198
199 gpioa {
200 compatible = "intel,ich6-gpio";
201 u-boot,dm-pre-reloc;
202 reg = <0 0x20>;
203 bank-name = "A";
204 };
205
206 gpiob {
207 compatible = "intel,ich6-gpio";
208 u-boot,dm-pre-reloc;
209 reg = <0x20 0x20>;
210 bank-name = "B";
211 };
212
213 gpioc {
214 compatible = "intel,ich6-gpio";
215 u-boot,dm-pre-reloc;
216 reg = <0x40 0x20>;
217 bank-name = "C";
218 };
219
220 gpiod {
221 compatible = "intel,ich6-gpio";
222 u-boot,dm-pre-reloc;
223 reg = <0x60 0x20>;
224 bank-name = "D";
225 };
226
227 gpioe {
228 compatible = "intel,ich6-gpio";
229 u-boot,dm-pre-reloc;
230 reg = <0x80 0x20>;
231 bank-name = "E";
232 };
233
234 gpiof {
235 compatible = "intel,ich6-gpio";
236 u-boot,dm-pre-reloc;
237 reg = <0xA0 0x20>;
238 bank-name = "F";
239 };
Simon Glassef910812015-08-13 10:36:16 -0600240 };
Simon Glassb71f9dc2015-07-03 18:28:26 -0600241 };
242
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400243 fsp {
244 compatible = "intel,baytrail-fsp";
245 fsp,mrc-init-tseg-size = <0>;
246 fsp,mrc-init-mmio-size = <0x800>;
247 fsp,mrc-init-spd-addr1 = <0xa0>;
248 fsp,mrc-init-spd-addr2 = <0xa2>;
249 fsp,emmc-boot-mode = <2>;
250 fsp,enable-sdio;
251 fsp,enable-sdcard;
252 fsp,enable-hsuart1;
253 fsp,enable-spi;
254 fsp,enable-sata;
255 fsp,sata-mode = <1>;
256 fsp,enable-lpe;
257 fsp,lpss-sio-enable-pci-mode;
258 fsp,enable-dma0;
259 fsp,enable-dma1;
260 fsp,enable-i2c0;
261 fsp,enable-i2c1;
262 fsp,enable-i2c2;
263 fsp,enable-i2c3;
264 fsp,enable-i2c4;
265 fsp,enable-i2c5;
266 fsp,enable-i2c6;
267 fsp,enable-pwm0;
268 fsp,enable-pwm1;
269 fsp,igd-dvmt50-pre-alloc = <2>;
270 fsp,aperture-size = <2>;
271 fsp,gtt-size = <2>;
272 fsp,serial-debug-port-address = <0x3f8>;
273 fsp,serial-debug-port-type = <1>;
274 fsp,scc-enable-pci-mode;
275 fsp,os-selection = <4>;
276 fsp,emmc45-ddr50-enabled;
277 fsp,emmc45-retune-timer-value = <8>;
278 fsp,enable-igd;
279 fsp,enable-memory-down;
280 fsp,memory-down-params {
281 compatible = "intel,baytrail-fsp-mdp";
282 fsp,dram-speed = <1>;
283 fsp,dram-type = <1>;
284 fsp,dimm-0-enable;
285 fsp,dimm-width = <1>;
286 fsp,dimm-density = <2>;
287 fsp,dimm-bus-width = <3>;
288 fsp,dimm-sides = <0>;
289 fsp,dimm-tcl = <0xb>;
290 fsp,dimm-trpt-rcd = <0xb>;
291 fsp,dimm-twr = <0xc>;
292 fsp,dimm-twtr = <6>;
293 fsp,dimm-trrd = <6>;
294 fsp,dimm-trtp = <6>;
295 fsp,dimm-tfaw = <0x14>;
296 };
297 };
298
Simon Glass3a1a18f2015-01-27 22:13:47 -0700299 microcode {
300 update@0 {
301#include "microcode/m0130673322.dtsi"
302 };
Bin Meng5fb01512015-08-15 14:37:50 -0600303 update@1 {
304#include "microcode/m0130679901.dtsi"
305 };
Simon Glass3a1a18f2015-01-27 22:13:47 -0700306 };
307
308};