marvell,dove.txt 621 B

1234567891011121314151617181920212223
  1. Marvell Dove Platforms Device Tree Bindings
  2. -----------------------------------------------
  3. Boards with a Marvell Dove SoC shall have the following properties:
  4. Required root node property:
  5. - compatible: must contain "marvell,dove";
  6. * Global Configuration registers
  7. Global Configuration registers of Dove SoC are shared by a syscon node.
  8. Required properties:
  9. - compatible: must contain "marvell,dove-global-config" and "syscon".
  10. - reg: base address and size of the Global Configuration registers.
  11. Example:
  12. gconf: global-config@e802c {
  13. compatible = "marvell,dove-global-config", "syscon";
  14. reg = <0xe802c 0x14>;
  15. };