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