Skip to content

Commit

Permalink
dts: sama5d2: add huk node for the NVMEM hardware unique key
Browse files Browse the repository at this point in the history
Add the definition of the NVMEM HUK controller in the sama5d2
device tree.

Signed-off-by: Thomas Perrot <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
tprrt committed Mar 4, 2024
1 parent 902b17e commit ef75c09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/arch/arm/dts/sama5d2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@
reg = <0x0 0x4>;
bits = <0 7>;
};

sfc_dr0: cell@20 {
reg = <0x20 0x4>;
};
};

die_id: die_id {
Expand All @@ -758,6 +762,12 @@
nvmem-cell-names = "die_id";
};

huk: huk {
compatible = "optee,nvmem-huk";
nvmem-cells = <&sfc_dr0>;
nvmem-cell-names = "hw_unique_key";
};

i2s0: i2s@f8050000 {
compatible = "atmel,sama5d2-i2s";
reg = <0xf8050000 0x100>;
Expand Down

0 comments on commit ef75c09

Please sign in to comment.