18c2ecf20Sopenharmony_ciDevice tree binding for the TI DA850 AHCI SATA Controller
28c2ecf20Sopenharmony_ci---------------------------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci  - compatible: must be "ti,da850-ahci"
68c2ecf20Sopenharmony_ci  - reg: physical base addresses and sizes of the two register regions
78c2ecf20Sopenharmony_ci         used by the controller: the register map as defined by the
88c2ecf20Sopenharmony_ci         AHCI 1.1 standard and the Power Down Control Register (PWRDN)
98c2ecf20Sopenharmony_ci         for enabling/disabling the SATA clock receiver
108c2ecf20Sopenharmony_ci  - interrupts: interrupt specifier (refer to the interrupt binding)
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	sata: sata@218000 {
158c2ecf20Sopenharmony_ci		compatible = "ti,da850-ahci";
168c2ecf20Sopenharmony_ci		reg = <0x218000 0x2000>, <0x22c018 0x4>;
178c2ecf20Sopenharmony_ci		interrupts = <67>;
188c2ecf20Sopenharmony_ci	};
19