forked from Minki/linux
ARM: dts: lpc4357-ea4357: add usb0
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>
This commit is contained in:
parent
50016385c2
commit
fd0cb235df
@ -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 {
|
||||
@ -253,3 +267,9 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart3_pins>;
|
||||
};
|
||||
|
||||
&usb0 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usb0_pins>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user