mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
0d01b7a153
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Lior Amsalem <alior@marvell.com> Tested-by: Yehuda Yitschak <yehuday@marvell.com> Tested-by: Lior Amsalem <alior@marvell.com> Acked-by: Andrew Lunn <andrew@lunn.ch>
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
MVEBU System Controller
|
|
-----------------------
|
|
MVEBU (Marvell SOCs: Armada 370/XP, Dove, mv78xx0, Kirkwood, Orion5x)
|
|
|
|
Required properties:
|
|
|
|
- compatible: one of:
|
|
- "marvell,orion-system-controller"
|
|
- "marvell,armada-370-xp-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>;
|
|
};
|