Message ID | 20210701180633.4905-1-tharvey@gateworks.com |
---|---|
State | Accepted |
Commit | 5b9829e3092bcd3a61f2e3665f4631b2ab6d2048 |
Headers | show |
Series | ARM: dts: imx6qdl-gw5904: atecc508a support | expand |
On Thu, Jul 01, 2021 at 11:06:33AM -0700, Tim Harvey wrote: > Add one node for the Atmel ATECC508A 'CryptoAuthentication' i2c device. > > Signed-off-by: Tim Harvey <tharvey@gateworks.com> Applied, thanks!
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>;
Add one node for the Atmel ATECC508A 'CryptoAuthentication' i2c device. Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 5 +++++ 1 file changed, 5 insertions(+)