nordic,nrf-vpr-coprocessor

Vendor: Nordic Semiconductor

Note

An implementation of a driver matching this compatible is available in drivers/misc/nordic_vpr_launcher/nordic_vpr_launcher.c.

Description

VPR coprocessor

VPR is a RISC-V CPU implementation. VPR instances are exposed to other CPUs as
peripherals.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

execution-memory

phandle

Memory area from which the VPR code will execute.
If not specified, the VPR coprocessor will not be launched automatically
by the nordic_vpr_launcher driver when the node is enabled. In such case,
the launching is supposed to be done explicitly by the user code, in some
custom way presumably.

source-memory

phandle

Memory area or partition from which the VPR code will be loaded.

pinctrl-0

phandles

Pin configuration/s for the first state. Content is specific to the
selected pin controller driver implementation.

pinctrl-1

phandles

Pin configuration/s for the second state. See pinctrl-0.

pinctrl-2

phandles

Pin configuration/s for the third state. See pinctrl-0.

pinctrl-3

phandles

Pin configuration/s for the fourth state. See pinctrl-0.

pinctrl-4

phandles

Pin configuration/s for the fifth state. See pinctrl-0.

pinctrl-names

string-array

Names for the provided states. The number of names needs to match the
number of states.