Skip to content

Commit

Permalink
ARM: dts: lpc4357-ea4357: add usb0
Browse files Browse the repository at this point in the history
Enable USB0 on the EA4357 devkit and setup the required USB0
control pins.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Joachim Eastwood authored and Olof Johansson committed Aug 5, 2015
1 parent 5001638 commit fd0cb23
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/lpc4357-ea4357-devkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,20 @@
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 {
Expand Down Expand Up @@ -253,3 +267,9 @@
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};

&usb0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&usb0_pins>;
};

0 comments on commit fd0cb23

Please sign in to comment.