Path: blob/master/Documentation/devicetree/bindings/ata/ti,da850-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/ti,da850-ahci.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: TI DA850 AHCI SATA Controller78maintainers:9- Animesh Agarwal <animeshagarwal28@gmail.com>1011properties:12compatible:13const: ti,da850-ahci1415reg:16items:17- description: Address and size of the register map as defined by the AHCI 1.1 standard.18- description:19Address and size of Power Down Control Register (PWRDN) for enabling/disabling the SATA clock20receiver.2122interrupts:23maxItems: 12425required:26- compatible27- reg28- interrupts2930additionalProperties: false3132examples:33- |34sata@218000 {35compatible = "ti,da850-ahci";36reg = <0x218000 0x2000>, <0x22c018 0x4>;37interrupts = <67>;38};394041