Skip to content

Commit 818d49a

Browse files
shcgitdavem330
authored andcommitted
dt: bindings: Add bindings for Cirrus Logic CS89x0 ethernet chip
Add device tree binding documentation details for Cirrus Logic CS8900/CS8920 ethernet chip. Signed-off-by: Alexander Shiyan <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d3cf8fd commit 818d49a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
};

0 commit comments

Comments
 (0)