mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 11:31:57 +00:00
Could be cleand up following migration of lptim driver to new DT API. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
16 lines
353 B
C
16 lines
353 B
C
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
#define DT_RTC_0_NAME DT_LABEL(DT_INST(0, st_stm32_rtc))
|
|
|
|
#define DT_FLASH_DEV_NAME DT_LABEL(DT_INST(0, st_stm32wb_flash_controller))
|
|
|
|
#define DT_ADC_1_NAME DT_ST_STM32_ADC_50040000_LABEL
|
|
|
|
/* End of SoC Level DTS fixup file */
|