blob: 133d55bc20fb58c9f92b1538af82a702cd13df33 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass3a1a18f2015-01-27 22:13:47 -07002/*
3 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
Simon Glass3a1a18f2015-01-27 22:13:47 -07004 */
5
6/dts-v1/;
7
Bin Meng5e74e5a2017-05-31 01:04:14 -07008#include <asm/arch-baytrail/fsp/fsp_configs.h>
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 Mengb37b7b22018-07-19 03:07:33 -070014/include/ "reset.dtsi"
Bin Meng93f8a312015-07-15 16:23:39 +080015/include/ "rtc.dtsi"
Bin Meng80af3982015-11-13 00:11:22 -080016/include/ "tsc_timer.dtsi"
Simon Glass3a1a18f2015-01-27 22:13:47 -070017
Simon Glass839d66c2020-11-05 06:32:17 -070018#include "smbios.dtsi"
19
Simon Glass3a1a18f2015-01-27 22:13:47 -070020/ {
21 model = "Intel Minnowboard Max";
22 compatible = "intel,minnowmax", "intel,baytrail";
23
24 aliases {
25 serial0 = &serial;
Bin Meng81aaa3d2016-01-27 00:56:34 -080026 spi0 = &spi;
Simon Glass3a1a18f2015-01-27 22:13:47 -070027 };
28
29 config {
30 silent_console = <0>;
31 };
32
Gabriel Huau5318f182015-05-25 22:27:37 -070033 pch_pinctrl {
34 compatible = "intel,x86-pinctrl";
Bin Menge264e3c2016-06-08 05:07:33 -070035 reg = <0 0>;
Gabriel Huau5318f182015-05-25 22:27:37 -070036
Simon Glasscce7e0f2015-08-22 15:58:53 -060037 /* GPIO E0 */
38 soc_gpio_s5_0@0 {
39 gpio-offset = <0x80 0>;
Simon Glasscce7e0f2015-08-22 15:58:53 -060040 mode-gpio;
41 output-value = <0>;
42 direction = <PIN_OUTPUT>;
43 };
44
45 /* GPIO E1 */
46 soc_gpio_s5_1@0 {
47 gpio-offset = <0x80 1>;
Simon Glasscce7e0f2015-08-22 15:58:53 -060048 mode-gpio;
49 output-value = <0>;
50 direction = <PIN_OUTPUT>;
51 };
52
53 /* GPIO E2 */
54 soc_gpio_s5_2@0 {
55 gpio-offset = <0x80 2>;
Simon Glasscce7e0f2015-08-22 15:58:53 -060056 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>;
Gabriel Huau5318f182015-05-25 22:27:37 -070063 mode-gpio;
64 output-value = <1>;
65 direction = <PIN_OUTPUT>;
66 };
67
68 pin_usb_host_en1@0 {
69 gpio-offset = <0x80 9>;
Gabriel Huau5318f182015-05-25 22:27:37 -070070 mode-gpio;
71 output-value = <1>;
72 direction = <PIN_OUTPUT>;
73 };
Bin Mengf7a01e42016-06-08 05:07:35 -070074
75 /*
76 * As of today, the latest version FSP (gold4) for BayTrail
77 * misses the PAD configuration of the SD controller's Card
78 * Detect signal. The default PAD value for the CD pin sets
79 * the pin to work in GPIO mode, which causes card detect
80 * status cannot be reflected by the Present State register
81 * in the SD controller (bit 16 & bit 18 are always zero).
82 *
83 * Configure this pin to function 1 (SD controller).
84 */
85 sdmmc3_cd@0 {
86 pad-offset = <0x3a0>;
87 mode-func = <1>;
88 };
Gabriel Huau5318f182015-05-25 22:27:37 -070089 };
90
Simon Glass3a1a18f2015-01-27 22:13:47 -070091 chosen {
92 stdout-path = "/serial";
93 };
94
Simon Glass281239a2015-04-29 22:26:03 -060095 cpus {
96 #address-cells = <1>;
97 #size-cells = <0>;
98
99 cpu@0 {
100 device_type = "cpu";
101 compatible = "intel,baytrail-cpu";
102 reg = <0>;
103 intel,apic-id = <0>;
104 };
105
106 cpu@1 {
107 device_type = "cpu";
108 compatible = "intel,baytrail-cpu";
109 reg = <1>;
110 intel,apic-id = <4>;
111 };
112
113 };
114
Simon Glassb71f9dc2015-07-03 18:28:26 -0600115 pci {
116 compatible = "intel,pci-baytrail", "pci-x86";
117 #address-cells = <3>;
118 #size-cells = <2>;
119 u-boot,dm-pre-reloc;
Simon Glassef910812015-08-13 10:36:16 -0600120 ranges = <0x02000000 0x0 0x80000000 0x80000000 0 0x40000000
121 0x42000000 0x0 0xc0000000 0xc0000000 0 0x20000000
122 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
123
Simon Glassf2b85ab2016-01-18 20:19:21 -0700124 pch@1f,0 {
Simon Glassef910812015-08-13 10:36:16 -0600125 reg = <0x0000f800 0 0 0 0>;
Simon Glassf2b85ab2016-01-18 20:19:21 -0700126 compatible = "pci8086,0f1c", "intel,pch9";
Bin Meng3ddc1c72016-02-01 01:40:47 -0800127 #address-cells = <1>;
128 #size-cells = <1>;
Simon Glassef910812015-08-13 10:36:16 -0600129
Simon Glassf2b85ab2016-01-18 20:19:21 -0700130 irq-router {
131 compatible = "intel,irq-router";
132 intel,pirq-config = "ibase";
133 intel,ibase-offset = <0x50>;
Bin Mengce8dd772016-05-07 07:46:15 -0700134 intel,actl-addr = <0>;
Simon Glassf2b85ab2016-01-18 20:19:21 -0700135 intel,pirq-link = <8 8>;
136 intel,pirq-mask = <0xdee0>;
137 intel,pirq-routing = <
138 /* BayTrail PCI devices */
139 PCI_BDF(0, 2, 0) INTA PIRQA
140 PCI_BDF(0, 3, 0) INTA PIRQA
141 PCI_BDF(0, 16, 0) INTA PIRQA
142 PCI_BDF(0, 17, 0) INTA PIRQA
143 PCI_BDF(0, 18, 0) INTA PIRQA
144 PCI_BDF(0, 19, 0) INTA PIRQA
145 PCI_BDF(0, 20, 0) INTA PIRQA
146 PCI_BDF(0, 21, 0) INTA PIRQA
147 PCI_BDF(0, 22, 0) INTA PIRQA
148 PCI_BDF(0, 23, 0) INTA PIRQA
149 PCI_BDF(0, 24, 0) INTA PIRQA
150 PCI_BDF(0, 24, 1) INTC PIRQC
151 PCI_BDF(0, 24, 2) INTD PIRQD
152 PCI_BDF(0, 24, 3) INTB PIRQB
153 PCI_BDF(0, 24, 4) INTA PIRQA
154 PCI_BDF(0, 24, 5) INTC PIRQC
155 PCI_BDF(0, 24, 6) INTD PIRQD
156 PCI_BDF(0, 24, 7) INTB PIRQB
157 PCI_BDF(0, 26, 0) INTA PIRQA
158 PCI_BDF(0, 27, 0) INTA PIRQA
159 PCI_BDF(0, 28, 0) INTA PIRQA
160 PCI_BDF(0, 28, 1) INTB PIRQB
161 PCI_BDF(0, 28, 2) INTC PIRQC
162 PCI_BDF(0, 28, 3) INTD PIRQD
163 PCI_BDF(0, 29, 0) INTA PIRQA
164 PCI_BDF(0, 30, 0) INTA PIRQA
165 PCI_BDF(0, 30, 1) INTD PIRQD
166 PCI_BDF(0, 30, 2) INTB PIRQB
167 PCI_BDF(0, 30, 3) INTC PIRQC
168 PCI_BDF(0, 30, 4) INTD PIRQD
169 PCI_BDF(0, 30, 5) INTB PIRQB
170 PCI_BDF(0, 31, 3) INTB PIRQB
171
172 /*
173 * PCIe root ports downstream
174 * interrupts
175 */
176 PCI_BDF(1, 0, 0) INTA PIRQA
177 PCI_BDF(1, 0, 0) INTB PIRQB
178 PCI_BDF(1, 0, 0) INTC PIRQC
179 PCI_BDF(1, 0, 0) INTD PIRQD
180 PCI_BDF(2, 0, 0) INTA PIRQB
181 PCI_BDF(2, 0, 0) INTB PIRQC
182 PCI_BDF(2, 0, 0) INTC PIRQD
183 PCI_BDF(2, 0, 0) INTD PIRQA
184 PCI_BDF(3, 0, 0) INTA PIRQC
185 PCI_BDF(3, 0, 0) INTB PIRQD
186 PCI_BDF(3, 0, 0) INTC PIRQA
187 PCI_BDF(3, 0, 0) INTD PIRQB
188 PCI_BDF(4, 0, 0) INTA PIRQD
189 PCI_BDF(4, 0, 0) INTB PIRQA
190 PCI_BDF(4, 0, 0) INTC PIRQB
191 PCI_BDF(4, 0, 0) INTD PIRQC
192 >;
193 };
194
Bin Meng81aaa3d2016-01-27 00:56:34 -0800195 spi: spi {
Simon Glassf2b85ab2016-01-18 20:19:21 -0700196 #address-cells = <1>;
197 #size-cells = <0>;
Bin Meng1f9eb592016-02-01 01:40:37 -0800198 compatible = "intel,ich9-spi";
Simon Glassf2b85ab2016-01-18 20:19:21 -0700199 spi-flash@0 {
200 #address-cells = <1>;
201 #size-cells = <1>;
202 reg = <0>;
203 compatible = "stmicro,n25q064a",
Neil Armstrong51e4e3e2019-02-10 10:16:21 +0000204 "jedec,spi-nor";
Simon Glassf2b85ab2016-01-18 20:19:21 -0700205 memory-map = <0xff800000 0x00800000>;
206 rw-mrc-cache {
207 label = "rw-mrc-cache";
208 reg = <0x006f0000 0x00010000>;
209 };
210 };
211 };
Bin Meng3ddc1c72016-02-01 01:40:47 -0800212
213 gpioa {
214 compatible = "intel,ich6-gpio";
215 u-boot,dm-pre-reloc;
216 reg = <0 0x20>;
217 bank-name = "A";
Bin Meng770ee012017-05-07 19:52:29 -0700218 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800219 };
220
221 gpiob {
222 compatible = "intel,ich6-gpio";
223 u-boot,dm-pre-reloc;
224 reg = <0x20 0x20>;
225 bank-name = "B";
Bin Meng770ee012017-05-07 19:52:29 -0700226 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800227 };
228
229 gpioc {
230 compatible = "intel,ich6-gpio";
231 u-boot,dm-pre-reloc;
232 reg = <0x40 0x20>;
233 bank-name = "C";
Bin Meng770ee012017-05-07 19:52:29 -0700234 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800235 };
236
237 gpiod {
238 compatible = "intel,ich6-gpio";
239 u-boot,dm-pre-reloc;
240 reg = <0x60 0x20>;
241 bank-name = "D";
Bin Meng770ee012017-05-07 19:52:29 -0700242 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800243 };
244
245 gpioe {
246 compatible = "intel,ich6-gpio";
247 u-boot,dm-pre-reloc;
248 reg = <0x80 0x20>;
249 bank-name = "E";
Bin Meng770ee012017-05-07 19:52:29 -0700250 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800251 };
252
253 gpiof {
254 compatible = "intel,ich6-gpio";
255 u-boot,dm-pre-reloc;
256 reg = <0xA0 0x20>;
257 bank-name = "F";
Bin Meng770ee012017-05-07 19:52:29 -0700258 use-lvl-write-cache;
Bin Meng3ddc1c72016-02-01 01:40:47 -0800259 };
Simon Glassef910812015-08-13 10:36:16 -0600260 };
Simon Glassb71f9dc2015-07-03 18:28:26 -0600261 };
262
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400263 fsp {
264 compatible = "intel,baytrail-fsp";
Bin Meng5e74e5a2017-05-31 01:04:14 -0700265 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
266 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400267 fsp,mrc-init-spd-addr1 = <0xa0>;
268 fsp,mrc-init-spd-addr2 = <0xa2>;
Bin Meng5e74e5a2017-05-31 01:04:14 -0700269 fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400270 fsp,enable-sdio;
271 fsp,enable-sdcard;
272 fsp,enable-hsuart1;
273 fsp,enable-spi;
274 fsp,enable-sata;
Bin Meng5e74e5a2017-05-31 01:04:14 -0700275 fsp,sata-mode = <SATA_MODE_AHCI>;
Bin Mengc9621012017-07-19 21:50:10 +0800276#ifdef CONFIG_USB_XHCI_HCD
277 fsp,enable-xhci;
278#endif
Bin Mengf8f291b2017-05-31 01:04:15 -0700279 fsp,lpe-mode = <LPE_MODE_PCI>;
280 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400281 fsp,enable-dma0;
282 fsp,enable-dma1;
283 fsp,enable-i2c0;
284 fsp,enable-i2c1;
285 fsp,enable-i2c2;
286 fsp,enable-i2c3;
287 fsp,enable-i2c4;
288 fsp,enable-i2c5;
289 fsp,enable-i2c6;
290 fsp,enable-pwm0;
291 fsp,enable-pwm1;
Bin Meng5e74e5a2017-05-31 01:04:14 -0700292 fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_64MB>;
293 fsp,aperture-size = <APERTURE_SIZE_256MB>;
294 fsp,gtt-size = <GTT_SIZE_2MB>;
Bin Mengf8f291b2017-05-31 01:04:15 -0700295 fsp,scc-mode = <SCC_MODE_PCI>;
Bin Meng5e74e5a2017-05-31 01:04:14 -0700296 fsp,os-selection = <OS_SELECTION_LINUX>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400297 fsp,emmc45-ddr50-enabled;
298 fsp,emmc45-retune-timer-value = <8>;
299 fsp,enable-igd;
300 fsp,enable-memory-down;
301 fsp,memory-down-params {
302 compatible = "intel,baytrail-fsp-mdp";
Bin Meng5e74e5a2017-05-31 01:04:14 -0700303 fsp,dram-speed = <DRAM_SPEED_1066MTS>;
304 fsp,dram-type = <DRAM_TYPE_DDR3L>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400305 fsp,dimm-0-enable;
Bin Meng5e74e5a2017-05-31 01:04:14 -0700306 fsp,dimm-width = <DIMM_WIDTH_X16>;
307 fsp,dimm-density = <DIMM_DENSITY_4GBIT>;
308 fsp,dimm-bus-width = <DIMM_BUS_WIDTH_64BITS>;
309 fsp,dimm-sides = <DIMM_SIDES_1RANKS>;
Andrew Bradfordf3b84a32015-08-07 08:36:35 -0400310 fsp,dimm-tcl = <0xb>;
311 fsp,dimm-trpt-rcd = <0xb>;
312 fsp,dimm-twr = <0xc>;
313 fsp,dimm-twtr = <6>;
314 fsp,dimm-trrd = <6>;
315 fsp,dimm-trtp = <6>;
316 fsp,dimm-tfaw = <0x14>;
317 };
318 };
319
Simon Glass3a1a18f2015-01-27 22:13:47 -0700320 microcode {
321 update@0 {
Bin Mengbab4b962016-05-23 15:25:20 +0800322#include "microcode/m0130673325.dtsi"
Simon Glass3a1a18f2015-01-27 22:13:47 -0700323 };
Bin Meng5fb01512015-08-15 14:37:50 -0600324 update@1 {
Bin Mengbab4b962016-05-23 15:25:20 +0800325#include "microcode/m0130679907.dtsi"
Bin Meng5fb01512015-08-15 14:37:50 -0600326 };
Simon Glass3a1a18f2015-01-27 22:13:47 -0700327 };
328
329};