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]>
  • Loading branch information
tprrt committed Nov 30, 2023
1 parent d2cbdfb commit db7524b
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 db7524b

Please sign in to comment.