The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/sama5d3xmb_gmac.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-or-later
    2 /*
    3  * sama5d3xmb_gmac.dtsi - Device Tree Include file for SAMA5D3x motherboard
    4  * Gigabit Ethernet
    5  *
    6  *  Copyright (C) 2016 Atmel,
    7  */
    8 
    9 / {
   10         ahb {
   11                 apb {
   12                         macb0: ethernet@f0028000 {
   13                                 phy-mode = "rgmii";
   14                                 #address-cells = <1>;
   15                                 #size-cells = <0>;
   16 
   17                                 ethernet-phy@1 {
   18                                         reg = <0x1>;
   19                                         interrupt-parent = <&pioB>;
   20                                         interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
   21                                         txen-skew-ps = <800>;
   22                                         txc-skew-ps = <3000>;
   23                                         rxdv-skew-ps = <400>;
   24                                         rxc-skew-ps = <3000>;
   25                                         rxd0-skew-ps = <400>;
   26                                         rxd1-skew-ps = <400>;
   27                                         rxd2-skew-ps = <400>;
   28                                         rxd3-skew-ps = <400>;
   29                                 };
   30 
   31                                 ethernet-phy@7 {
   32                                         reg = <0x7>;
   33                                         interrupt-parent = <&pioB>;
   34                                         interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
   35                                         txen-skew-ps = <800>;
   36                                         txc-skew-ps = <3000>;
   37                                         rxdv-skew-ps = <400>;
   38                                         rxc-skew-ps = <3000>;
   39                                         rxd0-skew-ps = <400>;
   40                                         rxd1-skew-ps = <400>;
   41                                         rxd2-skew-ps = <400>;
   42                                         rxd3-skew-ps = <400>;
   43                                 };
   44                         };
   45                 };
   46         };
   47 };

Cache object: a627d8636d95ec59f68ff6394b7b5ae1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.