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:
Fabian Otto 2025-06-16 17:02:31 +02:00 committed by Carles Cufí
commit 9150b5ec5e

View file

@ -126,6 +126,7 @@
zephyr_udc0: &usbhs {
status = "okay";
phy-handle = <&usbphy1>;
};
zephyr_uhc0: &usbhfs {