1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/ata/allwinner,sun4i-a10-ahci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 AHCI SATA Controller bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 const: allwinner,sun4i-a10-ahci
22 - description: AHCI Bus Clock
23 - description: AHCI Module Clock
29 description: Regulator for SATA target power
37 additionalProperties: false
42 compatible = "allwinner,sun4i-a10-ahci";
43 reg = <0x01c18000 0x1000>;
45 clocks = <&pll6 0>, <&ahb_gates 25>;
46 target-supply = <®_ahci_5v>;