diff --git a/samples/drivers/dac/boards/frdm_mcxa156.overlay b/samples/drivers/dac/boards/frdm_mcxa156.overlay new file mode 100644 index 00000000000..51ba129d8f9 --- /dev/null +++ b/samples/drivers/dac/boards/frdm_mcxa156.overlay @@ -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>; + }; +};