Tomasz Figa | 0b8bf1b | 2013-05-20 09:16:58 +0000 | [diff] [blame] | 1 | Davicom DM9000 Fast Ethernet controller |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible = "davicom,dm9000"; |
| 5 | - reg : physical addresses and sizes of registers, must contain 2 entries: |
| 6 | first entry : address register, |
| 7 | second entry : data register. |
| 8 | - interrupt-parent : interrupt controller to which the device is connected |
| 9 | - interrupts : interrupt specifier specific to interrupt controller |
| 10 | |
| 11 | Optional properties: |
Tomasz Figa | 0b8bf1b | 2013-05-20 09:16:58 +0000 | [diff] [blame] | 12 | - davicom,no-eeprom : Configuration EEPROM is not available |
| 13 | - davicom,ext-phy : Use external PHY |
| 14 | |
| 15 | Example: |
| 16 | |
| 17 | ethernet@18000000 { |
| 18 | compatible = "davicom,dm9000"; |
| 19 | reg = <0x18000000 0x2 0x18000004 0x2>; |
| 20 | interrupt-parent = <&gpn>; |
| 21 | interrupts = <7 4>; |
| 22 | local-mac-address = [00 00 de ad be ef]; |
| 23 | davicom,no-eeprom; |
| 24 | }; |