Skip to content

Commit 162552f

Browse files
Paweł AnikielDinh Nguyen
authored andcommitted
ARM: dts: socfpga: Add atsha204a node to Mercury+ AA1 dts
Add atsha204a node to Mercury+ AA1 dts Signed-off-by: Paweł Anikiel <pan@semihalf.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent cfdb455 commit 162552f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
2+
/*
3+
* Copyright 2022 Google LLC
4+
*/
25

36
#include "socfpga_arria10.dtsi"
47

@@ -54,6 +57,11 @@
5457
};
5558

5659
&i2c1 {
60+
atsha204a: crypto@64 {
61+
compatible = "atmel,atsha204a";
62+
reg = <0x64>;
63+
};
64+
5765
isl12022: isl12022@6f {
5866
compatible = "isil,isl12022";
5967
reg = <0x6f>;

0 commit comments

Comments
 (0)