Skip to content

Commit

Permalink
ARM: dts: socfpga: Add atsha204a node to Mercury+ AA1 dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paweł Anikiel authored and Dinh Nguyen committed Jun 14, 2022
1 parent cfdb455 commit 162552f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright 2022 Google LLC
*/

#include "socfpga_arria10.dtsi"

Expand Down Expand Up @@ -54,6 +57,11 @@
};

&i2c1 {
atsha204a: crypto@64 {
compatible = "atmel,atsha204a";
reg = <0x64>;
};

isl12022: isl12022@6f {
compatible = "isil,isl12022";
reg = <0x6f>;
Expand Down

0 comments on commit 162552f

Please sign in to comment.