soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / mainboard / intel / strago / acpi / superio.asl
blob65cfa2ed4f2ee5b071e29e8617452df0a0d2808b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* mainboard configuration */
4 #include "ec.h"
5 #include "onboard.h"
7 #define SIO_EC_MEMMAP_ENABLE     /* EC Memory Map Resources */
8 #define SIO_EC_HOST_ENABLE       /* EC Host Interface Resources */
9 #define SIO_EC_ENABLE_PS2K       /* Enable PS/2 Keyboard */
11 /* Override default IRQ settings */
12 #define SIO_EC_PS2K_IRQ Interrupt(ResourceConsumer, Edge, ActiveLow){\
13                                                      BOARD_I8042_IRQ}
15 /* ACPI code for EC SuperIO functions */
16 #include <ec/google/chromeec/acpi/superio.asl>