imx-pata.txt 412 B

1234567891011121314151617
  1. * Freescale i.MX PATA Controller
  2. Required properties:
  3. - compatible: "fsl,imx27-pata"
  4. - reg: Address range of the PATA Controller
  5. - interrupts: The interrupt of the PATA Controller
  6. - clocks: the clocks for the PATA Controller
  7. Example:
  8. pata: pata@83fe0000 {
  9. compatible = "fsl,imx51-pata", "fsl,imx27-pata";
  10. reg = <0x83fe0000 0x4000>;
  11. interrupts = <70>;
  12. clocks = <&clks 161>;
  13. status = "disabled";
  14. };