1 /*
2  * Copyright (c) 2020 TriaGnoSys GmbH
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file
9  * @brief Board configuration macros for the EFR32MG21 SoC
10  *
11  */
12 
13 #ifndef ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H
14 #define ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H
15 
16 #include <zephyr/sys/util.h>
17 
18 #ifndef _ASMLANGUAGE
19 
20 #include <em_common.h>
21 
22 #include "soc_pinmap.h"
23 #include "../common/soc_gpio.h"
24 
25 
26 #endif  /* !_ASMLANGUAGE */
27 
28 #endif  /* ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H */
29