blob: 210526c11099b8423393d0b995176fc432108442 [file] [log] [blame]
/*
* Copyright (c) 2020 TriaGnoSys GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Board configuration macros for the EFR32MG24 SoC
*
*/
#ifndef _SILABS_EFR32MG24_SOC_H
#define _SILABS_EFR32MG24_SOC_H
#include <zephyr/sys/util.h>
#ifndef _ASMLANGUAGE
#include <em_common.h>
#include "soc_pinmap.h"
#include "../common/soc_gpio.h"
/* Add include for DTS generated information */
#include <zephyr/devicetree.h>
#endif /* !_ASMLANGUAGE */
#endif /* _SILABS_EFR32MG24_SOC_H */