summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/memory-controllers/samsung,s5pv210-dmc.yaml
blob: c0e47055f28cafbf8b81b283d956f01679e81136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/memory-controllers/samsung,s5pv210-dmc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Samsung S5Pv210 SoC Dynamic Memory Controller

maintainers:
  - Krzysztof Kozlowski <krzk@kernel.org>

description:
  Dynamic Memory Controller interfaces external JEDEC DDR-type SDRAM.

properties:
  compatible:
    const: samsung,s5pv210-dmc

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    memory-controller@f0000000 {
        compatible = "samsung,s5pv210-dmc";
        reg = <0xf0000000 0x1000>;
    };