Skip to content

Commit e3ed029

Browse files
dleach02danieldegrasse
authored andcommitted
boards: nxp: mimxrt1060: Disable pwmleds for Rev B/C boards
Disable the pwmleds nodes in the dts overlay for rev B/C boards. The FLEXPWM is not routed to LED on these versions. Fixes #92285 Signed-off-by: David Leach <david.leach@nxp.com>
1 parent 56b359b commit e3ed029

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_B.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
/ {
8+
/* FLEXPWM not routed to LED on this EVK */
9+
pwmleds {
10+
status = "disabled";
11+
};
12+
};
13+
714
/* FLEXPWM not routed to LED on this EVK */
815
&flexpwm2_pwm3 {
916
status = "disabled";

boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
i2s-codec-tx = &sai1;
1010
i2s-tx = &sai1;
1111
};
12+
13+
/* FLEXPWM not routed to LED on this EVK */
14+
pwmleds {
15+
status = "disabled";
16+
};
1217
};
1318

1419
/* FLEXPWM not routed to LED on this EVK */

0 commit comments

Comments
 (0)