1 /*
2  * Copyright (c) 2019 Vestas Wind Systems A/S
3  * Copyright 2023 NXP
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 #ifndef _SOC__H_
9 #define _SOC__H_
10 
11 #include <zephyr/sys/util.h>
12 #include <fsl_port.h>
13 
14 #define PORT_MUX_GPIO kPORT_MuxAsGpio /* GPIO setting for the Port Mux Register */
15 
16 #ifndef _ASMLANGUAGE
17 
18 #include <fsl_common.h>
19 
20 
21 #endif /* !_ASMLANGUAGE */
22 
23 #endif /* _SOC__H_ */
24