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 Feb 29, 2024
1 parent 78ff2c5 commit e3b1ae4
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 e3b1ae4

Please sign in to comment.