Skip to content

Commit ee4c77b

Browse files
committed
board: frdm_mcxn236: Enable MICFIL on frdm_mcxn236
1. Enable MICFIL on frdm_mcxn236 board. 2. MICFIL CLOCK and DATA Pins are conflict with flexcomm0_lpuart pins, so change flexcomm0_lpuart pins to 'FC0_P2_PIO0_6' and 'FC0_P3_PIO0_7'. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent eb33604 commit ee4c77b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards/nxp/frdm_mcxn236/frdm_mcxn236-pinctrl.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,14 @@
243243
input-enable;
244244
};
245245
};
246+
247+
pinmux_micfil: pinmux_micfil {
248+
group0 {
249+
pinmux = <PDM0_CLK_PIO0_16>,
250+
<PDM0_DATA0_PIO0_17>;
251+
drive-strength = "high";
252+
slew-rate = "fast";
253+
input-enable;
254+
};
255+
};
246256
};

0 commit comments

Comments
 (0)