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/Bindings/memory-controllers/fsl/mmdc.txt

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 Freescale Multi Mode DDR controller (MMDC)
    2 
    3 Required properties :
    4 - compatible : should be one of following:
    5         for i.MX6Q/i.MX6DL:
    6         - "fsl,imx6q-mmdc";
    7         for i.MX6QP:
    8         - "fsl,imx6qp-mmdc", "fsl,imx6q-mmdc";
    9         for i.MX6SL:
   10         - "fsl,imx6sl-mmdc", "fsl,imx6q-mmdc";
   11         for i.MX6SLL:
   12         - "fsl,imx6sll-mmdc", "fsl,imx6q-mmdc";
   13         for i.MX6SX:
   14         - "fsl,imx6sx-mmdc", "fsl,imx6q-mmdc";
   15         for i.MX6UL/i.MX6ULL/i.MX6ULZ:
   16         - "fsl,imx6ul-mmdc", "fsl,imx6q-mmdc";
   17         for i.MX7ULP:
   18         - "fsl,imx7ulp-mmdc", "fsl,imx6q-mmdc";
   19 - reg : address and size of MMDC DDR controller registers
   20 
   21 Optional properties :
   22 - clocks : the clock provided by the SoC to access the MMDC registers
   23 
   24 Example :
   25         mmdc0: memory-controller@21b0000 { /* MMDC0 */
   26                 compatible = "fsl,imx6q-mmdc";
   27                 reg = <0x021b0000 0x4000>;
   28                 clocks = <&clks IMX6QDL_CLK_MMDC_P0_IPG>;
   29         };
   30 
   31         mmdc1: memory-controller@21b4000 { /* MMDC1 */
   32                 compatible = "fsl,imx6q-mmdc";
   33                 reg = <0x021b4000 0x4000>;
   34                 status = "disabled";
   35         };

Cache object: 777c4439051f44ea8b02a41f9775f9d9


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