0001 Marvell Dove Platforms Device Tree Bindings
0002 -----------------------------------------------
0003
0004 Boards with a Marvell Dove SoC shall have the following properties:
0005
0006 Required root node property:
0007 - compatible: must contain "marvell,dove";
0008
0009 * Global Configuration registers
0010
0011 Global Configuration registers of Dove SoC are shared by a syscon node.
0012
0013 Required properties:
0014 - compatible: must contain "marvell,dove-global-config" and "syscon".
0015 - reg: base address and size of the Global Configuration registers.
0016
0017 Example:
0018
0019 gconf: global-config@e802c {
0020 compatible = "marvell,dove-global-config", "syscon";
0021 reg = <0xe802c 0x14>;
0022 };