boards: nordic: nrf54h20: add PWM to supported features

PWM is now supported on nRF54H20 board.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2024-04-25 08:57:08 +02:00 committed by Anas Nashif
parent 539a428032
commit 82db5d3adb
3 changed files with 3 additions and 0 deletions

View file

@ -13,3 +13,4 @@ ram: 256
flash: 512 flash: 512
supported: supported:
- gpio - gpio
- pwm

View file

@ -11,3 +11,4 @@ ram: 62
flash: 62 flash: 62
supported: supported:
- gpio - gpio
- pwm

View file

@ -13,3 +13,4 @@ ram: 192
flash: 256 flash: 256
supported: supported:
- gpio - gpio
- pwm