Commit 79b0154f authored by Grzegorz Swiderski's avatar Grzegorz Swiderski Committed by Anas Nashif
Browse files

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: default avatarGrzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
parent fa2240ba
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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>;