marvell,mvebu-sdram-controller.yaml 651 B

12345678910111213141516171819202122232425262728293031
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/memory-controllers/marvell,mvebu-sdram-controller.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Marvell MVEBU SDRAM controller
  7. maintainers:
  8. - Jan Luebbe <jlu@pengutronix.de>
  9. - Krzysztof Kozlowski <krzk@kernel.org>
  10. properties:
  11. compatible:
  12. const: marvell,armada-xp-sdram-controller
  13. reg:
  14. maxItems: 1
  15. required:
  16. - compatible
  17. - reg
  18. additionalProperties: false
  19. examples:
  20. - |
  21. memory-controller@1400 {
  22. compatible = "marvell,armada-xp-sdram-controller";
  23. reg = <0x1400 0x500>;
  24. };