Skip to content

Commit

Permalink
ARM: dts: lpc4350-hitex-eval: add pinctrl and uart0 muxing
Browse files Browse the repository at this point in the history
Setup pin muxing and properties for the debug console on uart0.

Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Ariel D'Alessandro authored and Olof Johansson committed Aug 5, 2015
1 parent 41a0dec commit 5e64720
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/lpc4350-hitex-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit 5e64720

Please sign in to comment.