pata-arasan.txt 452 B

1234567891011121314151617
  1. * ARASAN PATA COMPACT FLASH CONTROLLER
  2. Required properties:
  3. - compatible: "arasan,cf-spear1340"
  4. - reg: Address range of the CF registers
  5. - interrupt-parent: Should be the phandle for the interrupt controller
  6. that services interrupts for this device
  7. - interrupt: Should contain the CF interrupt number
  8. Example:
  9. cf@fc000000 {
  10. compatible = "arasan,cf-spear1340";
  11. reg = <0xfc000000 0x1000>;
  12. interrupt-parent = <&vic1>;
  13. interrupts = <12>;
  14. };