minnowmax.dts 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
  4. */
  5. /dts-v1/;
  6. #include <asm/arch-baytrail/fsp/fsp_configs.h>
  7. #include <dt-bindings/gpio/x86-gpio.h>
  8. #include <dt-bindings/interrupt-router/intel-irq.h>
  9. /include/ "skeleton.dtsi"
  10. /include/ "serial.dtsi"
  11. /include/ "rtc.dtsi"
  12. /include/ "tsc_timer.dtsi"
  13. /include/ "coreboot_fb.dtsi"
  14. / {
  15. model = "Intel Minnowboard Max";
  16. compatible = "intel,minnowmax", "intel,baytrail";
  17. aliases {
  18. serial0 = &serial;
  19. spi0 = &spi;
  20. };
  21. config {
  22. silent_console = <0>;
  23. };
  24. pch_pinctrl {
  25. compatible = "intel,x86-pinctrl";
  26. reg = <0 0>;
  27. /* GPIO E0 */
  28. soc_gpio_s5_0@0 {
  29. gpio-offset = <0x80 0>;
  30. mode-gpio;
  31. output-value = <0>;
  32. direction = <PIN_OUTPUT>;
  33. };
  34. /* GPIO E1 */
  35. soc_gpio_s5_1@0 {
  36. gpio-offset = <0x80 1>;
  37. mode-gpio;
  38. output-value = <0>;
  39. direction = <PIN_OUTPUT>;
  40. };
  41. /* GPIO E2 */
  42. soc_gpio_s5_2@0 {
  43. gpio-offset = <0x80 2>;
  44. mode-gpio;
  45. output-value = <0>;
  46. direction = <PIN_OUTPUT>;
  47. };
  48. pin_usb_host_en0@0 {
  49. gpio-offset = <0x80 8>;
  50. mode-gpio;
  51. output-value = <1>;
  52. direction = <PIN_OUTPUT>;
  53. };
  54. pin_usb_host_en1@0 {
  55. gpio-offset = <0x80 9>;
  56. mode-gpio;
  57. output-value = <1>;
  58. direction = <PIN_OUTPUT>;
  59. };
  60. /*
  61. * As of today, the latest version FSP (gold4) for BayTrail
  62. * misses the PAD configuration of the SD controller's Card
  63. * Detect signal. The default PAD value for the CD pin sets
  64. * the pin to work in GPIO mode, which causes card detect
  65. * status cannot be reflected by the Present State register
  66. * in the SD controller (bit 16 & bit 18 are always zero).
  67. *
  68. * Configure this pin to function 1 (SD controller).
  69. */
  70. sdmmc3_cd@0 {
  71. pad-offset = <0x3a0>;
  72. mode-func = <1>;
  73. };
  74. };
  75. chosen {
  76. stdout-path = "/serial";
  77. };
  78. cpus {
  79. #address-cells = <1>;
  80. #size-cells = <0>;
  81. cpu@0 {
  82. device_type = "cpu";
  83. compatible = "intel,baytrail-cpu";
  84. reg = <0>;
  85. intel,apic-id = <0>;
  86. };
  87. cpu@1 {
  88. device_type = "cpu";
  89. compatible = "intel,baytrail-cpu";
  90. reg = <1>;
  91. intel,apic-id = <4>;
  92. };
  93. };
  94. pci {
  95. compatible = "intel,pci-baytrail", "pci-x86";
  96. #address-cells = <3>;
  97. #size-cells = <2>;
  98. u-boot,dm-pre-reloc;
  99. ranges = <0x02000000 0x0 0x80000000 0x80000000 0 0x40000000
  100. 0x42000000 0x0 0xc0000000 0xc0000000 0 0x20000000
  101. 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
  102. pch@1f,0 {
  103. reg = <0x0000f800 0 0 0 0>;
  104. compatible = "pci8086,0f1c", "intel,pch9";
  105. #address-cells = <1>;
  106. #size-cells = <1>;
  107. irq-router {
  108. compatible = "intel,irq-router";
  109. intel,pirq-config = "ibase";
  110. intel,ibase-offset = <0x50>;
  111. intel,actl-addr = <0>;
  112. intel,pirq-link = <8 8>;
  113. intel,pirq-mask = <0xdee0>;
  114. intel,pirq-routing = <
  115. /* BayTrail PCI devices */
  116. PCI_BDF(0, 2, 0) INTA PIRQA
  117. PCI_BDF(0, 3, 0) INTA PIRQA
  118. PCI_BDF(0, 16, 0) INTA PIRQA
  119. PCI_BDF(0, 17, 0) INTA PIRQA
  120. PCI_BDF(0, 18, 0) INTA PIRQA
  121. PCI_BDF(0, 19, 0) INTA PIRQA
  122. PCI_BDF(0, 20, 0) INTA PIRQA
  123. PCI_BDF(0, 21, 0) INTA PIRQA
  124. PCI_BDF(0, 22, 0) INTA PIRQA
  125. PCI_BDF(0, 23, 0) INTA PIRQA
  126. PCI_BDF(0, 24, 0) INTA PIRQA
  127. PCI_BDF(0, 24, 1) INTC PIRQC
  128. PCI_BDF(0, 24, 2) INTD PIRQD
  129. PCI_BDF(0, 24, 3) INTB PIRQB
  130. PCI_BDF(0, 24, 4) INTA PIRQA
  131. PCI_BDF(0, 24, 5) INTC PIRQC
  132. PCI_BDF(0, 24, 6) INTD PIRQD
  133. PCI_BDF(0, 24, 7) INTB PIRQB
  134. PCI_BDF(0, 26, 0) INTA PIRQA
  135. PCI_BDF(0, 27, 0) INTA PIRQA
  136. PCI_BDF(0, 28, 0) INTA PIRQA
  137. PCI_BDF(0, 28, 1) INTB PIRQB
  138. PCI_BDF(0, 28, 2) INTC PIRQC
  139. PCI_BDF(0, 28, 3) INTD PIRQD
  140. PCI_BDF(0, 29, 0) INTA PIRQA
  141. PCI_BDF(0, 30, 0) INTA PIRQA
  142. PCI_BDF(0, 30, 1) INTD PIRQD
  143. PCI_BDF(0, 30, 2) INTB PIRQB
  144. PCI_BDF(0, 30, 3) INTC PIRQC
  145. PCI_BDF(0, 30, 4) INTD PIRQD
  146. PCI_BDF(0, 30, 5) INTB PIRQB
  147. PCI_BDF(0, 31, 3) INTB PIRQB
  148. /*
  149. * PCIe root ports downstream
  150. * interrupts
  151. */
  152. PCI_BDF(1, 0, 0) INTA PIRQA
  153. PCI_BDF(1, 0, 0) INTB PIRQB
  154. PCI_BDF(1, 0, 0) INTC PIRQC
  155. PCI_BDF(1, 0, 0) INTD PIRQD
  156. PCI_BDF(2, 0, 0) INTA PIRQB
  157. PCI_BDF(2, 0, 0) INTB PIRQC
  158. PCI_BDF(2, 0, 0) INTC PIRQD
  159. PCI_BDF(2, 0, 0) INTD PIRQA
  160. PCI_BDF(3, 0, 0) INTA PIRQC
  161. PCI_BDF(3, 0, 0) INTB PIRQD
  162. PCI_BDF(3, 0, 0) INTC PIRQA
  163. PCI_BDF(3, 0, 0) INTD PIRQB
  164. PCI_BDF(4, 0, 0) INTA PIRQD
  165. PCI_BDF(4, 0, 0) INTB PIRQA
  166. PCI_BDF(4, 0, 0) INTC PIRQB
  167. PCI_BDF(4, 0, 0) INTD PIRQC
  168. >;
  169. };
  170. spi: spi {
  171. #address-cells = <1>;
  172. #size-cells = <0>;
  173. compatible = "intel,ich9-spi";
  174. spi-flash@0 {
  175. #address-cells = <1>;
  176. #size-cells = <1>;
  177. reg = <0>;
  178. compatible = "stmicro,n25q064a",
  179. "spi-flash";
  180. memory-map = <0xff800000 0x00800000>;
  181. rw-mrc-cache {
  182. label = "rw-mrc-cache";
  183. reg = <0x006f0000 0x00010000>;
  184. };
  185. };
  186. };
  187. gpioa {
  188. compatible = "intel,ich6-gpio";
  189. u-boot,dm-pre-reloc;
  190. reg = <0 0x20>;
  191. bank-name = "A";
  192. use-lvl-write-cache;
  193. };
  194. gpiob {
  195. compatible = "intel,ich6-gpio";
  196. u-boot,dm-pre-reloc;
  197. reg = <0x20 0x20>;
  198. bank-name = "B";
  199. use-lvl-write-cache;
  200. };
  201. gpioc {
  202. compatible = "intel,ich6-gpio";
  203. u-boot,dm-pre-reloc;
  204. reg = <0x40 0x20>;
  205. bank-name = "C";
  206. use-lvl-write-cache;
  207. };
  208. gpiod {
  209. compatible = "intel,ich6-gpio";
  210. u-boot,dm-pre-reloc;
  211. reg = <0x60 0x20>;
  212. bank-name = "D";
  213. use-lvl-write-cache;
  214. };
  215. gpioe {
  216. compatible = "intel,ich6-gpio";
  217. u-boot,dm-pre-reloc;
  218. reg = <0x80 0x20>;
  219. bank-name = "E";
  220. use-lvl-write-cache;
  221. };
  222. gpiof {
  223. compatible = "intel,ich6-gpio";
  224. u-boot,dm-pre-reloc;
  225. reg = <0xA0 0x20>;
  226. bank-name = "F";
  227. use-lvl-write-cache;
  228. };
  229. };
  230. };
  231. fsp {
  232. compatible = "intel,baytrail-fsp";
  233. fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
  234. fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>;
  235. fsp,mrc-init-spd-addr1 = <0xa0>;
  236. fsp,mrc-init-spd-addr2 = <0xa2>;
  237. fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>;
  238. fsp,enable-sdio;
  239. fsp,enable-sdcard;
  240. fsp,enable-hsuart1;
  241. fsp,enable-spi;
  242. fsp,enable-sata;
  243. fsp,sata-mode = <SATA_MODE_AHCI>;
  244. #ifdef CONFIG_USB_XHCI_HCD
  245. fsp,enable-xhci;
  246. #endif
  247. fsp,lpe-mode = <LPE_MODE_PCI>;
  248. fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
  249. fsp,enable-dma0;
  250. fsp,enable-dma1;
  251. fsp,enable-i2c0;
  252. fsp,enable-i2c1;
  253. fsp,enable-i2c2;
  254. fsp,enable-i2c3;
  255. fsp,enable-i2c4;
  256. fsp,enable-i2c5;
  257. fsp,enable-i2c6;
  258. fsp,enable-pwm0;
  259. fsp,enable-pwm1;
  260. fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_64MB>;
  261. fsp,aperture-size = <APERTURE_SIZE_256MB>;
  262. fsp,gtt-size = <GTT_SIZE_2MB>;
  263. fsp,scc-mode = <SCC_MODE_PCI>;
  264. fsp,os-selection = <OS_SELECTION_LINUX>;
  265. fsp,emmc45-ddr50-enabled;
  266. fsp,emmc45-retune-timer-value = <8>;
  267. fsp,enable-igd;
  268. fsp,enable-memory-down;
  269. fsp,memory-down-params {
  270. compatible = "intel,baytrail-fsp-mdp";
  271. fsp,dram-speed = <DRAM_SPEED_1066MTS>;
  272. fsp,dram-type = <DRAM_TYPE_DDR3L>;
  273. fsp,dimm-0-enable;
  274. fsp,dimm-width = <DIMM_WIDTH_X16>;
  275. fsp,dimm-density = <DIMM_DENSITY_4GBIT>;
  276. fsp,dimm-bus-width = <DIMM_BUS_WIDTH_64BITS>;
  277. fsp,dimm-sides = <DIMM_SIDES_1RANKS>;
  278. fsp,dimm-tcl = <0xb>;
  279. fsp,dimm-trpt-rcd = <0xb>;
  280. fsp,dimm-twr = <0xc>;
  281. fsp,dimm-twtr = <6>;
  282. fsp,dimm-trrd = <6>;
  283. fsp,dimm-trtp = <6>;
  284. fsp,dimm-tfaw = <0x14>;
  285. };
  286. };
  287. microcode {
  288. update@0 {
  289. #include "microcode/m0130673325.dtsi"
  290. };
  291. update@1 {
  292. #include "microcode/m0130679907.dtsi"
  293. };
  294. };
  295. };