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/remoteproc/imx-rproc.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 NXP iMX6SX/iMX7D Co-Processor Bindings
    2 ----------------------------------------
    3 
    4 This binding provides support for ARM Cortex M4 Co-processor found on some
    5 NXP iMX SoCs.
    6 
    7 Required properties:
    8 - compatible            Should be one of:
    9                                 "fsl,imx7d-cm4"
   10                                 "fsl,imx6sx-cm4"
   11 - clocks                Clock for co-processor (See: ../clock/clock-bindings.txt)
   12 - syscon                Phandle to syscon block which provide access to
   13                         System Reset Controller
   14 
   15 Optional properties:
   16 - memory-region         list of phandels to the reserved memory regions.
   17                         (See: ../reserved-memory/reserved-memory.txt)
   18 
   19 Example:
   20         m4_reserved_sysmem1: cm4@80000000 {
   21                 reg = <0x80000000 0x80000>;
   22         };
   23 
   24         m4_reserved_sysmem2: cm4@81000000 {
   25                 reg = <0x81000000 0x80000>;
   26         };
   27 
   28         imx7d-cm4 {
   29                 compatible      = "fsl,imx7d-cm4";
   30                 memory-region   = <&m4_reserved_sysmem1>, <&m4_reserved_sysmem2>;
   31                 syscon          = <&src>;
   32                 clocks          = <&clks IMX7D_ARM_M4_ROOT_CLK>;
   33         };

Cache object: 1390c93984c47b897c74eaf4ae086ead


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