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:
parent
ff0e69607c
commit
7b72c6f2d9
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue