From: Tim Harvey Date: Thu, 1 Jul 2021 18:06:33 +0000 (-0700) Subject: ARM: dts: imx6qdl-gw5904: atecc508a support X-Git-Tag: v5.15-rc1~140^2~9^2~20 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b9829e3092bcd3a61f2e3665f4631b2ab6d2048;p=tomoyo%2Ftomoyo-test1.git ARM: dts: imx6qdl-gw5904: atecc508a support Add one node for the Atmel ATECC508A 'CryptoAuthentication' i2c device. Signed-off-by: Tim Harvey Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-gw5904.dtsi b/arch/arm/boot/dts/imx6qdl-gw5904.dtsi index 304f3fb88fab..612b6e068e28 100644 --- a/arch/arm/boot/dts/imx6qdl-gw5904.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw5904.dtsi @@ -467,6 +467,11 @@ }; }; + crypto@60 { + compatible = "atmel,atecc508a"; + reg = <0x60>; + }; + imu@6a { compatible = "st,lsm9ds1-imu"; reg = <0x6a>;