mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 15:02:40 +00:00
13 lines
307 B
C
13 lines
307 B
C
/*
|
|
* Copyright (c) 2019 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
#define DT_PWM_STM32_3_DEV_NAME DT_ST_STM32_PWM_40000400_PWM_LABEL
|
|
#define DT_PWM_STM32_3_PRESCALER DT_ST_STM32_PWM_40000400_PWM_ST_PRESCALER
|
|
|
|
/* End of SoC Level DTS fixup file */
|