tests: drivers: pwm: pwm_api: support mimxrt1180_evk board
Set tpm5 status as ok add pwm-0 as aliases Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
d2040d103a
commit
30c45057ae
2 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
aliases {
|
||||||
|
pwm-0 = &tpm5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&tpm5 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
aliases {
|
||||||
|
pwm-0 = &tpm5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&tpm5 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue