boards: nxp: frdm_ke17z512: update pinctrl dtsi file

Add uart pinctrl configuration to support uart driver.

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
Anke Xiao 2024-07-08 20:32:21 +08:00 committed by Anas Nashif
commit 7b72c6f2d9

View file

@ -38,4 +38,13 @@
slew-rate = "slow";
};
};
uart1_default: uart1_default {
group0 {
pinmux = <SCI1_RX_PTC16>,
<SCI1_TX_PTC17>;
drive-strength = "low";
slew-rate = "slow";
};
};
};