提交 5e647200 编写于 作者: A Ariel D'Alessandro 提交者: Olof Johansson

ARM: dts: lpc4350-hitex-eval: add pinctrl and uart0 muxing

Setup pin muxing and properties for the debug console on uart0.
Signed-off-by: NAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 41a0dec9
......@@ -36,6 +36,26 @@
};
};
&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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册