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

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

Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
This commit is contained in:
Sidhdharth Yadav 2021-07-01 16:03:44 +05:30 committed by Anas Nashif
commit 88f20c3b72
4 changed files with 10 additions and 0 deletions

View file

@ -156,6 +156,8 @@ The Zephyr nucleo_l552ze_q board configuration supports the following hardware f
+-----------+------------+-------------------------------------+
| RNG | on-chip | True Random Number Generator |
+-----------+------------+-------------------------------------+
| DAC | on-chip | DAC Controller |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported on this Zephyr port.
@ -210,6 +212,7 @@ Default Zephyr Peripheral Mapping:
- PWM_2_CH1 : PA0
- USER_PB : PC13
- LD2 : PA5
- DAC1 : PA4
System Clock
------------

View file

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

View file

@ -7,5 +7,6 @@ toolchain:
- gnuarmemb
supported:
- gpio
- dac
ram: 192
flash: 512

View file

@ -7,5 +7,6 @@ toolchain:
- gnuarmemb
supported:
- gpio
- dac
ram: 192
flash: 328