xref: /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/marvell,mvebu-sdram-controller.yaml (revision 354d7675fe12ace9cde344cb79c7ded792802f88)
1*354d7675SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*354d7675SEmmanuel Vadot%YAML 1.2
3*354d7675SEmmanuel Vadot---
4*354d7675SEmmanuel Vadot$id: http://devicetree.org/schemas/memory-controllers/marvell,mvebu-sdram-controller.yaml#
5*354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*354d7675SEmmanuel Vadot
7*354d7675SEmmanuel Vadottitle: Marvell MVEBU SDRAM controller
8*354d7675SEmmanuel Vadot
9*354d7675SEmmanuel Vadotmaintainers:
10*354d7675SEmmanuel Vadot  - Jan Luebbe <jlu@pengutronix.de>
11*354d7675SEmmanuel Vadot  - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
12*354d7675SEmmanuel Vadot
13*354d7675SEmmanuel Vadotproperties:
14*354d7675SEmmanuel Vadot  compatible:
15*354d7675SEmmanuel Vadot    const: marvell,armada-xp-sdram-controller
16*354d7675SEmmanuel Vadot
17*354d7675SEmmanuel Vadot  reg:
18*354d7675SEmmanuel Vadot    maxItems: 1
19*354d7675SEmmanuel Vadot
20*354d7675SEmmanuel Vadotrequired:
21*354d7675SEmmanuel Vadot  - compatible
22*354d7675SEmmanuel Vadot  - reg
23*354d7675SEmmanuel Vadot
24*354d7675SEmmanuel VadotadditionalProperties: false
25*354d7675SEmmanuel Vadot
26*354d7675SEmmanuel Vadotexamples:
27*354d7675SEmmanuel Vadot  - |
28*354d7675SEmmanuel Vadot    memory-controller@1400 {
29*354d7675SEmmanuel Vadot        compatible = "marvell,armada-xp-sdram-controller";
30*354d7675SEmmanuel Vadot        reg = <0x1400 0x500>;
31*354d7675SEmmanuel Vadot    };
32