/* * config.h * * Copyright (C) 2019-2020 Sylvain Munaut * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once #define MISC_BASE 0x80000000 #define UART_BASE 0x81000000 #define SPI_BASE 0x82000000 #define LED_BASE 0x83000000 #define USB_CORE_BASE 0x84000000 #define USB_DATA_BASE 0x85000000