blob: d24ab2ebf8a721f630868de9d3f4b85f07c2f1e2 [file] [log] [blame]
Gregory CLEMENT0d01b7a2012-06-01 18:33:17 +02001MVEBU System Controller
2-----------------------
Thomas Petazzonidf863de2014-02-17 15:23:22 +01003MVEBU (Marvell SOCs: Armada 370/375/XP, Dove, mv78xx0, Kirkwood, Orion5x)
Gregory CLEMENT0d01b7a2012-06-01 18:33:17 +02004
5Required properties:
6
7- compatible: one of:
8 - "marvell,orion-system-controller"
9 - "marvell,armada-370-xp-system-controller"
Thomas Petazzonidf863de2014-02-17 15:23:22 +010010 - "marvell,armada-375-system-controller"
Gregory CLEMENT0d01b7a2012-06-01 18:33:17 +020011- reg: Should contain system controller registers location and length.
12
13Example:
14
15 system-controller@d0018200 {
16 compatible = "marvell,armada-370-xp-system-controller";
17 reg = <0xd0018200 0x500>;
18 };