samples: dac: Add overlay for FRDM MCXN947 qspi variant

- Add overlay for the FRDM MCXN947 qspi variant
- Fix the overlay file name for the default variant

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-05-15 15:52:11 -05:00 committed by Anas Nashif
commit bc5c075953
3 changed files with 18 additions and 0 deletions

View file

@ -19,6 +19,7 @@ supported:
- dma
- gpio
- spi
- dac
- i2c
- watchdog
- pwm

View file

@ -0,0 +1,17 @@
/*
* 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>;
};
};