1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/ata/imx-sata.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX AHCI SATA Controller
13 The Freescale i.MX SATA controller mostly conforms to the AHCI interface
14 with some special extensions at integration level.
31 - description: sata clock
32 - description: sata reference clock
33 - description: ahb clock
41 fsl,transmit-level-mV:
42 $ref: /schemas/types.yaml#/definitions/uint32
43 description: transmit voltage level, in millivolts.
45 fsl,transmit-boost-mdB:
46 $ref: /schemas/types.yaml#/definitions/uint32
47 description: transmit boost level, in milli-decibels.
49 fsl,transmit-atten-16ths:
50 $ref: /schemas/types.yaml#/definitions/uint32
51 description: transmit attenuation, in 16ths.
54 $ref: /schemas/types.yaml#/definitions/uint32
55 description: receive equalisation, in milli-decibels.
57 fsl,no-spread-spectrum:
58 $ref: /schemas/types.yaml#/definitions/flag
59 description: if present, disable spread-spectrum clocking on the SATA link.
68 additionalProperties: false
72 #include <dt-bindings/clock/imx6qdl-clock.h>
73 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 compatible = "fsl,imx6q-ahci";
77 reg = <0x02200000 0x4000>;
78 interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
79 clocks = <&clks IMX6QDL_CLK_SATA>,
80 <&clks IMX6QDL_CLK_SATA_REF_100M>,
81 <&clks IMX6QDL_CLK_AHB>;
82 clock-names = "sata", "sata_ref", "ahb";