Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 2b1656099c23beea3daf4b6717b67a7c > files > 789

kernel-doc-3.12.8-2.mga4.noarch.rpm

Coherency fabric
----------------
Available on Marvell SOCs: Armada 370 and Armada XP

Required properties:

- compatible: "marvell,coherency-fabric"

- reg: Should contain coherency fabric registers location and
  length. First pair for the coherency fabric registers, second pair
  for the per-CPU fabric registers registers.

Example:

coherency-fabric@d0020200 {
	compatible = "marvell,coherency-fabric";
	reg = <0xd0020200 0xb0>,
		<0xd0021810 0x1c>;

};