Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / net / cirrus,cs89x0.txt
1 * Cirrus Logic CS8900/CS8920 Network Controller
2
3 Required properties:
4 - compatible    : Should be "cirrus,cs8900" or "cirrus,cs8920".
5 - reg           : Address and length of the IO space.
6 - interrupts    : Should contain the controller interrupt line.
7
8 Examples:
9         eth0: eth@10000000 {
10                 compatible = "cirrus,cs8900";
11                 reg = <0x10000000 0x400>;
12                 interrupts = <10>;
13         };