Lines Matching +full:sun50i +full:- +full:h6 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/crypto/allwinner,sun8i-ce.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Corentin Labbe <clabbe.montjoie@gmail.com>
15 - allwinner,sun8i-h3-crypto
16 - allwinner,sun8i-r40-crypto
17 - allwinner,sun50i-a64-crypto
18 - allwinner,sun50i-h5-crypto
19 - allwinner,sun50i-h6-crypto
29 - description: Bus clock
30 - description: Module clock
31 - description: MBus clock
34 clock-names:
36 - const: bus
37 - const: mod
38 - const: ram
47 const: allwinner,sun50i-h6-crypto
52 clock-names:
58 clock-names:
62 - compatible
63 - reg
64 - interrupts
65 - clocks
66 - clock-names
67 - resets
72 - |
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
74 #include <dt-bindings/clock/sun50i-a64-ccu.h>
75 #include <dt-bindings/reset/sun50i-a64-ccu.h>
78 compatible = "allwinner,sun8i-h3-crypto";
81 clocks = <&ccu CLK_BUS_CE>, <&ccu CLK_CE>;
82 clock-names = "bus", "mod";
83 resets = <&ccu RST_BUS_CE>;