coherency-fabric.txt 461 B

123456789101112131415161718192021
  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
  7. length. First pair for the coherency fabric registers, second pair
  8. for the per-CPU fabric registers registers.
  9. Example:
  10. coherency-fabric@d0020200 {
  11. compatible = "marvell,coherency-fabric";
  12. reg = <0xd0020200 0xb0>,
  13. <0xd0021810 0x1c>;
  14. };