blob: 7d1375f38c44d7bd54c022fa3d390f666a35d6ee [file] [log] [blame]
Caleb Connolly372cc082024-04-18 18:25:48 +01001// SPDX-License-Identifier: GPL-2.0
2
3/* This is usually OTG but U-Boot doesn't support that properly */
4&usb_dwc3 {
5 dr_mode = "host";
6};