From 79b0154f5e8c580a0dd236121a8473ed4f1055df Mon Sep 17 00:00:00 2001 From: Grzegorz Swiderski Date: Mon, 5 Aug 2024 12:47:44 +0200 Subject: [PATCH] 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 --- dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml | 5 ----- dts/common/nordic/nrf54h20.dtsi | 1 - 2 files changed, 6 deletions(-) diff --git a/dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml b/dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml index 6be94dce25d..43deaeb6d3b 100644 --- a/dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml +++ b/dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml @@ -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 diff --git a/dts/common/nordic/nrf54h20.dtsi b/dts/common/nordic/nrf54h20.dtsi index f648bda89ef..3cfa4a99f6d 100644 --- a/dts/common/nordic/nrf54h20.dtsi +++ b/dts/common/nordic/nrf54h20.dtsi @@ -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>;