Skip to content

Commit

Permalink
ARM: dts: lpc4357-ea4357: add uart3
Browse files Browse the repository at this point in the history
Enable UART3 that is routed to the J17 DSUB9 connector on
the EA4357 devkit.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
  • Loading branch information
Joachim Eastwood committed Jul 14, 2015
1 parent 7de98f2 commit 930a43e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm/boot/dts/lpc4357-ea4357-devkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,22 @@
bias-pull-down;
};
};

uart3_pins: uart3-pins {
uart3_rx_cfg {
pins = "p2_4";
function = "uart3";
input-schmitt-disable;
bias-disable;
input-enable;
};

uart3_tx_cfg {
pins = "p9_3";
function = "uart3";
bias-pull-down;
};
};
};

&enet_tx_clk {
Expand All @@ -231,3 +247,9 @@
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;
};

&uart3 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};

0 comments on commit 930a43e

Please sign in to comment.