We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2350b6b commit cc74893Copy full SHA for cc74893
soc/nxp/mcx/mcxw/soc.c
@@ -140,11 +140,11 @@ static ALWAYS_INLINE void clock_init(void)
140
CLOCK_EnableClock(kCLOCK_PortC);
141
}
142
143
- if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart0), nxp_kinetis_lpuart, okay)) {
+ if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart0), nxp_lpuart, okay)) {
144
CLOCK_EnableClock(kCLOCK_Lpuart0);
145
146
147
- if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart1), nxp_kinetis_lpuart, okay)) {
+ if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart1), nxp_lpuart, okay)) {
148
CLOCK_EnableClock(kCLOCK_Lpuart1);
149
150
0 commit comments