l3-noc.txt 659 B

12345678910111213141516171819202122
  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. Should be "ti,dra7-l3-noc" for DRA7 family
  8. Should be "ti,am4372-l3-noc" for AM43 family
  9. - reg: Contains L3 register address range for each noc domain.
  10. - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
  11. Examples:
  12. ocp {
  13. compatible = "ti,omap4-l3-noc", "simple-bus";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. ranges;
  17. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  18. };