1fc94a603SGregory CLEMENTMVEBU CPU Config registers
2fc94a603SGregory CLEMENT--------------------------
3fc94a603SGregory CLEMENT
4fc94a603SGregory CLEMENTMVEBU (Marvell SOCs: Armada 370/XP)
5fc94a603SGregory CLEMENT
6fc94a603SGregory CLEMENTRequired properties:
7fc94a603SGregory CLEMENT
8fc94a603SGregory CLEMENT- compatible: one of:
9fc94a603SGregory CLEMENT	- "marvell,armada-370-cpu-config"
10fc94a603SGregory CLEMENT	- "marvell,armada-xp-cpu-config"
11fc94a603SGregory CLEMENT
12fc94a603SGregory CLEMENT- reg: Should contain CPU config registers location and length, in
13fc94a603SGregory CLEMENT  their per-CPU variant
14fc94a603SGregory CLEMENT
15fc94a603SGregory CLEMENTExample:
16fc94a603SGregory CLEMENT
17fc94a603SGregory CLEMENT	cpu-config@21000 {
18fc94a603SGregory CLEMENT		compatible = "marvell,armada-xp-cpu-config";
19fc94a603SGregory CLEMENT		reg = <0x21000 0x8>;
20fc94a603SGregory CLEMENT	};
21