dts: bindings: retained_mem: Add address and size cell values

Adds address and size cell constant values of 1 each.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-04-21 07:48:18 +01:00 committed by Carles Cufí
commit 7ad855c378
2 changed files with 13 additions and 0 deletions

View file

@ -8,5 +8,11 @@ compatible: "nordic,nrf-gpregret"
include: base.yaml
properties:
"#address-cells":
const: 1
"#size-cells":
const: 1
reg:
required: true

View file

@ -6,3 +6,10 @@ description: Unitialised RAM-based retained memory area.
compatible: "zephyr,retained-ram"
include: base.yaml
properties:
"#address-cells":
const: 1
"#size-cells":
const: 1