Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / omap / l3-noc.txt
blobc0105de55cbd7f229ecf813b2acc44d8fd70a216
1 * TI - L3 Network On Chip (NoC)
3 This version is an implementation of the generic NoC IP
4 provided by Arteris.
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 - reg:  Contains L3 register address range for each noc domain.
10 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
12 Examples:
14 ocp {
15         compatible = "ti,omap4-l3-noc", "simple-bus";
16         #address-cells = <1>;
17         #size-cells = <1>;
18         ranges;
19         ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";