Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e647200 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro Committed by Olof Johansson
Browse files

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



Setup pin muxing and properties for the debug console on uart0.

Signed-off-by: default avatarAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 41a0dec9
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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>;
};