Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 108c30b43c9c7fff6ecb0cf3633c70a6 > files > 927

kernel-doc-4.14.70-2.mga6.noarch.rpm

MVEBU CPU Config registers
--------------------------

MVEBU (Marvell SOCs: Armada 370/XP)

Required properties:

- compatible: one of:
	- "marvell,armada-370-cpu-config"
	- "marvell,armada-xp-cpu-config"

- reg: Should contain CPU config registers location and length, in
  their per-CPU variant

Example:

	cpu-config@21000 {
		compatible = "marvell,armada-xp-cpu-config";
		reg = <0x21000 0x8>;
	};