Skip to content

Commit 9150b5e

Browse files
fbnorscarlescufi
authored andcommitted
boards: lpcxpresso55s28: Use usbphy1 for udc0
The PHY is necessary for a high speed USB connection. Same code as on the closely related lpcxpresso55s69. Signed-off-by: Fabian Otto <[email protected]>
1 parent 7cd0cc6 commit 9150b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126

127127
zephyr_udc0: &usbhs {
128128
status = "okay";
129+
phy-handle = <&usbphy1>;
129130
};
130131

131132
zephyr_uhc0: &usbhfs {

0 commit comments

Comments
 (0)