samples: drivers/dac: Support dac example for NXP frdm_mcxa156
Support dac example for NXP frdm_mcxa156 Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
bbec164673
commit
3407675479
1 changed files with 17 additions and 0 deletions
17
samples/drivers/dac/boards/frdm_mcxa156.overlay
Normal file
17
samples/drivers/dac/boards/frdm_mcxa156.overlay
Normal file
|
@ -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>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue