xref: /freebsd/sys/contrib/device-tree/Bindings/net/cirrus,cs89x0.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Cirrus Logic CS8900/CS8920 Network Controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible	: Should be "cirrus,cs8900" or "cirrus,cs8920".
5*c66ec88fSEmmanuel Vadot- reg		: Address and length of the IO space.
6*c66ec88fSEmmanuel Vadot- interrupts	: Should contain the controller interrupt line.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExamples:
9*c66ec88fSEmmanuel Vadot	eth0: eth@10000000 {
10*c66ec88fSEmmanuel Vadot		compatible = "cirrus,cs8900";
11*c66ec88fSEmmanuel Vadot		reg = <0x10000000 0x400>;
12*c66ec88fSEmmanuel Vadot		interrupts = <10>;
13*c66ec88fSEmmanuel Vadot	};
14