162306a36Sopenharmony_ciMarvell Dove Platforms Device Tree Bindings
262306a36Sopenharmony_ci-----------------------------------------------
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciBoards with a Marvell Dove SoC shall have the following properties:
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciRequired root node property:
762306a36Sopenharmony_ci- compatible: must contain "marvell,dove";
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci* Global Configuration registers
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciGlobal Configuration registers of Dove SoC are shared by a syscon node.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciRequired properties:
1462306a36Sopenharmony_ci- compatible: must contain "marvell,dove-global-config" and "syscon".
1562306a36Sopenharmony_ci- reg: base address and size of the Global Configuration registers.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciExample:
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_cigconf: global-config@e802c {
2062306a36Sopenharmony_ci	compatible = "marvell,dove-global-config", "syscon";
2162306a36Sopenharmony_ci	reg = <0xe802c 0x14>;
2262306a36Sopenharmony_ci};
23