Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
/*
 * Copyright (c) 2020 TriaGnoSys GmbH
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * @file
 * @brief Board configuration macros for the EFR32MG21 SoC
 *
 */

#ifndef ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H
#define ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H

#include <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 <devicetree.h>

#endif  /* !_ASMLANGUAGE */

#endif  /* ZEPHYR_SOC_ARM_SILABS_EXX32_EFR32MG21_SOC_H */