Section 16.3.2 of the TRM (Rev H) states that the required pull-up/pull-down resistors cannot exist external to the device.
We are trying to replace an older ARM920T SOC processor that has gone EOL with the AM3352. It appears we will be able to emulate all functionallity of the old part with the AM3352 except for the USB. The older part USB interface was OHCI 1.0 and the design has the pull-up/pull-down resistors integrated into EMI/RFI filters on a seperate motherboard(s) on which the processor card attaches. One port supports FS/LS downstream and the other is FS upstream. Upstream enumeration control is handled by GPIO.
HS operation is not required.
Would it be possible to over-ride the USB 2.0 UTMI interface to the PHY by using UTMI_INTERFACE_CTRL_2 register bits 16-13 to disable the pull-up/pull-down resistors at the PHY and still have the interfaces operational?