2019-04-02 06:10:44 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MEC_SOC_H
|
|
|
|
#define __MEC_SOC_H
|
|
|
|
|
|
|
|
#define SYSCLK_DEFAULT_IOSC_HZ MHZ(48)
|
|
|
|
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
|
|
|
|
#include "MEC1501hsz.h"
|
|
|
|
#include "regaccess.h"
|
|
|
|
|
2019-04-10 16:45:16 +08:00
|
|
|
#include "../common/soc_gpio.h"
|
|
|
|
#include "../common/soc_pins.h"
|
2019-10-22 02:26:49 +08:00
|
|
|
#include "../common/soc_espi_channels.h"
|
2020-11-10 01:06:22 +08:00
|
|
|
#include "../common/soc_espi_saf.h"
|
2019-04-02 06:10:44 +08:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|