Does Cortex-A53 support Separate Start Address?

ARM CPUs are traditionally designed to fetch from address 0x0 at boot.

In my current setup, I plan to use an isolated ARM Cortex-A53 as a sub-processor.

However, when the A53 powers on, it reads from address 0x0, which conflicts with the main CPU.

Is there any way to configure the A53 to boot from a different start address when it powers on to avoid this conflict?

0