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:
parent
14ef7d2d21
commit
595ee908ba
3 changed files with 14 additions and 0 deletions
|
@ -26,3 +26,4 @@ supported:
|
||||||
- counter
|
- counter
|
||||||
- hwinfo
|
- hwinfo
|
||||||
- adc
|
- adc
|
||||||
|
- dac
|
||||||
|
|
12
samples/drivers/dac/boards/rd_rw612_bga.overlay
Normal file
12
samples/drivers/dac/boards/rd_rw612_bga.overlay
Normal 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";
|
||||||
|
};
|
|
@ -43,6 +43,7 @@ tests:
|
||||||
- stm32l562e_dk
|
- stm32l562e_dk
|
||||||
- twr_ke18f
|
- twr_ke18f
|
||||||
- lpcxpresso55s36
|
- lpcxpresso55s36
|
||||||
|
- rd_rw612_bga
|
||||||
depends_on: dac
|
depends_on: dac
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nucleo_l152re
|
- nucleo_l152re
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue