kernel/Documentation/devicetree/bindings/crypto/atmel-crypto.txt
.. .. @@ -66,16 +66,3 @@ 66 66 dmas = <&dma1 2 17>; 67 67 dma-names = "tx"; 68 68 }; 69 -70 -* Eliptic Curve Cryptography (I2C)71 -72 -Required properties:73 -- compatible : must be "atmel,atecc508a".74 -- reg: I2C bus address of the device.75 -- clock-frequency: must be present in the i2c controller node.76 -77 -Example:78 -atecc508a@c0 {79 - compatible = "atmel,atecc508a";80 - reg = <0xC0>;81 -};