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
26 - const: allwinner,sun8i-a33-crypto
28 - const: allwinner,sun8i-v3s-crypto
29 - const: allwinner,sun8i-a33-crypto
39 - description: Bus Clock
40 - description: Module Clock
65 - allwinner,sun6i-a31-crypto
66 - allwinner,sun8i-a33-crypto
73 additionalProperties: false
77 crypto: crypto-engine@1c15000 {
78 compatible = "allwinner,sun4i-a10-crypto";
79 reg = <0x01c15000 0x1000>;
81 clocks = <&ahb_gates 5>, <&ss_clk>;
82 clock-names = "ahb", "mod";