ARM: mvebu: add support to clear shared L2 bit on Armada XP
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / mvebu-cpu-config.txt
1 MVEBU CPU Config registers
2 --------------------------
3
4 MVEBU (Marvell SOCs: Armada 370/XP)
5
6 Required properties:
7
8 - compatible: one of:
9 - "marvell,armada-370-cpu-config"
10 - "marvell,armada-xp-cpu-config"
11
12 - reg: Should contain CPU config registers location and length, in
13 their per-CPU variant
14
15 Example:
16
17 cpu-config@21000 {
18 compatible = "marvell,armada-xp-cpu-config";
19 reg = <0x21000 0x8>;
20 };
This page took 0.109498 seconds and 5 git commands to generate.