Creating a small custom board for testing out the LPC55S6 part. The datasheet and the eval board schematics show the connections for using the internal DCDC converter but nothing for bypassing it. The eval schematic does show how to supply external core voltage but that doesn't give the whole idea. I want to design around supplying the 1.2V? (that's the number I came across for running @ 150MHz) directly to the VDD_PMU from an LDO. The efficiency loss isn't a problem for our use case and it hopefully reduces noise too. So how will the connections look like now? My understanding:
1. Connect the output of a 1.2V LDO directly to the VDD_PMU pin, with some decoupling capacitors.
2. Leave the VBAT_PMU, VBAT_DCDC, LX and FB pins unconnected. This removes all the relevant decoupling caps and the power inductor.
3. VSS_PMU and VSS_DCDC are left connected to ground as before.
4. Eval board schematic uses two ferrite beads to separate into VDDA and IO's VDD domains. Is this needed now that there is no DCDC converter or was that placed for the sake of cleaner supply to ADC?
And does anything change on the software side of things? I would really appreciate a simple block diagram for this like the one mentioned in datasheet section 6.1.2 Using Internal DC-DC converter:

Thank you