diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
| commit | befddb21c845f8fb49e637997891ef97c6a869dc (patch) | |
| tree | 0e7629123184f2dd50291ad6d477b894175f0f26 /Documentation/devicetree/bindings/net/cdns-emac.txt | |
| parent | e716efde75267eab919cdb2bef5b2cb77f305326 (diff) | |
| parent | 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 (diff) | |
Merge tag 'v3.8-rc4' into irq/core
Merge Linux 3.8-rc4 before pulling in new commits - we were on an old v3.7 base.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net/cdns-emac.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/net/cdns-emac.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns-emac.txt b/Documentation/devicetree/bindings/net/cdns-emac.txt new file mode 100644 index 000000000000..09055c2495f0 --- /dev/null +++ b/Documentation/devicetree/bindings/net/cdns-emac.txt | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | * Cadence EMAC Ethernet controller | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: Should be "cdns,[<chip>-]{emac}" | ||
| 5 | Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. | ||
| 6 | or the generic form: "cdns,emac". | ||
| 7 | - reg: Address and length of the register set for the device | ||
| 8 | - interrupts: Should contain macb interrupt | ||
| 9 | - phy-mode: String, operation mode of the PHY interface. | ||
| 10 | Supported values are: "mii", "rmii". | ||
| 11 | |||
| 12 | Optional properties: | ||
| 13 | - local-mac-address: 6 bytes, mac address | ||
| 14 | |||
| 15 | Examples: | ||
| 16 | |||
| 17 | macb0: ethernet@fffc4000 { | ||
| 18 | compatible = "cdns,at91rm9200-emac"; | ||
| 19 | reg = <0xfffc4000 0x4000>; | ||
| 20 | interrupts = <21>; | ||
| 21 | phy-mode = "rmii"; | ||
| 22 | local-mac-address = [3a 0e 03 04 05 06]; | ||
| 23 | }; | ||
