ti,da8xx-ddrctl.yaml 762 B

1234567891011121314151617181920212223242526272829303132333435
  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/ti,da8xx-ddrctl.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Texas Instruments da8xx DDR2/mDDR memory controller
  7. maintainers:
  8. - Bartosz Golaszewski <bgolaszewski@baylibre.com>
  9. - Krzysztof Kozlowski <krzk@kernel.org>
  10. description: |
  11. Documentation:
  12. OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
  13. properties:
  14. compatible:
  15. const: ti,da850-ddr-controller
  16. reg:
  17. maxItems: 1
  18. required:
  19. - compatible
  20. - reg
  21. additionalProperties: false
  22. examples:
  23. - |
  24. memory-controller@b0000000 {
  25. compatible = "ti,da850-ddr-controller";
  26. reg = <0xb0000000 0xe8>;
  27. };