Commit e3ed029b authored by David Leach's avatar David Leach Committed by Daniel DeGrasse
Browse files

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: default avatarDavid Leach <david.leach@nxp.com>
parent 56b359b8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,13 @@
 * SPDX-License-Identifier: Apache-2.0
 */

/ {
	/* FLEXPWM not routed to LED on this EVK */
	pwmleds {
		status = "disabled";
	};
};

/* FLEXPWM not routed to LED on this EVK */
&flexpwm2_pwm3 {
	status = "disabled";
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@
		i2s-codec-tx = &sai1;
		i2s-tx = &sai1;
	};

	/* FLEXPWM not routed to LED on this EVK */
	pwmleds {
		status = "disabled";
	};
};

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