mvebu-sdram-controller.txt 628 B

12345678910111213141516171819202122
  1. Device Tree bindings for MVEBU SDRAM controllers
  2. The Marvell EBU SoCs all have a SDRAM controller. The SDRAM controller
  3. differs from one SoC variant to another, but they also share a number
  4. of commonalities.
  5. For now, this Device Tree binding documentation only documents the
  6. Armada XP SDRAM controller.
  7. Required properties:
  8. - compatible: for Armada XP, "marvell,armada-xp-sdram-controller"
  9. - reg: a resource specifier for the register space, which should
  10. include all SDRAM controller registers as per the datasheet.
  11. Example:
  12. sdramc@1400 {
  13. compatible = "marvell,armada-xp-sdram-controller";
  14. reg = <0x1400 0x500>;
  15. };