SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-rproc.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __SUN8IW21_REG_RPROC_H__
4#define __SUN8IW21_REG_RPROC_H__
5
6#define RISCV_CFG_BASE (0x06010000) // Base address for RISC-V configuration
7#define RISCV_STA_ADD_REG (RISCV_CFG_BASE + 0x0204)// Register address for RISC-V start address
8
9#endif// __SUN8IW21_REG_RPROC_H__