Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / marvell / mvebu-cpu-config.txt
blob2cdcd716da404914f7243e629f8ffbf63f4ee7e0
1 MVEBU CPU Config registers
2 --------------------------
4 MVEBU (Marvell SOCs: Armada 370/XP)
6 Required properties:
8 - compatible: one of:
9         - "marvell,armada-370-cpu-config"
10         - "marvell,armada-xp-cpu-config"
12 - reg: Should contain CPU config registers location and length, in
13   their per-CPU variant
15 Example:
17         cpu-config@21000 {
18                 compatible = "marvell,armada-xp-cpu-config";
19                 reg = <0x21000 0x8>;
20         };