zephyr/soc/x86/elkhart_lake/soc.h
Johan Hedberg 0ab5f59780 soc: x86: Add Elkhart Lake SoC definition
Add a basic definition for the Intel Elkhart Lake SoC.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-12-12 14:16:23 +02:00

31 lines
597 B
C

/*
* Copyright (c) 2018-2020, Intel Corporation
* Copyright (c) 2010-2015, Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Board configuration macros for the Elkhart Lake SoC
*
* This header file is used to specify and describe soc-level aspects for
* the 'Elkhart Lake' SoC.
*/
#ifndef __SOC_H_
#define __SOC_H_
#include <sys/util.h>
#ifndef _ASMLANGUAGE
#include <device.h>
#include <random/rand32.h>
#endif
#include <drivers/pcie/pcie.h>
#define X86_SOC_EARLY_SERIAL_PCIDEV DT_REG_ADDR(DT_CHOSEN(zephyr_console))
#endif /* __SOC_H_ */