CPU specific configuration for the Gaisler NOEL-V. More...
CPU specific configuration for the Gaisler NOEL-V.
Definition in file cpu_conf.h.
#include "cpu_conf_common.h"#include "vendor/clint.h"#include "vendor/plic.h"
Include dependency graph for cpu_conf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | CLINT_BASE_ADDR (0xe0000000UL) |
| Base address of the RISC-V ACLINT (CLINT) | |
| #define | PLIC_CTRL_ADDR (0xf8000000UL) |
| Base address of the PLIC. | |
| #define | PLIC_NUM_INTERRUPTS (31U) |
| Number of interrupt sources in the PLIC. | |
| #define | PLIC_NUM_PRIORITIES (7U) |
| Number of priority levels in the PLIC. | |
| #define | NUM_PMP_ENTRIES (16) |
| Number of available PMP regions. | |
| #define | RTC_FREQ (20000000UL) |
| MTIME clock frequency of the ACLINT. | |
| #define CLINT_BASE_ADDR (0xe0000000UL) |
Base address of the RISC-V ACLINT (CLINT)
Definition at line 29 of file cpu_conf.h.
| #define NUM_PMP_ENTRIES (16) |
Number of available PMP regions.
Definition at line 52 of file cpu_conf.h.
| #define PLIC_CTRL_ADDR (0xf8000000UL) |
Base address of the PLIC.
Definition at line 35 of file cpu_conf.h.
| #define PLIC_NUM_INTERRUPTS (31U) |
Number of interrupt sources in the PLIC.
Definition at line 41 of file cpu_conf.h.
| #define PLIC_NUM_PRIORITIES (7U) |
Number of priority levels in the PLIC.
Definition at line 47 of file cpu_conf.h.
| #define RTC_FREQ (20000000UL) |
MTIME clock frequency of the ACLINT.
GRLIB ACLINT runs mtime at CLOCK_CORECLOCK / 2. Must match CONFIG_ZTIMER_USEC_BASE_FREQ in board.h.
Definition at line 60 of file cpu_conf.h.