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:
Neil Chen 2024-11-29 14:50:33 +08:00 committed by Benjamin Cabé
commit 3407675479

View 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>;
};
};