Skip to content

Commit

Permalink
samples: drivers/dac: Support dac example for NXP frdm_mcxa156
Browse files Browse the repository at this point in the history
Support dac example for NXP frdm_mcxa156

Signed-off-by: Neil Chen <[email protected]>
  • Loading branch information
NeilChen93 committed Nov 29, 2024
1 parent 9a28d89 commit 1a92364
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions samples/drivers/dac/boards/frdm_mcxa156.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {

/*
* Please note on the FRDM-MCXA156 board, DAC0 output signal port is J2-9.
*/
zephyr,user {
dac = <&dac0>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};

0 comments on commit 1a92364

Please sign in to comment.