boards: arm: stm32l562e_dk: Enabling DAC1 support in device tree

This commit enables DAC1 support for stm32l562e_dk platform in
device tree.

Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
This commit is contained in:
Sidhdharth Yadav 2021-06-28 15:07:19 +05:30 committed by Anas Nashif
commit ec58d19581
4 changed files with 10 additions and 0 deletions

View file

@ -172,6 +172,8 @@ The Zephyr stm32l562e_dk board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| PWM | on-chip | PWM |
+-----------+------------+-------------------------------------+
| DAC | on-chip | DAC Controller |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
@ -196,6 +198,7 @@ Default Zephyr Peripheral Mapping:
- USER_PB : PC13
- LD10 : PG12
- PWM_2_CH1 : PA0
- DAC1 : PA4
System Clock
------------