mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 21:25:33 +07:00
fc94a603bb
Over the last releases we have added more and more Marvell related binding directly in the arm directory. It's time to have our proper directory inside it, and move all the files in it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org>
21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
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>;
|
|
};
|