^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Davicom DM9000 Fast Ethernet controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible = "davicom,dm9000";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg : physical addresses and sizes of registers, must contain 2 entries:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) first entry : address register,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) second entry : data register.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) - interrupts : interrupt specifier specific to interrupt controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - davicom,no-eeprom : Configuration EEPROM is not available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) - davicom,ext-phy : Use external PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - reset-gpios : phandle of gpio that will be used to reset chip during probe
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - vcc-supply : phandle of regulator that will be used to enable power to chip
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) ethernet@18000000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) compatible = "davicom,dm9000";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) reg = <0x18000000 0x2 0x18000004 0x2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) interrupt-parent = <&gpn>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) interrupts = <7 4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) local-mac-address = [00 00 de ad be ef];
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) davicom,no-eeprom;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) vcc-supply = <ð0_power>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) };