Skip to content

Commit 9828cf7

Browse files
committed
samples: drivers: dac: Add overlay for TI MSPM0 G-Series DAC module
Add devicetree overlay to enable the Zephyr DAC sample on boards using the TI MSPM0 G-Series DAC module. Signed-off-by: Santhosh Charles <[email protected]>
1 parent 6390eb8 commit 9828cf7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Linumiz GmbH
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
zephyr,user {
9+
dac = <&dac0>;
10+
dac-channel-id = <0>;
11+
dac-resolution = <12>;
12+
};
13+
};
14+
15+
&dac0 {
16+
status = "okay";
17+
};

0 commit comments

Comments
 (0)