0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/memory-controllers/ti,da8xx-ddrctl.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Texas Instruments da8xx DDR2/mDDR memory controller
0008
0009 maintainers:
0010 - Bartosz Golaszewski <bgolaszewski@baylibre.com>
0011 - Krzysztof Kozlowski <krzk@kernel.org>
0012
0013 description: |
0014 Documentation:
0015 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
0016
0017 properties:
0018 compatible:
0019 const: ti,da850-ddr-controller
0020
0021 reg:
0022 maxItems: 1
0023
0024 required:
0025 - compatible
0026 - reg
0027
0028 additionalProperties: false
0029
0030 examples:
0031 - |
0032 memory-controller@b0000000 {
0033 compatible = "ti,da850-ddr-controller";
0034 reg = <0xb0000000 0xe8>;
0035 };