Angelo Durgehello | b0c70a3 | 2019-11-15 23:54:18 +0100 | [diff] [blame] | 1 | * Freescale ColdFire FEC ethernet controller |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: should be "fsl,mcf-fec" |
| 5 | - reg: address and length of the register set for the device. |
| 6 | |
| 7 | Optional properties: |
| 8 | - mii-base: index of FEC reg area, 0 for FEC0, 1 for FEC1 |
| 9 | - max-speed: max speedm Mbits/sec |
| 10 | - phy-addr: phy address |
| 11 | - timeout-loop: integer value for driver loops time out |
| 12 | |
| 13 | |
| 14 | Example: |
| 15 | |
| 16 | fec0: ethernet@fc030000 { |
| 17 | compatible = "fsl,mcf-fec"; |
| 18 | reg = <0xfc030000 0x400>; |
| 19 | mii-base = <0>; |
| 20 | phy-addr = <0>; |
| 21 | timeout-loop = <5000>; |
| 22 | }; |