mirror of
https://github.com/revyos/thead-opensbi.git
synced 2026-06-21 09:12:28 +02:00
10 lines
190 B
C
10 lines
190 B
C
|
|
#ifndef APSYS_RSTGEN_REG_OFFSET_DEFINE_H
|
|
#define APSYS_RSTGEN_REG_OFFSET_DEFINE_H
|
|
|
|
#define APSYS_RSTGEN_BASE 0xFFFF014000
|
|
|
|
#define REG_C910_SWRST (APSYS_RSTGEN_BASE + 0x1004)
|
|
|
|
#endif
|