coherency-fabric.txt 331 B

12345678910111213141516
  1. Coherency fabric
  2. ----------------
  3. Available on Marvell SOCs: Armada 370 and Armada XP
  4. Required properties:
  5. - compatible: "marvell,coherency-fabric"
  6. - reg: Should contain,coherency fabric registers location and length.
  7. Example:
  8. coherency-fabric@d0020200 {
  9. compatible = "marvell,coherency-fabric";
  10. reg = <0xd0020200 0xb0>;
  11. };