mediatek,mt7621-memc.yaml 630 B

1234567891011121314151617181920212223242526272829303132
  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/mediatek,mt7621-memc.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: MT7621 SDRAM controller
  7. maintainers:
  8. - Sergio Paracuellos <sergio.paracuellos@gmail.com>
  9. properties:
  10. compatible:
  11. items:
  12. - const: mediatek,mt7621-memc
  13. - const: syscon
  14. reg:
  15. maxItems: 1
  16. required:
  17. - compatible
  18. - reg
  19. additionalProperties: false
  20. examples:
  21. - |
  22. memory-controller@5000 {
  23. compatible = "mediatek,mt7621-memc", "syscon";
  24. reg = <0x5000 0x1000>;
  25. };