Skip to content

Commit

Permalink
dts: sama5d2: add NVMEM die-id node
Browse files Browse the repository at this point in the history
Add the definition of the nvmem_die_id controller in the sama5d2
device-tree.

Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Nov 30, 2023
1 parent aeab7e4 commit d2cbdfb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/arch/arm/dts/sama5d2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,17 @@
secure-status = "okay";
#address-cells = <1>;
#size-cells = <1>;

sfc_kr: cell@0 {
reg = <0x0 0x4>;
bits = <0 7>;
};
};

die_id: die_id {
compatible = "optee,nvmem-die-id";
nvmem-cells = <&sfc_kr>;
nvmem-cell-names = "die_id";
};

i2s0: i2s@f8050000 {
Expand Down

0 comments on commit d2cbdfb

Please sign in to comment.