kernel-doc: fix new warnings in debugfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / omap / l3-noc.txt
blob6888a5efc860b7ad4c64274aeab6bb77346e4ef9
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 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
11 Examples:
13 ocp {
14         compatible = "ti,omap4-l3-noc", "simple-bus";
15         #address-cells = <1>;
16         #size-cells = <1>;
17         ranges;
18         ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";