xref: /freebsd/sys/contrib/device-tree/Bindings/ata/ahci-da850.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotDevice tree binding for the TI DA850 AHCI SATA Controller
2*c66ec88fSEmmanuel Vadot---------------------------------------------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot  - compatible: must be "ti,da850-ahci"
6*c66ec88fSEmmanuel Vadot  - reg: physical base addresses and sizes of the two register regions
7*c66ec88fSEmmanuel Vadot         used by the controller: the register map as defined by the
8*c66ec88fSEmmanuel Vadot         AHCI 1.1 standard and the Power Down Control Register (PWRDN)
9*c66ec88fSEmmanuel Vadot         for enabling/disabling the SATA clock receiver
10*c66ec88fSEmmanuel Vadot  - interrupts: interrupt specifier (refer to the interrupt binding)
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel VadotExample:
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot	sata: sata@218000 {
15*c66ec88fSEmmanuel Vadot		compatible = "ti,da850-ahci";
16*c66ec88fSEmmanuel Vadot		reg = <0x218000 0x2000>, <0x22c018 0x4>;
17*c66ec88fSEmmanuel Vadot		interrupts = <67>;
18*c66ec88fSEmmanuel Vadot	};
19