1# Copyright (c) 2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4compatible: "nordic,nrf-vpr-coprocessor" 5 6description: | 7 VPR coprocessor 8 9 VPR is a RISC-V CPU implementation. VPR instances are exposed to other CPUs as 10 peripherals. 11 12include: base.yaml 13 14properties: 15 execution-memory: 16 type: phandle 17 required: true 18 description: | 19 Memory area from which the VPR core will execute. 20 21 source-memory: 22 type: phandle 23 description: | 24 Memory area or partition from which the VPR code will be loaded. 25