1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <southbridge/intel/lynxpoint/pch.h>
4 #include <superio/ite/common/ite.h>
5 #include <superio/ite/it8772f/it8772f.h>
8 void mainboard_config_superio(void)
10 /* Early SuperIO setup */
11 ite_kill_watchdog(IT8772F_GPIO_DEV
);
12 ite_ac_resume_southbridge(IT8772F_EC_DEV
);
13 ite_enable_serial(IT8772F_SERIAL_DEV
, CONFIG_TTYS0_BASE
);
15 /* Turn on Power LED */
16 set_power_led(LED_ON
);