Commit c97a63c9 authored by Joachim Eastwood's avatar Joachim Eastwood

ARM: dts: lpc4357-ea4357: add pinctrl and uart0 muxing

Setup pin muxing and properties for the debug console on uart0.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b06cdb79
......@@ -36,6 +36,26 @@ memory {
};
};
&pinctrl {
uart0_pins: uart0-pins {
uart0_rx_cfg {
pins = "pf_11";
function = "uart0";
input-schmitt-disable;
bias-disable;
input-enable;
};
uart0_tx_cfg {
pins = "pf_10";
function = "uart0";
bias-pull-down;
};
};
};
&uart0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment