forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/crypto/atmel-crypto.txt
....@@ -66,16 +66,3 @@
6666 dmas = <&dma1 2 17>;
6767 dma-names = "tx";
6868 };
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
-};