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 - gpio
- i2c - i2c
- netif:eth - netif:eth
- pwm
- sdhc - sdhc
- spi - spi
- usb_device - usb_device

View file

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

View file

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