marvell.txt 353 B

12345678910111213141516
  1. * Marvell Orion SATA
  2. Required Properties:
  3. - compatibility : "marvell,orion-sata"
  4. - reg : Address range of controller
  5. - interrupts : Interrupt controller is using
  6. - nr-ports : Number of SATA ports in use.
  7. Example:
  8. sata@80000 {
  9. compatible = "marvell,orion-sata";
  10. reg = <0x80000 0x5000>;
  11. interrupts = <21>;
  12. nr-ports = <2>;
  13. }