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/arm64/freescale/qoriq-fman3-0-1g-4.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 BSD-3-Clause)
    2 /*
    3  * QorIQ FMan v3 1g port #4 device tree
    4  *
    5  * Copyright 2012-2015 Freescale Semiconductor Inc.
    6  *
    7  */
    8 
    9 fman@1a00000 {
   10         fman0_rx_0x0c: port@8c000 {
   11                 cell-index = <0xc>;
   12                 compatible = "fsl,fman-v3-port-rx";
   13                 reg = <0x8c000 0x1000>;
   14         };
   15 
   16         fman0_tx_0x2c: port@ac000 {
   17                 cell-index = <0x2c>;
   18                 compatible = "fsl,fman-v3-port-tx";
   19                 reg = <0xac000 0x1000>;
   20         };
   21 
   22         ethernet@e8000 {
   23                 cell-index = <4>;
   24                 compatible = "fsl,fman-memac";
   25                 reg = <0xe8000 0x1000>;
   26                 fsl,fman-ports = <&fman0_rx_0x0c &fman0_tx_0x2c>;
   27                 ptp-timer = <&ptp_timer0>;
   28                 pcsphy-handle = <&pcsphy4>;
   29         };
   30 
   31         mdio@e9000 {
   32                 #address-cells = <1>;
   33                 #size-cells = <0>;
   34                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
   35                 reg = <0xe9000 0x1000>;
   36 
   37                 pcsphy4: ethernet-phy@0 {
   38                         reg = <0x0>;
   39                 };
   40         };
   41 };

Cache object: 6c4c2aa23bf4acb2660cada2f7505060


[ 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.