[PATCH v2 3/5] ARM: dts: socfpga: Add atsha204a node to Mercury+ AA1 dts

From: Paweł Anikiel
Date: Wed Jun 01 2022 - 11:48:13 EST


Add atsha204a node to Mercury+ AA1 dts

Signed-off-by: Paweł Anikiel <pan@xxxxxxxxxxxx>
---
arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi b/arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi
index b0d20101cd00..dd1bfa7e1a78 100644
--- a/arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
-
+/*
+ * Copyright 2022 Google LLC
+ */
#include "socfpga_arria10.dtsi"

/ {
@@ -54,6 +56,11 @@ phy3: ethernet-phy@3 {
};

&i2c1 {
+ atsha204a: crypto@64 {
+ compatible = "atmel,atsha204a";
+ reg = <0x64>;
+ };
+
isl12022: isl12022@6f {
compatible = "isil,isl12022";
reg = <0x6f>;
--
2.36.1.255.ge46751e96f-goog