dts: bindings: arm: nordic,nrf-ficr: add #nordic,ficr-cells

Add a new #nordic,ficr-cells property, so that we can specify a FICR
offset in a phandle-array, e.g.

  nordic,ficrs = <&ficr 0xff>;

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-11-20 23:34:32 +01:00 committed by Fabio Baltieri
parent 6ec2dbf8ee
commit ed0fc03f67
13 changed files with 20 additions and 0 deletions

View file

@ -24,6 +24,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -28,6 +28,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -32,6 +32,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -36,6 +36,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -37,6 +37,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -32,6 +32,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -36,6 +36,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -32,6 +32,7 @@
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -41,6 +41,7 @@
ficr: ficr@ff0000 {
compatible = "nordic,nrf-ficr";
reg = <0xff0000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -35,6 +35,7 @@
ficr: ficr@1ff0000 {
compatible = "nordic,nrf-ficr";
reg = <0x01ff0000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -51,6 +51,7 @@
ficr: ficr@ffc000 {
compatible = "nordic,nrf-ficr";
reg = <0xffc000 0x1000>;
#nordic,ficr-cells = <1>;
};
sram0: memory@20000000 {

View file

@ -91,6 +91,7 @@
ficr: ficr@ff0000 {
compatible = "nordic,nrf-ficr";
reg = <0xff0000 0x1000>;
#nordic,ficr-cells = <1>;
status = "okay";
};

View file

@ -7,3 +7,11 @@ include: base.yaml
properties:
reg:
required: true
"#nordic,ficr-cells":
type: int
required: true
const: 1
nordic,ficr-cells:
- offset