arm: dts: k3-am62p5-sk-u-boot: Configure USB0 in peripheral mode

Configure USB0 in peripheral mode so that USB DFU can be the
default USB boot mode supported.

Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
This commit is contained in:
Ravi Gunasekaran 2023-11-03 17:31:54 +05:30 committed by Praneeth Bajjuri
parent 0ec07d2146
commit dbd581fff4
1 changed files with 13 additions and 0 deletions

View File

@ -25,3 +25,16 @@
reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
"cfg", "tchan", "rchan", "rflow";
};
&usbss0 {
bootph-pre-ram;
};
&usb0 {
/* Enable peripheral mode only during bootup
* to support DFU while allowing Linux to stay
* in OTG mode
*/
dr_mode = "peripheral";
bootph-pre-ram;
};