blob: 183cad3f0189765c2c102c11e21b38aa6c1a9a3f [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>;
};
};