1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nordic Semiconductor RISC-V VPR CPU 5 6compatible: "nordic,vpr" 7 8include: riscv,cpus.yaml 9 10properties: 11 nordic,bus-width: 12 type: int 13 enum: 14 - 32 15 - 64 16 required: true 17 description: 18 Bus width of the CPU. 19