summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/omap/l3-noc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/omap/l3-noc.txt')
-rw-r--r--dts/Bindings/arm/omap/l3-noc.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/dts/Bindings/arm/omap/l3-noc.txt b/dts/Bindings/arm/omap/l3-noc.txt
new file mode 100644
index 0000000000..c0105de55c
--- /dev/null
+++ b/dts/Bindings/arm/omap/l3-noc.txt
@@ -0,0 +1,20 @@
+* 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
+- reg: Contains L3 register address range for each noc domain.
+- 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";
+};