diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-07-01 20:06:33 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-07-23 04:38:11 +0200 |
commit | 5b9829e3092bcd3a61f2e3665f4631b2ab6d2048 (patch) | |
tree | 969f3bca1ed0f514306fb7ac0e4b057cce736cad /arch/arm/boot/dts/imx6qdl-gw5904.dtsi | |
parent | ARM: dts: imx6qdl-gw5xxx: add missing USB OTG OC pinmux (diff) | |
download | linux-5b9829e3092bcd3a61f2e3665f4631b2ab6d2048.tar.xz linux-5b9829e3092bcd3a61f2e3665f4631b2ab6d2048.zip |
ARM: dts: imx6qdl-gw5904: atecc508a support
Add one node for the Atmel ATECC508A 'CryptoAuthentication' i2c device.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw5904.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; |