samples: dac: Enable RW612 DAC

Enable RW612 RD board for the DAC sample

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-04-26 10:33:58 -05:00 committed by Anas Nashif
commit 595ee908ba
3 changed files with 14 additions and 0 deletions

View file

@ -26,3 +26,4 @@ supported:
- counter
- hwinfo
- adc
- dac

View file

@ -0,0 +1,12 @@
/ {
zephyr,user {
dac = <&dac0>;
dac-channel-id = <0>;
dac-resolution = <10>;
};
};
&dac0 {
nxp,conversion-rate = "500K";
nxp,output-voltage-range = "large";
};

View file

@ -43,6 +43,7 @@ tests:
- stm32l562e_dk
- twr_ke18f
- lpcxpresso55s36
- rd_rw612_bga
depends_on: dac
integration_platforms:
- nucleo_l152re