forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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
-};