d1c692afe7
This commit configures DAC sample application using overlay to build and run on stm32l562e_dk platform. This has been tested in stm32l562e_dk platform. Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
/ {
|
|
zephyr,user {
|
|
dac = <&dac1>;
|
|
dac-channel-id = <1>;
|
|
dac-resolution = <12>;
|
|
};
|
|
};
|