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:
parent
fa2240ba31
commit
79b0154f5e
2 changed files with 0 additions and 6 deletions
|
|
@ -12,11 +12,6 @@ description: |
|
|||
include: base.yaml
|
||||
|
||||
properties:
|
||||
cpu:
|
||||
type: int
|
||||
description: |
|
||||
Processor ID of the VPR core.
|
||||
|
||||
execution-memory:
|
||||
type: phandle
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -588,7 +588,6 @@
|
|||
compatible = "nordic,nrf-vpr-coprocessor";
|
||||
reg = <0x908000 0x1000>;
|
||||
status = "disabled";
|
||||
cpu = <13>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x908000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue