dts: nordic: Remove cpu property from VPR nodes

It's a superfluous value which used to be required by tooling, but now
we can remove it.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-08-05 12:47:44 +02:00 committed by Anas Nashif
parent fa2240ba31
commit 79b0154f5e
2 changed files with 0 additions and 6 deletions

View file

@ -12,11 +12,6 @@ description: |
include: base.yaml include: base.yaml
properties: properties:
cpu:
type: int
description: |
Processor ID of the VPR core.
execution-memory: execution-memory:
type: phandle type: phandle
required: true required: true

View file

@ -588,7 +588,6 @@
compatible = "nordic,nrf-vpr-coprocessor"; compatible = "nordic,nrf-vpr-coprocessor";
reg = <0x908000 0x1000>; reg = <0x908000 0x1000>;
status = "disabled"; status = "disabled";
cpu = <13>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x0 0x908000 0x1000>; ranges = <0x0 0x908000 0x1000>;