Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e9fd49f180d94e12c0c22a3504610e10f905fbab
/
.
/
samples
/
drivers
/
dac
/
boards
/
frdm_mcxn947.overlay
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
>;
};
};