1/*
2 * Copyright (c) 2024 TOKITA Hiroshi
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* ROM Registers start at address 0x00000400 */
8. = 0x400;
9KEEP(*(.rom_registers*))
10/* Reserving 0x100 bytes of space for ROM registers. */
11. = 0x500;
12