I am using USB3320 ULPI for my OMAP4470, but it's not working (modeled from OMAP4430 Panda which also have USB3320 ULPI).
I have set pin mux of the following:
- RESETB: gpio_61
- CLKOUT: usbb2_ulpiphy_clk
- DIR: usbb2_ulpiphy_dir
- STP: usbb2_ulpiphy_stp
- NXT: usbb2_ulpiphy_nxt
- DAT0: usbb2_ulpiphy_dat0
- DAT1: usbb2_ulpiphy_dat1
- DAT2: usbb2_ulpiphy_dat2
- DAT3: usbb2_ulpiphy_dat3
- DAT4: usbb2_ulpiphy_dat4
- DAT5: usbb2_ulpiphy_dat5
- DAT6: usbb2_ulpiphy_dat6
- DAT7: usbb2_ulpiphy_dat7
- REFCLK: fref_clk2_out
RESETB is OK (high at 1.8v).
CLKOUT is OK (55Mhz).
But REFCLK is NOT OK (always low).
When I compare my schematics with Panda's, the only difference is it used fref_clk3_out (I used fref_clk2_out).
I am not sure if there's a difference in usage of fref_clk2_out.
Any advise on how I can work this out?
Thank you.