Path: blob/master/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml
29539 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/ata/apm,xgene-ahci.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: APM X-Gene 6.0 Gb/s SATA host controller78maintainers:9- Rob Herring <robh@kernel.org>1011properties:12compatible:13enum:14- apm,xgene-ahci15- apm,xgene-ahci-v21617reg:18minItems: 419items:20- description: AHCI memory resource21- description: Host controller core22- description: Host controller diagnostic23- description: Host controller AXI24- description: Host controller MUX2526interrupts:27maxItems: 12829clocks:30maxItems: 13132required:33- compatible3435unevaluatedProperties: false3637allOf:38- $ref: ahci-common.yaml#39- if:40properties:41compatible:42contains:43const: apm,xgene-ahci44then:45required:46- clocks47- phys48- phy-names4950examples:51- |52sata@1a400000 {53compatible = "apm,xgene-ahci";54reg = <0x1a400000 0x1000>,55<0x1f220000 0x1000>,56<0x1f22d000 0x1000>,57<0x1f22e000 0x1000>,58<0x1f227000 0x1000>;59clocks = <&sataclk 0>;60dma-coherent;61interrupts = <0x0 0x87 0x4>;62phys = <&phy2 0>;63phy-names = "sata-phy";64};656667