Lines Matching +full:sun8i +full:- +full:r40 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/ata/allwinner,sun8i-r40-ahci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner R40 AHCI SATA Controller
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 const: allwinner,sun8i-r40-ahci
22 - description: AHCI Bus Clock
23 - description: AHCI Module Clock
31 reset-names:
34 ahci-supply:
37 phy-supply:
41 - compatible
42 - reg
43 - clocks
44 - interrupts
45 - resets
46 - reset-names
51 - |
52 #include <dt-bindings/interrupt-controller/arm-gic.h>
53 #include <dt-bindings/clock/sun8i-r40-ccu.h>
54 #include <dt-bindings/reset/sun8i-r40-ccu.h>
57 compatible = "allwinner,sun8i-r40-ahci";
60 clocks = <&ccu CLK_BUS_SATA>, <&ccu CLK_SATA>;
61 resets = <&ccu RST_BUS_SATA>;
62 reset-names = "ahci";
63 ahci-supply = <®_dldo4>;
64 phy-supply = <®_eldo3>;