xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/cirrus,cs89x0.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* Cirrus Logic CS8900/CS8920 Network Controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible	: Should be "cirrus,cs8900" or "cirrus,cs8920".
5*4882a593Smuzhiyun- reg		: Address and length of the IO space.
6*4882a593Smuzhiyun- interrupts	: Should contain the controller interrupt line.
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunExamples:
9*4882a593Smuzhiyun	eth0: eth@10000000 {
10*4882a593Smuzhiyun		compatible = "cirrus,cs8900";
11*4882a593Smuzhiyun		reg = <0x10000000 0x400>;
12*4882a593Smuzhiyun		interrupts = <10>;
13*4882a593Smuzhiyun	};
14