Dear tagerud@gmail.com,
All the Kinetis Devices has the SRAM memory partitioned this way, in the case of the K series the reason is shown in the next application note (Optimizing performance on Kinetis K-series MCUs AN4745):
All Kinetis K-series devices include two blocks of on-chip SRAM. The first block (SRAM_L) is mapped to the CODE bus, and the second block (SRAM_U) is mapped to the system bus. The memory itself can be accessed in a single cycle, but because instruction accesses to the system bus incurs a one clock delay at the core, SRAM_U instruction accesses take at least two clocks.
And for example in the KL8x, In LLS2 and VLLS2 the 32KB region of SRAM_U based at 0x2000_0000 are powered.
So this is a convention in the Kinetis MCUs.
I hope this information helps you.
Best Regards,
Alexis Andalon