Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / memory-controllers / ti,da8xx-ddrctl.yaml
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
7 title: Texas Instruments da8xx DDR2/mDDR memory controller
8
9 maintainers:
10   - Bartosz Golaszewski <bgolaszewski@baylibre.com>
11   - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
12
13 description: |
14   Documentation:
15     OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
16
17 properties:
18   compatible:
19     const: ti,da850-ddr-controller
20
21   reg:
22     maxItems: 1
23
24 required:
25   - compatible
26   - reg
27
28 additionalProperties: false
29
30 examples:
31   - |
32     memory-controller@b0000000 {
33         compatible = "ti,da850-ddr-controller";
34         reg = <0xb0000000 0xe8>;
35     };