Path: blob/master/Documentation/devicetree/bindings/ata/ti,dm816-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,dm816-ahci.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: TI DM816 AHCI SATA Controller78maintainers:9- Bartosz Golaszewski <brgl@bgdev.pl>1011allOf:12- $ref: ahci-common.yaml#1314properties:15compatible:16const: ti,dm816-ahci1718reg:19maxItems: 12021clocks:22items:23- description: functional clock24- description: external reference clock2526ti,hwmods:27const: sata2829required:30- compatible31- clocks3233unevaluatedProperties: false3435examples:36- |37sata@4a140000 {38compatible = "ti,dm816-ahci";39reg = <0x4a140000 0x10000>;40interrupts = <16>;41clocks = <&sysclk5_ck>, <&sata_refclk>;42};434445