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
------------

View file

@ -12,5 +12,6 @@ supported:
- lptim
- pwm
- watchdog
- dac
ram: 192
flash: 512

View file

@ -124,3 +124,8 @@
pinctrl-0 = <&tim2_ch1_pa0>;
};
};
&dac1 {
status = "okay";
pinctrl-0 = <&dac1_out1_pa4>;
};

View file

@ -10,5 +10,6 @@ supported:
- i2c
- lsm6dso
- lptim
- dac
ram: 192
flash: 512