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 <fabian.otto@rohde-schwarz.com>
This commit is contained in:
parent
7cd0cc6f86
commit
9150b5ec5e
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
|||
|
||||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
zephyr_uhc0: &usbhfs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue