Commit fd0cb235 authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Olof Johansson

ARM: dts: lpc4357-ea4357: add usb0

Enable USB0 on the EA4357 devkit and setup the required USB0
control pins.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 50016385
......@@ -221,6 +221,20 @@ uart3_tx_cfg {
bias-pull-down;
};
};
usb0_pins: usb0-pins {
usb0_pwr_enable {
pins = "p2_3";
function = "usb0";
};
usb0_pwr_fault {
pins = "p8_0";
function = "usb0";
bias-disable;
input-enable;
};
};
};
&enet_tx_clk {
......@@ -253,3 +267,9 @@ &uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};
&usb0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&usb0_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