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/marvell,mvebu-sdram-controller.yaml#
5354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6354d7675SEmmanuel Vadot
7354d7675SEmmanuel Vadottitle: Marvell MVEBU SDRAM controller
8354d7675SEmmanuel Vadot
9354d7675SEmmanuel Vadotmaintainers:
10354d7675SEmmanuel Vadot  - Jan Luebbe <jlu@pengutronix.de>
11*c9ccf3a3SEmmanuel Vadot  - Krzysztof Kozlowski <krzk@kernel.org>
12354d7675SEmmanuel Vadot
13354d7675SEmmanuel Vadotproperties:
14354d7675SEmmanuel Vadot  compatible:
15354d7675SEmmanuel Vadot    const: marvell,armada-xp-sdram-controller
16354d7675SEmmanuel Vadot
17354d7675SEmmanuel Vadot  reg:
18354d7675SEmmanuel Vadot    maxItems: 1
19354d7675SEmmanuel Vadot
20354d7675SEmmanuel Vadotrequired:
21354d7675SEmmanuel Vadot  - compatible
22354d7675SEmmanuel Vadot  - reg
23354d7675SEmmanuel Vadot
24354d7675SEmmanuel VadotadditionalProperties: false
25354d7675SEmmanuel Vadot
26354d7675SEmmanuel Vadotexamples:
27354d7675SEmmanuel Vadot  - |
28354d7675SEmmanuel Vadot    memory-controller@1400 {
29354d7675SEmmanuel Vadot        compatible = "marvell,armada-xp-sdram-controller";
30354d7675SEmmanuel Vadot        reg = <0x1400 0x500>;
31354d7675SEmmanuel Vadot    };
32