Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / crypto / atmel-crypto.txt
index f2aab3dc2b523459f2f1a48c7a7360b31f6abc22..7de1a9674c7075d33833ccd2f310bd905d8ef4fe 100644 (file)
@@ -66,3 +66,16 @@ sha@f8034000 {
        dmas = <&dma1 2 17>;
        dma-names = "tx";
 };
+
+* Eliptic Curve Cryptography (I2C)
+
+Required properties:
+- compatible : must be "atmel,atecc508a".
+- reg: I2C bus address of the device.
+- clock-frequency: must be present in the i2c controller node.
+
+Example:
+atecc508a@C0 {
+       compatible = "atmel,atecc508a";
+       reg = <0xC0>;
+};