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-10g-1.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 10g port #1 device tree
    4  *
    5  * Copyright 2012-2015 Freescale Semiconductor Inc.
    6  *
    7  */
    8 
    9 fman@1a00000 {
   10         fman0_rx_0x11: port@91000 {
   11                 cell-index = <0x11>;
   12                 compatible = "fsl,fman-v3-port-rx";
   13                 reg = <0x91000 0x1000>;
   14                 fsl,fman-10g-port;
   15         };
   16 
   17         fman0_tx_0x31: port@b1000 {
   18                 cell-index = <0x31>;
   19                 compatible = "fsl,fman-v3-port-tx";
   20                 reg = <0xb1000 0x1000>;
   21                 fsl,fman-10g-port;
   22         };
   23 
   24         ethernet@f2000 {
   25                 cell-index = <0x9>;
   26                 compatible = "fsl,fman-memac";
   27                 reg = <0xf2000 0x1000>;
   28                 fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
   29                 pcsphy-handle = <&pcsphy7>;
   30         };
   31 
   32         mdio@f3000 {
   33                 #address-cells = <1>;
   34                 #size-cells = <0>;
   35                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
   36                 reg = <0xf3000 0x1000>;
   37 
   38                 pcsphy7: ethernet-phy@0 {
   39                         reg = <0x0>;
   40                 };
   41         };
   42 };

Cache object: 5f094aec54046b219b839c1fc47f06ab


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