Lines Matching +full:sun9i +full:- +full:a80 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/crypto/allwinner,sun8i-ss.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Corentin Labbe <corentin.labbe@gmail.com>
15 - allwinner,sun8i-a83t-crypto
16 - allwinner,sun9i-a80-crypto
26 - description: Bus clock
27 - description: Module clock
29 clock-names:
31 - const: bus
32 - const: mod
38 - compatible
39 - reg
40 - interrupts
41 - clocks
42 - clock-names
43 - resets
48 - |
49 #include <dt-bindings/interrupt-controller/arm-gic.h>
50 #include <dt-bindings/clock/sun8i-a83t-ccu.h>
51 #include <dt-bindings/reset/sun8i-a83t-ccu.h>
54 compatible = "allwinner,sun8i-a83t-crypto";
57 resets = <&ccu RST_BUS_SS>;
58 clocks = <&ccu CLK_BUS_SS>, <&ccu CLK_SS>;
59 clock-names = "bus", "mod";