samples: enable support for Atmel SAM DAC driver

Enable support for Atmel SAM DAC driver on the following boards:
- sam_e70_xplained
- sam_e70b_xplained
- sam_v71_xult
- sam_v71b_xult

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2021-08-20 02:56:40 +02:00 committed by Anas Nashif
commit 437f7f9d45
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,7 @@
/ {
zephyr,user {
dac = <&dacc>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};

View file

@ -0,0 +1,7 @@
/ {
zephyr,user {
dac = <&dacc>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};

View file

@ -0,0 +1,7 @@
/ {
zephyr,user {
dac = <&dacc>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};

View file

@ -0,0 +1,7 @@
/ {
zephyr,user {
dac = <&dacc>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};