boards: arm: sam: add dac to .yaml where supported

Add the dac tag as supported peripheral for boards where the DAC
was defined in devicetree, but not marked as supported.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2023-03-23 11:45:43 +01:00 committed by Anas Nashif
parent a7cdc1ab75
commit afa5d5d363
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ toolchain:
supported:
- netif:eth
- adc
- dac
- gpio
- spi
- watchdog

View file

@ -12,6 +12,7 @@ supported:
- arduino_gpio
- arduino_i2c
- arduino_spi
- dac
- gpio
- spi
- watchdog