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:
parent
dc75c6169c
commit
ec58d19581
4 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue