Sorry Petervlna, pls ignore my previous comment, the picture was not the correct one. pls checkout the below one
Is it possible to partially overwrite 1 entry (e.g 64KB) by 4 others entries ( 16KB each) with different properties
e.g: like this
First:
0x40060000 -> 0x4006FFFF - 64KB - Cache_Inhibit
Then:
0x40060000 -> 0x40064000 - 16KB - Cachable
0x40064000 -> 0x40068000 - 16KB - Cache_Inhibit
0x40068000 -> 0x4006C000 - 16KB - Cache_Inhibit
0x4006C000 -> 0x4006FFFF - 16KB - Cache_Inhibit

Thank you