/* * Copyright (c) 2017, 2023 NXP * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _SOC__H_ #define _SOC__H_ #include #include #define UART0_CLK_SRC kCLOCK_CoreSysClk #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */ #ifndef _ASMLANGUAGE #include #endif /* !_ASMLANGUAGE */ #endif /* _SOC__H_ */