|
/*
|
|
* Copyright 2021 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef SOC_H
|
|
#define SOC_H
|
|
|
|
#include <sys/util.h>
|
|
#include <toolchain.h>
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
#include <devicetree.h>
|
|
#endif /* _ASMLANGUAGE */
|
|
|
|
#define UART_REG_ADDR_INTERVAL 1
|
|
|
|
#endif /* SOC_H */
|