cirrus,cs89x0.txt 355 B

1234567891011121314
  1. * Cirrus Logic CS8900/CS8920 Network Controller
  2. Required properties:
  3. - compatible : Should be "cirrus,cs8900" or "cirrus,cs8920".
  4. - reg : Address and length of the IO space.
  5. - interrupts : Should contain the controller interrupt line.
  6. Examples:
  7. eth0: eth@10000000 {
  8. compatible = "cirrus,cs8900";
  9. reg = <0x10000000 0x400>;
  10. interrupts = <10>;
  11. };