blob: 2b37b761fd9e51ed4a6ff3632b2acca2c7e552c3 [file] [log] [blame]
Varshit Pandyad888f612023-08-31 22:18:48 +05301chip soc/amd/genoa
2
Arthur Heymansc666a912023-07-13 14:34:10 +02003 # eSPI configuration
4 register "common_config.espi_config" = "{
5 .std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN,
6 .io_mode = ESPI_IO_MODE_SINGLE,
7 .op_freq_mhz = ESPI_OP_FREQ_33_MHZ,
8 .crc_check_enable = 1,
9 .alert_pin = ESPI_ALERT_PIN_PUSH_PULL,
10 .periph_ch_en = 0,
11 .vw_ch_en = 0,
12 .oob_ch_en = 0,
13 .flash_ch_en = 0,
14 }"
15
Varshit Pandyad888f612023-08-31 22:18:48 +053016 device domain 0 on
17 end
18
19end