blob: d292a4fd00e0d78acfeba64ed8afdfdffbbe30ef [file] [log] [blame]
Sylvain Munautf5d7bf22020-09-14 10:23:50 +02001/*
2 * config.h
3 *
4 * Copyright (C) 2019-2020 Sylvain Munaut <tnt@246tNt.com>
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7
8#pragma once
9
10#define SPI_FLASH_BASE 0x80000000
11#define UART_BASE 0x81000000
12#define LED_BASE 0x82000000
13#define USB_CORE_BASE 0x83000000
14#define USB_DATA_BASE 0x84000000
15#define E1_DATA_BASE 0x85000000
16#define DMA_BASE 0x86000000
17#define E1_CORE_BASE 0x87000000
18#define MISC_BASE 0x88000000
19#define SPI_LIU_BASE 0x89000000