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/arm/omap/l3-noc.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 * TI - L3 Network On Chip (NoC)
    2 
    3 This version is an implementation of the generic NoC IP
    4 provided by Arteris.
    5 
    6 Required properties:
    7 - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
    8                Should be "ti,omap4-l3-noc" for OMAP4 family
    9                Should be "ti,omap5-l3-noc" for OMAP5 family
   10                Should be "ti,dra7-l3-noc" for DRA7 family
   11                Should be "ti,am4372-l3-noc" for AM43 family
   12 - reg:  Contains L3 register address range for each noc domain.
   13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
   14 
   15 Examples:
   16 
   17 ocp {
   18         compatible = "ti,omap4-l3-noc", "simple-bus";
   19         #address-cells = <1>;
   20         #size-cells = <1>;
   21         ranges;
   22         ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
   23 };

Cache object: 24eda332367aa2a28031c82c1abb5aed


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