test: pwm: add mimxrt1060_evk support for pwm

add missing board and overlay support

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2024-05-02 15:26:47 +00:00 committed by Anas Nashif
commit 16d709e54f
3 changed files with 11 additions and 3 deletions

View file

@ -25,6 +25,7 @@ supported:
- gpio
- i2c
- netif:eth
- pwm
- sdhc
- spi
- usb_device

View file

@ -19,17 +19,17 @@ supported:
- arduino_i2c
- arduino_serial
- arduino_spi
- adc
- can
- counter
- display
- dma
- gpio
- i2c
- netif:eth
- pwm
- sdhc
- spi
- usb_device
- dma
- can
- watchdog
- adc
vendor: nxp

View file

@ -9,6 +9,13 @@
* by the test, but can be tested using the PWM shell.
*/
/ {
aliases {
pwm-0 = &flexpwm1_pwm0;
pwm-1 = &flexpwm1_pwm3;
};
};
&flexpwm1_pwm3 {
status = "okay";
};