acpi: Add IORT helper functions
[coreboot2.git] / util / mainboard / google / dalboz / template / overridetree.cb
blob1cc2364f5e9ba5f28c564895b440c467f2fb54a1
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 chip soc/amd/picasso
5 # Start : OPN Performance Configuration
6 # See devhub #56670 Chapter 5 for documentation
7 # For the below fields, 0 indicates use SOC default
9 # System config index
10 register "system_config" = "1"
12 # Set STAPM confiuration. All of these fields must be set >0 to take affect
13 register "slow_ppt_limit_mW" = "6000"
14 register "fast_ppt_limit_mW" = "9000"
15 register "slow_ppt_time_constant_s" = "5"
16 register "stapm_time_constant_s" = "2500"
17 register "sustained_power_limit_mW" = "4800"
19 # End : OPN Performance Configuration
21 # I2C2 for touchscreen and trackpad
23 register "i2c[2]" = "{
24 .speed = I2C_SPEED_FAST,
27 # I2C3 for H1
29 register "i2c[3]" = "{
30 .speed = I2C_SPEED_FAST,
31 .early_init = true,
34 # See AMD 55570-B1 Table 13: PCI Device ID Assignments.
35 device domain 0 on
36 subsystemid 0x1022 0x1510 inherit
37 end # domain
39 device mmio 0xfedc4000 on # APU_I2C2_BASE
40 end # device
42 end # chip soc/amd/picasso