18c2ecf20Sopenharmony_ci* TI - L3 Network On Chip (NoC)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThis version is an implementation of the generic NoC IP
48c2ecf20Sopenharmony_ciprovided by Arteris.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
88c2ecf20Sopenharmony_ci               Should be "ti,omap4-l3-noc" for OMAP4 family
98c2ecf20Sopenharmony_ci               Should be "ti,omap5-l3-noc" for OMAP5 family
108c2ecf20Sopenharmony_ci	       Should be "ti,dra7-l3-noc" for DRA7 family
118c2ecf20Sopenharmony_ci               Should be "ti,am4372-l3-noc" for AM43 family
128c2ecf20Sopenharmony_ci- reg:	Contains L3 register address range for each noc domain.
138c2ecf20Sopenharmony_ci- ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExamples:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciocp {
188c2ecf20Sopenharmony_ci	compatible = "ti,omap4-l3-noc", "simple-bus";
198c2ecf20Sopenharmony_ci	#address-cells = <1>;
208c2ecf20Sopenharmony_ci	#size-cells = <1>;
218c2ecf20Sopenharmony_ci	ranges;
228c2ecf20Sopenharmony_ci	ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
238c2ecf20Sopenharmony_ci};
24