ld.info: Output Section Region

Go forward to Output Section Phdr
Go backward to Output Section LMA
Go up to Output Section Attributes
Go to the top op ld

Output section region

   You can assign a section to a previously defined region of memory by
using `>REGION'.  *Note MEMORY::.
   Here is a simple example:
     MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 }
     SECTIONS { ROM : { *(.text) } >rom }