summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/chausie/devicetree.cb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/chausie/devicetree.cb')
-rw-r--r--src/mainboard/amd/chausie/devicetree.cb10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainboard/amd/chausie/devicetree.cb b/src/mainboard/amd/chausie/devicetree.cb
index 85e9c08f7ea9..4a0c5b056e12 100644
--- a/src/mainboard/amd/chausie/devicetree.cb
+++ b/src/mainboard/amd/chausie/devicetree.cb
@@ -2,7 +2,15 @@
chip soc/amd/sabrina
register "common_config.espi_config" = "{
- .std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X2E_0X2F_EN,
+ .std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X2E_0X2F_EN | ESPI_DECODE_IO_0X60_0X64_EN,
+ .generic_io_range[0] = {
+ .base = 0x3f8,
+ .size = 8,
+ },
+ .generic_io_range[1] = {
+ .base = 0x600,
+ .size = 256,
+ },
.io_mode = ESPI_IO_MODE_QUAD,
.op_freq_mhz = ESPI_OP_FREQ_16_MHZ,
.crc_check_enable = 1,