Skip to content

Commit 30c4505

Browse files
lucien-nxpkartben
authored andcommitted
tests: drivers: pwm: pwm_api: support mimxrt1180_evk board
Set tpm5 status as ok add pwm-0 as aliases Signed-off-by: Lucien Zhao <[email protected]>
1 parent d2040d1 commit 30c4505

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
pwm-0 = &tpm5;
10+
};
11+
};
12+
13+
&tpm5 {
14+
status = "okay";
15+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
pwm-0 = &tpm5;
10+
};
11+
};
12+
13+
&tpm5 {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)