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