diff options
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/l4.txt | 17 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/prcm.txt | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/l4.txt b/Documentation/devicetree/bindings/arm/omap/l4.txt new file mode 100644 index 000000000000..57569cc8df16 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/omap/l4.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | L4 interconnect bindings | ||
2 | |||
3 | These bindings describe the OMAP SoCs L4 interconnect bus. | ||
4 | |||
5 | Required properties: | ||
6 | - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus | ||
7 | Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus | ||
8 | - ranges : contains the IO map range for the bus | ||
9 | |||
10 | Examples: | ||
11 | |||
12 | l4: l4@48000000 { | ||
13 | compatible "ti,omap2-l4", "simple-bus"; | ||
14 | #address-cells = <1>; | ||
15 | #size-cells = <1>; | ||
16 | ranges = <0 0x48000000 0x100000>; | ||
17 | }; | ||
diff --git a/Documentation/devicetree/bindings/arm/omap/prcm.txt b/Documentation/devicetree/bindings/arm/omap/prcm.txt index 68f96f8d3947..cce8365b66e8 100644 --- a/Documentation/devicetree/bindings/arm/omap/prcm.txt +++ b/Documentation/devicetree/bindings/arm/omap/prcm.txt | |||
@@ -14,7 +14,7 @@ Required properties: | |||
14 | "ti,am4-prcm" | 14 | "ti,am4-prcm" |
15 | "ti,am4-scrm" | 15 | "ti,am4-scrm" |
16 | "ti,omap2-prcm" | 16 | "ti,omap2-prcm" |
17 | "ti,omap2-scrm" | 17 | "ti,omap2-scm" |
18 | "ti,omap3-prm" | 18 | "ti,omap3-prm" |
19 | "ti,omap3-cm" | 19 | "ti,omap3-cm" |
20 | "ti,omap3-scrm" | 20 | "ti,omap3-scrm" |