2018-09-14 16:55:04 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __SOC_H_
|
|
|
|
#define __SOC_H_
|
|
|
|
|
|
|
|
#include <system.h>
|
|
|
|
|
2018-11-13 22:15:23 +08:00
|
|
|
#define DT_UART_NS16550_PORT_0_BASE_ADDR A_16550_UART_0_BASE
|
|
|
|
#define DT_UART_NS16550_PORT_0_IRQ A_16550_UART_0_IRQ
|
|
|
|
#define DT_UART_NS16550_PORT_0_CLK_FREQ A_16550_UART_0_FREQ
|
2018-09-14 16:55:04 +08:00
|
|
|
|
|
|
|
#endif
|