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:
parent
e1cde2e8d1
commit
16d709e54f
3 changed files with 11 additions and 3 deletions
|
@ -25,6 +25,7 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
- netif:eth
|
- netif:eth
|
||||||
|
- pwm
|
||||||
- sdhc
|
- sdhc
|
||||||
- spi
|
- spi
|
||||||
- usb_device
|
- usb_device
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue