Skip to content

Commit 73bd431

Browse files
mariopajakartben
authored andcommitted
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 <[email protected]>
1 parent 6554704 commit 73bd431

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/ {
2+
zephyr,user {
3+
dac = <&dac1>;
4+
dac-channel-id = <1>;
5+
dac-resolution = <12>;
6+
};
7+
};

0 commit comments

Comments
 (0)