samples: dac: add arduino_giga_r1 overlay
This PR adds arduino giga r1 overlay in the dac sample. Arduino Giga R1 has a 3.5mm audio jack connected to the dac. Signed-off-by: Mario Paja <mariopaja@hotmail.com>
This commit is contained in:
parent
65547044e6
commit
73bd431293
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
dac = <&dac1>;
|
||||
dac-channel-id = <1>;
|
||||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue