1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/crypto/allwinner,sun4i-a10-crypto.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Security System Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
16 - const: allwinner,sun4i-a10-crypto
18 - const: allwinner,sun5i-a13-crypto
19 - const: allwinner,sun4i-a10-crypto
21 - const: allwinner,sun6i-a31-crypto
22 - const: allwinner,sun4i-a10-crypto
24 - const: allwinner,sun7i-a20-crypto
25 - const: allwinner,sun4i-a10-crypto
27 - const: allwinner,sun8i-a33-crypto
37 - description: Bus Clock
38 - description: Module Clock
62 const: allwinner,sun6i-a31-crypto
69 additionalProperties: false
73 crypto: crypto-engine@1c15000 {
74 compatible = "allwinner,sun4i-a10-crypto";
75 reg = <0x01c15000 0x1000>;
77 clocks = <&ahb_gates 5>, <&ss_clk>;
78 clock-names = "ahb", "mod";