mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

OMAP L3 driver needs reg address space for its operation and hence its a required property. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
21 lines
548 B
Plaintext
21 lines
548 B
Plaintext
* 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";
|
|
};
|