via-rhine.txt 505 B

1234567891011121314151617
  1. * VIA Rhine 10/100 Network Controller
  2. Required properties:
  3. - compatible : Should be "via,vt8500-rhine" for integrated
  4. Rhine controllers found in VIA VT8500, WonderMedia WM8950
  5. and similar. These are listed as 1106:3106 rev. 0x84 on the
  6. virtual PCI bus under vendor-provided kernels
  7. - reg : Address and length of the io space
  8. - interrupts : Should contain the controller interrupt line
  9. Examples:
  10. ethernet@d8004000 {
  11. compatible = "via,vt8500-rhine";
  12. reg = <0xd8004000 0x100>;
  13. interrupts = <10>;
  14. };