From bb6e30605cf81ec574327351b60b4575e7ee292d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20L=C3=A9ger?= Date: Mon, 27 Mar 2023 14:52:08 +0200 Subject: [PATCH] dts: sama5d2: add sfc node for the secure fuse controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the definition of the atmel_sfc controller in the sama5d2 device-tree. Signed-off-by: Clément Léger Signed-off-by: Thomas Perrot --- core/arch/arm/dts/sama5d2.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/arch/arm/dts/sama5d2.dtsi b/core/arch/arm/dts/sama5d2.dtsi index 1a0429287a9..56c4dd5ca97 100644 --- a/core/arch/arm/dts/sama5d2.dtsi +++ b/core/arch/arm/dts/sama5d2.dtsi @@ -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>;