18c2ecf20Sopenharmony_ciMarvell Dove Platforms Device Tree Bindings
28c2ecf20Sopenharmony_ci-----------------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciBoards with a Marvell Dove SoC shall have the following properties:
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired root node property:
78c2ecf20Sopenharmony_ci- compatible: must contain "marvell,dove";
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci* Global Configuration registers
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciGlobal Configuration registers of Dove SoC are shared by a syscon node.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciRequired properties:
148c2ecf20Sopenharmony_ci- compatible: must contain "marvell,dove-global-config" and "syscon".
158c2ecf20Sopenharmony_ci- reg: base address and size of the Global Configuration registers.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciExample:
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_cigconf: global-config@e802c {
208c2ecf20Sopenharmony_ci	compatible = "marvell,dove-global-config", "syscon";
218c2ecf20Sopenharmony_ci	reg = <0xe802c 0x14>;
228c2ecf20Sopenharmony_ci};
23