Lines Matching +full:ahci +full:- +full:compatible
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>
14 compatible:
15 const: allwinner,sun8i-r40-ahci
22 - description: AHCI Bus Clock
23 - description: AHCI Module Clock
31 reset-names:
32 const: ahci
34 ahci-supply:
35 description: Regulator for the AHCI controller
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>
56 ahci: sata@1c18000 {
57 compatible = "allwinner,sun8i-r40-ahci";
62 reset-names = "ahci";
63 ahci-supply = <®_dldo4>;
64 phy-supply = <®_eldo3>;