re-applies latest moonlight changes
This commit is contained in:
18
env/moonlight/platform.h
vendored
18
env/moonlight/platform.h
vendored
@ -16,6 +16,7 @@
|
||||
#include "minres/devices/aclint.h"
|
||||
#include "minres/devices/camera.h"
|
||||
#include "minres/devices/dma.h"
|
||||
#include "minres/devices/gen/sysctrl.h"
|
||||
#include "minres/devices/gpio.h"
|
||||
#include "minres/devices/i2s.h"
|
||||
#include "minres/devices/msg_if.h"
|
||||
@ -28,18 +29,25 @@
|
||||
#define APB_BASE 0xF0000000
|
||||
|
||||
#define gpio PERIPH(gpio_t, APB_BASE + 0x0000)
|
||||
#define uart PERIPH(uart_t, APB_BASE + 0x1000)
|
||||
#define uart PERIPH(uart_t, APB_BASE + 0x01000)
|
||||
#define timer PERIPH(timercounter_t, APB_BASE + 0x20000)
|
||||
#define aclint PERIPH(aclint_t, APB_BASE + 0x30000)
|
||||
#define irq PERIPH(irq_t, APB_BASE + 0x40000)
|
||||
#define sysctrl PERIPH(sysctrl_t, APB_BASE + 0x40000)
|
||||
#define qspi PERIPH(qspi_t, APB_BASE + 0x50000)
|
||||
#define i2s PERIPH(i2s_t, APB_BASE + 0x90000)
|
||||
#define camera PERIPH(camera_t, APB_BASE + 0xA0000)
|
||||
#define dma PERIPH(dma_t, APB_BASE + 0xB0000)
|
||||
#define msgif PERIPH(msgif_t, APB_BASE + 0xC0000)
|
||||
#define msgif PERIPH(mkcontrolclusterstreamcontroller_t, APB_BASE + 0xC0000)
|
||||
|
||||
#define XIP_START_LOC 0xE0040000
|
||||
#define RAM_START_LOC 0x80000000
|
||||
#include "minres/devices/fki_cluster_info.h"
|
||||
#include "minres/devices/flexki_messages.h"
|
||||
|
||||
#ifndef XIP_START_LOC
|
||||
#define XIP_START_LOC 0xE0000000
|
||||
#endif
|
||||
#ifndef RAM_START_LOC
|
||||
#define RAM_START_LOC 0xC0000000
|
||||
#endif
|
||||
|
||||
// Misc
|
||||
|
||||
|
Reference in New Issue
Block a user