1# Copyright (c) 2021 Gerson Fernando Budke <nandojve@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4include: cpu.yaml
5
6properties:
7  mmu-type:
8    description: Memory Management Unit (MMU)
9    type: string
10    enum:
11      - riscv,sv32
12      - riscv,sv39
13      - riscv,sv48
14      - riscv,none
15
16  riscv,isa:
17    description: RISC-V instruction set architecture
18    required: true
19    type: string
20