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
35 - description: Bus Clock
36 - description: Module Clock
60 const: allwinner,sun6i-a31-crypto
67 additionalProperties: false
71 crypto: crypto-engine@1c15000 {
72 compatible = "allwinner,sun4i-a10-crypto";
73 reg = <0x01c15000 0x1000>;
75 clocks = <&ahb_gates 5>, <&ss_clk>;
76 clock-names = "ahb", "mod";