Back to home page

OSCL-LXR

 
 

    


0001 * TI - L3 Network On Chip (NoC)
0002 
0003 This version is an implementation of the generic NoC IP
0004 provided by Arteris.
0005 
0006 Required properties:
0007 - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
0008                Should be "ti,omap4-l3-noc" for OMAP4 family
0009                Should be "ti,omap5-l3-noc" for OMAP5 family
0010                Should be "ti,dra7-l3-noc" for DRA7 family
0011                Should be "ti,am4372-l3-noc" for AM43 family
0012 - reg:  Contains L3 register address range for each noc domain.
0013 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
0014 
0015 Examples:
0016 
0017 ocp {
0018         compatible = "ti,omap4-l3-noc", "simple-bus";
0019         #address-cells = <1>;
0020         #size-cells = <1>;
0021         ranges;
0022         ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
0023 };