Skip to content

Commit 3407675

Browse files
NeilChen93kartben
authored andcommitted
samples: drivers/dac: Support dac example for NXP frdm_mcxa156
Support dac example for NXP frdm_mcxa156 Signed-off-by: Neil Chen <[email protected]>
1 parent bbec164 commit 3407675

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 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
9+
/*
10+
* Please note on the FRDM-MCXA156 board, DAC0 output signal port is J2-9.
11+
*/
12+
zephyr,user {
13+
dac = <&dac0>;
14+
dac-channel-id = <0>;
15+
dac-resolution = <12>;
16+
};
17+
};

0 commit comments

Comments
 (0)