Skip to content

Commit

Permalink
dts: sama5d2: add sfc node for the secure fuse controller
Browse files Browse the repository at this point in the history
Add the definition of the atmel_sfc controller in the sama5d2 device-tree.

Signed-off-by: Clément Léger <[email protected]>
Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
clementleger authored and tprrt committed Nov 28, 2023
1 parent 5a3b195 commit aac275e
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 @@ -737,6 +737,16 @@
secure-status = "okay";
};

sfc: sfc@f804c000 {
compatible = "atmel,sama5d2-sfc";
reg = <0xf804c000 0x64>;
read-only;
status = "disabled";
secure-status = "okay";
#address-cells = <1>;
#size-cells = <1>;
};

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

0 comments on commit aac275e

Please sign in to comment.