Skip to content

Commit e23359d

Browse files
committed
dt-bindings: memory-controllers: add Samsung S5Pv210 SoC DMC
Document bindings for the S5Pv210 SoC DMC memory controller, already used in DTS and Linux CPU frequency scaling driver. The binding looks quite empty and is most likely incomplete, but the platform is so old that no one expects any effort on this, except documenting what is in DTS. Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4cece76 commit e23359d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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/samsung,s5pv210-dmc.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Samsung S5Pv210 SoC Dynamic Memory Controller
8+
9+
maintainers:
10+
- Krzysztof Kozlowski <[email protected]>
11+
12+
description:
13+
Dynamic Memory Controller interfaces external JEDEC DDR-type SDRAM.
14+
15+
properties:
16+
compatible:
17+
const: samsung,s5pv210-dmc
18+
19+
reg:
20+
maxItems: 1
21+
22+
required:
23+
- compatible
24+
- reg
25+
26+
additionalProperties: false
27+
28+
examples:
29+
- |
30+
memory-controller@f0000000 {
31+
compatible = "samsung,s5pv210-dmc";
32+
reg = <0xf0000000 0x1000>;
33+
};

0 commit comments

Comments
 (0)