1354d7675SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2354d7675SEmmanuel Vadot%YAML 1.2
3354d7675SEmmanuel Vadot---
4354d7675SEmmanuel Vadot$id: http://devicetree.org/schemas/memory-controllers/ti,da8xx-ddrctl.yaml#
5354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6354d7675SEmmanuel Vadot
7354d7675SEmmanuel Vadottitle: Texas Instruments da8xx DDR2/mDDR memory controller
8354d7675SEmmanuel Vadot
9354d7675SEmmanuel Vadotmaintainers:
10354d7675SEmmanuel Vadot  - Bartosz Golaszewski <bgolaszewski@baylibre.com>
11*c9ccf3a3SEmmanuel Vadot  - Krzysztof Kozlowski <krzk@kernel.org>
12354d7675SEmmanuel Vadot
13354d7675SEmmanuel Vadotdescription: |
14354d7675SEmmanuel Vadot  Documentation:
15354d7675SEmmanuel Vadot    OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
16354d7675SEmmanuel Vadot
17354d7675SEmmanuel Vadotproperties:
18354d7675SEmmanuel Vadot  compatible:
19354d7675SEmmanuel Vadot    const: ti,da850-ddr-controller
20354d7675SEmmanuel Vadot
21354d7675SEmmanuel Vadot  reg:
22354d7675SEmmanuel Vadot    maxItems: 1
23354d7675SEmmanuel Vadot
24354d7675SEmmanuel Vadotrequired:
25354d7675SEmmanuel Vadot  - compatible
26354d7675SEmmanuel Vadot  - reg
27354d7675SEmmanuel Vadot
28354d7675SEmmanuel VadotadditionalProperties: false
29354d7675SEmmanuel Vadot
30354d7675SEmmanuel Vadotexamples:
31354d7675SEmmanuel Vadot  - |
32354d7675SEmmanuel Vadot    memory-controller@b0000000 {
33354d7675SEmmanuel Vadot        compatible = "ti,da850-ddr-controller";
34354d7675SEmmanuel Vadot        reg = <0xb0000000 0xe8>;
35354d7675SEmmanuel Vadot    };
36