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:
parent
0ec07d2146
commit
dbd581fff4
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue