mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / intel / archercity_crb / devicetree.cb
blob66a08a960bf16e34a55c7373ecb6c0e658cbeaef
1 ## SPDX-License-Identifier: GPL-2.0-or-later
3 chip soc/intel/xeon_sp/spr
4 # configure MSR_TURBO_RATIO_LIMIT, MSR_TURBO_RATIO_LIMIT_CORES msrs
5 register "turbo_ratio_limit" = "0x181819191e242424"
6 register "turbo_ratio_limit_cores" = "0x3836322e2a1c1a18"
8 device domain 0 on
9 device pci 1f.0 on # Intel device 1b81: PCH eSPI controller
10 chip superio/common
11 device pnp 2e.0 on
12 chip superio/aspeed/ast2400
13 register "use_espi" = "1"
14 device pnp 2e.2 on # SUART1
15 io 0x60 = 0x3f8
16 irq 0x70 = 4
17 end
18 device pnp 2e.3 on # SUART2
19 io 0x60 = 0x2f8
20 irq 0x70 = 3
21 end
22 end
23 end
24 end
25 chip drivers/ipmi # BMC KCS
26 device pnp ca2.0 on end
27 register "bmc_i2c_address" = "0x20"
28 register "bmc_boot_timeout" = "60"
29 end
30 chip drivers/pc80/tpm # TPM
31 device pnp 0c31.0 on end
32 end
33 end
34 end
35 end