Skip to content

Commit 1ab1c2e

Browse files
committed
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 0903efa commit 1ab1c2e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_B.overlay

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@
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";
1017
};
1118

19+
&pwmleds {
20+
status = "disabled";
21+
};
22+
1223
&green_led {
1324
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
1425
label = "User LED1";

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)