Skip to content

Commit 2da42ad

Browse files
committed
boards: nxp: mcx_n9xx_evk: unify compat between variants
Harmonize board compats between `mcx_n9xx_evk/mcxn947/cpu0(/qspi)` and `mcx_n9xx_evk/mcxn947/cpu1` variants. Signed-off-by: Patryk Koscik <[email protected]>
1 parent dbcfb77 commit 2da42ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards/nxp/mcx_nx4x_evk/mcx_n9xx_evk_mcxn947_cpu0.dtsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#include "mcx_nx4x_evk_cpu0.dtsi"
1515

1616
/ {
17-
aliases{
17+
compatible = "nxp,mcxn947", "nxp,mcx";
18+
19+
aliases {
1820
pwm-0 = &flexpwm1_pwm0;
1921
};
2022
};

0 commit comments

Comments
 (0)