mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:20:55 +07:00
df863de19f
The system controller block in the Armada 375 has different register offsets for the system reset and other related functions. Therefore, this commit introduces the new "armada-375-system-controller" compatible string to identify the Armada 375 variant of the system controller. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
MVEBU System Controller
|
|
-----------------------
|
|
MVEBU (Marvell SOCs: Armada 370/375/XP, Dove, mv78xx0, Kirkwood, Orion5x)
|
|
|
|
Required properties:
|
|
|
|
- compatible: one of:
|
|
- "marvell,orion-system-controller"
|
|
- "marvell,armada-370-xp-system-controller"
|
|
- "marvell,armada-375-system-controller"
|
|
- reg: Should contain system controller registers location and length.
|
|
|
|
Example:
|
|
|
|
system-controller@d0018200 {
|
|
compatible = "marvell,armada-370-xp-system-controller";
|
|
reg = <0xd0018200 0x500>;
|
|
};
|