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:
parent
ec58d19581
commit
88f20c3b72
4 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
|
|
@ -60,3 +60,8 @@
|
|||
&rng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dac1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&dac1_out1_pa4>;
|
||||
};
|
||||
|
|
|
@ -7,5 +7,6 @@ toolchain:
|
|||
- gnuarmemb
|
||||
supported:
|
||||
- gpio
|
||||
- dac
|
||||
ram: 192
|
||||
flash: 512
|
||||
|
|
|
@ -7,5 +7,6 @@ toolchain:
|
|||
- gnuarmemb
|
||||
supported:
|
||||
- gpio
|
||||
- dac
|
||||
ram: 192
|
||||
flash: 328
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue