Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / memory-controllers / marvell,mvebu-sdram-controller.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/marvell,mvebu-sdram-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Marvell MVEBU SDRAM controller
8
9 maintainers:
10   - Jan Luebbe <jlu@pengutronix.de>
11   - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
12
13 properties:
14   compatible:
15     const: marvell,armada-xp-sdram-controller
16
17   reg:
18     maxItems: 1
19
20 required:
21   - compatible
22   - reg
23
24 additionalProperties: false
25
26 examples:
27   - |
28     memory-controller@1400 {
29         compatible = "marvell,armada-xp-sdram-controller";
30         reg = <0x1400 0x500>;
31     };