Files
zephyr/soc/silabs/exx32/efr32bg27/soc.h
Jamie McCrae 1dc9a8aa17 soc: silabs_exx32: Port to HWMv2
Ports the SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:07 +01:00

19 lines
351 B
C

/* Copyright (c) 2023 Antmicro <www.antmicro.com>
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Register access macros for the EFR32BG27 SoC
*/
#ifndef EFR32BG27_SOC_H_
#define EFR32BG27_SOC_H_
#ifndef _ASMLANGUAGE
#include <em_common.h>
#include "../common/soc_gpio.h"
#endif /* _ASMLANGUAGE */
#endif /* EFR32BG27_SOC_H_ */