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