Hi,
I am designing the board with OMAP-L138 and have a question related to the power-on sequencing of the processor.
Section 6.3.1 of OMAP-L138 datasheet defines the following power-on sequence:
- 2a) All variable 1.3V - 1.0V core logic supplies (CVDD)
- 2b) All static 1.2V logic supplies (RVDD, VDDA_12_PLL0, VDDA_12_PLL1, USB_CVDD , SATA_VDD).
At the same time it says that - "If voltage scaling is not used on the device, groups 2a) and 2b) can be controlled from the same power supply and powered up together."
The board is being designed for 375MHz processor without frequency scaling and I am going to use 1.2V for both groups 2a) and 2b). At the same time the board should support future upgrade to 456MHz processor that requires 1.3V for the core and internal RAM.
This means that I need to have 3 groups of devices:
- A) CVDD (powered from 1.2V today and from 1.3V in the future) - ex-2a) group
- B) RVDD (powered from 1.2V today and from 1.3V in the future) - ex-2b) group
- C) VDDA_PLL0, VDDA_PLL1, USB_CVDD, SATA_VDD (always powered from 1.2V) - ex-2b) group
What should be the power-on sequence in my case?
Do I need to have a special power-on sequence like A (core) -> B (RAM) -> C (peripherals)?
Or may I combine groups A and B and have the power-on sequence A+B (core+RAM) -> C (peripherals)?
Thanks.