l3-noc.txt 548 B

1234567891011121314151617181920
  1. * TI - L3 Network On Chip (NoC)
  2. This version is an implementation of the generic NoC IP
  3. provided by Arteris.
  4. Required properties:
  5. - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
  6. Should be "ti,omap4-l3-noc" for OMAP4 family
  7. - reg: Contains L3 register address range for each noc domain.
  8. - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
  9. Examples:
  10. ocp {
  11. compatible = "ti,omap4-l3-noc", "simple-bus";
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. ranges;
  15. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  16. };