E21 Design.dts modifications for TIM execution

The default settings for the design.dts file are as shown below for the hello demo project. These settings target the flash.

/include/ “core.dts”
/ {
chosen {
metal,entry = <&L4 1 4194304>;
metal,boothart = <&L11>;
stdout-path = “/soc/serial@20000000:115200”;
metal,itim = <&L6 0 0>;
metal,ram = <&L5 0 0>;
};
};

When changing the configuration from flash to TIM the metal,entry value needs to be updated.

What value should I use for the last entry?

	metal,entry = <&L6 1 ???>;