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:
parent
d5ae219799
commit
bc5c075953
3 changed files with 18 additions and 0 deletions
|
@ -19,6 +19,7 @@ supported:
|
||||||
- dma
|
- dma
|
||||||
- gpio
|
- gpio
|
||||||
- spi
|
- spi
|
||||||
|
- dac
|
||||||
- i2c
|
- i2c
|
||||||
- watchdog
|
- watchdog
|
||||||
- pwm
|
- pwm
|
||||||
|
|
|
@ -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>;
|
||||||
|
};
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue