2011-08-12 19:52:50 +08:00
|
|
|
* TI - L3 Network On Chip (NoC)
|
|
|
|
|
|
|
|
This version is an implementation of the generic NoC IP
|
|
|
|
provided by Arteris.
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
|
|
|
|
Should be "ti,omap4-l3-noc" for OMAP4 family
|
2015-04-25 01:54:20 +08:00
|
|
|
Should be "ti,omap5-l3-noc" for OMAP5 family
|
2014-04-11 00:33:13 +08:00
|
|
|
Should be "ti,dra7-l3-noc" for DRA7 family
|
2013-12-02 20:18:57 +08:00
|
|
|
Should be "ti,am4372-l3-noc" for AM43 family
|
2013-02-26 19:26:11 +08:00
|
|
|
- reg: Contains L3 register address range for each noc domain.
|
2011-08-12 19:52:50 +08:00
|
|
|
- ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
ocp {
|
|
|
|
compatible = "ti,omap4-l3-noc", "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
|
|
|
ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
|
|
|
|
};
|