diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2014-02-18 17:46:50 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-02-19 16:36:13 -0500 |
| commit | c89b5c65c08116cef4b80f2903cb452ca0e20cee (patch) | |
| tree | 3479c8760457f41cede3556ca1e8a4538e73f73f /Documentation | |
| parent | 2e99c07fbe9d823147190753b4d762ec1e31202e (diff) | |
net: ethoc: document OF bindings
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/net/opencores-ethoc.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/opencores-ethoc.txt b/Documentation/devicetree/bindings/net/opencores-ethoc.txt new file mode 100644 index 000000000000..2dc127c30d9b --- /dev/null +++ b/Documentation/devicetree/bindings/net/opencores-ethoc.txt | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | * OpenCores MAC 10/100 Mbps | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: Should be "opencores,ethoc". | ||
| 5 | - reg: two memory regions (address and length), | ||
| 6 | first region is for the device registers and descriptor rings, | ||
| 7 | second is for the device packet memory. | ||
| 8 | - interrupts: interrupt for the device. | ||
| 9 | |||
| 10 | Optional properties: | ||
| 11 | - clocks: phandle to refer to the clk used as per | ||
| 12 | Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
| 13 | |||
| 14 | Examples: | ||
| 15 | |||
| 16 | enet0: ethoc@fd030000 { | ||
| 17 | compatible = "opencores,ethoc"; | ||
| 18 | reg = <0xfd030000 0x4000 0xfd800000 0x4000>; | ||
| 19 | interrupts = <1>; | ||
| 20 | local-mac-address = [00 50 c2 13 6f 00]; | ||
| 21 | clocks = <&osc>; | ||
| 22 | }; | ||
