~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/net/davinci_emac.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 * Texas Instruments Davinci EMAC
  2 
  3 This file provides information, what the device node
  4 for the davinci_emac interface contains.
  5 
  6 Required properties:
  7 - compatible: "ti,davinci-dm6467-emac", "ti,am3517-emac" or
  8   "ti,dm816-emac"
  9 - reg: Offset and length of the register set for the device
 10 - ti,davinci-ctrl-reg-offset: offset to control register
 11 - ti,davinci-ctrl-mod-reg-offset: offset to control module register
 12 - ti,davinci-ctrl-ram-offset: offset to control module ram
 13 - ti,davinci-ctrl-ram-size: size of control module ram
 14 - interrupts: interrupt mapping for the davinci emac interrupts sources:
 15               4 sources: <Receive Threshold Interrupt
 16                           Receive Interrupt
 17                           Transmit Interrupt
 18                           Miscellaneous Interrupt>
 19 
 20 Optional properties:
 21 - phy-handle: See ethernet.txt file in the same directory.
 22               If absent, davinci_emac driver defaults to 100/FULL.
 23 - ti,davinci-rmii-en: 1 byte, 1 means use RMII
 24 - ti,davinci-no-bd-ram: boolean, does EMAC have BD RAM?
 25 
 26 The MAC address will be determined using the optional properties
 27 defined in ethernet.txt.
 28 
 29 Example (enbw_cmc board):
 30         eth0: emac@1e20000 {
 31                 compatible = "ti,davinci-dm6467-emac";
 32                 reg = <0x220000 0x4000>;
 33                 ti,davinci-ctrl-reg-offset = <0x3000>;
 34                 ti,davinci-ctrl-mod-reg-offset = <0x2000>;
 35                 ti,davinci-ctrl-ram-offset = <0>;
 36                 ti,davinci-ctrl-ram-size = <0x2000>;
 37                 local-mac-address = [ 00 00 00 00 00 00 ];
 38                 interrupts = <33
 39                                 34
 40                                 35
 41                                 36
 42                                 >;
 43                 interrupt-parent = <&intc>;
 44         };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php