Commit bc5c0759 authored by Mahesh Mahadevan's avatar Mahesh Mahadevan Committed by Anas Nashif
Browse files

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: default avatarMahesh Mahadevan <mahesh.mahadevan@nxp.com>
parent d5ae2197
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ supported:
  - dma
  - gpio
  - spi
  - dac
  - i2c
  - watchdog
  - pwm
+17 −0
Original line number Diff line number Diff line
/*
 * 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>;
	};
};