zephyr/soc/arm/st_stm32/stm32g4/dts_fixup.h
Martí Bolívar f3b4d8a86f soc: remove DT_WDT_0_NAME, DT_WDT_1_NAME
There are no more in-tree users of these fixup macros.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-04-17 16:09:07 -05:00

16 lines
447 B
C

/*
* Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/* SoC level DTS fixup file */
#define DT_ADC_0_NAME DT_LABEL(DT_INST(0, st_stm32_adc))
#define DT_ADC_1_NAME DT_LABEL(DT_INST(1, st_stm32_adc))
#define DT_FLASH_DEV_NAME DT_LABEL(DT_INST(0, st_stm32g4_flash_controller))
#define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc))
/* End of SoC Level DTS fixup file */