2016-07-15 04:41:34 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-07-15 04:41:34 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __SOC_H_
|
|
|
|
#define __SOC_H_
|
|
|
|
|
|
|
|
#include <system.h>
|
|
|
|
|
|
|
|
#define UART_NS16550_PORT_0_BASE_ADDR A_16550_UART_0_BASE
|
|
|
|
#define UART_NS16550_PORT_0_IRQ A_16550_UART_0_IRQ
|
|
|
|
#define UART_NS16550_PORT_0_CLK_FREQ A_16550_UART_0_FREQ
|
|
|
|
|
|
|
|
#endif
|