32 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/memory-controllers/marvell,mvebu-sdram-controller.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Marvell MVEBU SDRAM controller8 9maintainers:10 - Jan Luebbe <jlu@pengutronix.de>11 - Krzysztof Kozlowski <krzk@kernel.org>12 13properties:14 compatible:15 const: marvell,armada-xp-sdram-controller16 17 reg:18 maxItems: 119 20required:21 - compatible22 - reg23 24additionalProperties: false25 26examples:27 - |28 memory-controller@1400 {29 compatible = "marvell,armada-xp-sdram-controller";30 reg = <0x1400 0x500>;31 };32