-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: OMAP2+: l3-noc: Add support for device-tree
Add device-tree support for the l3-noc driver. Use platform_driver_register to defer the probing at device init time. Add documentation for the l3-noc bindings. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
- Loading branch information
Benoit Cousson
committed
Oct 4, 2011
1 parent
a7cbb9b
commit d039c5b
Showing
2 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* 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 | ||
- 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"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters