Path: blob/master/Documentation/devicetree/bindings/ata/fsl,imx-pata.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/fsl,imx-pata.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Freescale i.MX PATA Controller78maintainers:9- Animesh Agarwal <animeshagarwal28@gmail.com>1011properties:12compatible:13oneOf:14- items:15- enum:16- fsl,imx31-pata17- fsl,imx51-pata18- const: fsl,imx27-pata19- const: fsl,imx27-pata2021reg:22maxItems: 12324interrupts:25items:26- description: PATA Controller interrupts2728clocks:29items:30- description: PATA Controller clocks3132additionalProperties: false3334examples:35- |36pata: pata@83fe0000 {37compatible = "fsl,imx51-pata", "fsl,imx27-pata";38reg = <0x83fe0000 0x4000>;39interrupts = <70>;40clocks = <&clks 161>;41};424344