Path: blob/master/Documentation/devicetree/bindings/ata/apm,xgene-ahci.yaml
26308 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>1011allOf:12- $ref: ahci-common.yaml#1314properties:15compatible:16enum:17- apm,xgene-ahci18- apm,xgene-ahci-pcie1920reg:21minItems: 422items:23- description: AHCI memory resource24- description: Host controller core25- description: Host controller diagnostic26- description: Host controller AXI27- description: Host controller MUX2829interrupts:30maxItems: 13132clocks:33maxItems: 13435required:36- compatible37- clocks38- phys39- phy-names4041unevaluatedProperties: false4243examples:44- |45sata@1a400000 {46compatible = "apm,xgene-ahci";47reg = <0x1a400000 0x1000>,48<0x1f220000 0x1000>,49<0x1f22d000 0x1000>,50<0x1f22e000 0x1000>,51<0x1f227000 0x1000>;52clocks = <&sataclk 0>;53dma-coherent;54interrupts = <0x0 0x87 0x4>;55phys = <&phy2 0>;56phy-names = "sata-phy";57};585960