Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/rt5645...
[cascardo/linux.git] / Documentation / devicetree / bindings / ata / sata_rcar.txt
1 * Renesas R-Car SATA
2
3 Required properties:
4 - compatible            : should contain one of the following:
5                           - "renesas,sata-r8a7779" for R-Car H1
6                           - "renesas,sata-r8a7790-es1" for R-Car H2 ES1
7                           - "renesas,sata-r8a7790" for R-Car H2 other than ES1
8                           - "renesas,sata-r8a7791" for R-Car M2-W
9                           - "renesas,sata-r8a7793" for R-Car M2-N
10 - reg                   : address and length of the SATA registers;
11 - interrupts            : must consist of one interrupt specifier.
12
13 Example:
14
15 sata: sata@fc600000 {
16         compatible = "renesas,sata-r8a7779";
17         reg = <0xfc600000 0x2000>;
18         interrupt-parent = <&gic>;
19         interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
20 };