# SPDX-License-Identifier: MPL-2.0 SECTIONS { .zone 0xA000 : { *(.zone) *(zone) } .text 0xE000 : { *(.text) } .float 0xE000 : { *(.float) *(float) } .vectors 0xF000 : { *(.vectors) } .data 0x7000 : { *(.data) } .bss : { *(.bss) } }