Path: blob/master/Documentation/devicetree/bindings/ata/allwinner,sun4i-a10-ahci.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/ata/allwinner,sun4i-a10-ahci.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A10 AHCI SATA Controller78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112properties:13compatible:14const: allwinner,sun4i-a10-ahci1516reg:17maxItems: 11819clocks:20items:21- description: AHCI Bus Clock22- description: AHCI Module Clock2324interrupts:25maxItems: 12627target-supply:28description: Regulator for SATA target power2930required:31- compatible32- reg33- clocks34- interrupts3536additionalProperties: false3738examples:39- |40ahci: sata@1c18000 {41compatible = "allwinner,sun4i-a10-ahci";42reg = <0x01c18000 0x1000>;43interrupts = <56>;44clocks = <&pll6 0>, <&ahb_gates 25>;45target-supply = <®_ahci_5v>;46};474849