1 Davicom DM9000 Fast Ethernet controller
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
12 - local-mac-address : A bytestring of 6 bytes specifying Ethernet MAC address
13 to use (from firmware or bootloader)
14 - davicom,no-eeprom : Configuration EEPROM is not available
15 - davicom,ext-phy : Use external PHY
20 compatible = "davicom,dm9000";
21 reg = <0x18000000 0x2 0x18000004 0x2>;
22 interrupt-parent = <&gpn>;
24 local-mac-address = [00 00 de ad be ef];