blob: e9d9362c5aa35b0d378b3d53fdb707121e171a7c [file] [log] [blame]
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
/*
* Please note on the FRDM-MCXN947 board, DAC0 output signal port is J1-4.
*/
zephyr,user {
dac = <&dac0>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};