18c2ecf20Sopenharmony_ci* Cirrus Logic CS8900/CS8920 Network Controller
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible	: Should be "cirrus,cs8900" or "cirrus,cs8920".
58c2ecf20Sopenharmony_ci- reg		: Address and length of the IO space.
68c2ecf20Sopenharmony_ci- interrupts	: Should contain the controller interrupt line.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExamples:
98c2ecf20Sopenharmony_ci	eth0: eth@10000000 {
108c2ecf20Sopenharmony_ci		compatible = "cirrus,cs8900";
118c2ecf20Sopenharmony_ci		reg = <0x10000000 0x400>;
128c2ecf20Sopenharmony_ci		interrupts = <10>;
138c2ecf20Sopenharmony_ci	};
14