1ee05ab92SKrzysztof Kozlowski# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2ee05ab92SKrzysztof Kozlowski%YAML 1.2 3ee05ab92SKrzysztof Kozlowski--- 4ee05ab92SKrzysztof Kozlowski$id: http://devicetree.org/schemas/memory-controllers/marvell,mvebu-sdram-controller.yaml# 5ee05ab92SKrzysztof Kozlowski$schema: http://devicetree.org/meta-schemas/core.yaml# 6ee05ab92SKrzysztof Kozlowski 7ee05ab92SKrzysztof Kozlowskititle: Marvell MVEBU SDRAM controller 8ee05ab92SKrzysztof Kozlowski 9ee05ab92SKrzysztof Kozlowskimaintainers: 10ee05ab92SKrzysztof Kozlowski - Jan Luebbe <jlu@pengutronix.de> 11*8a1e6bb3SKrzysztof Kozlowski - Krzysztof Kozlowski <krzk@kernel.org> 12ee05ab92SKrzysztof Kozlowski 13ee05ab92SKrzysztof Kozlowskiproperties: 14ee05ab92SKrzysztof Kozlowski compatible: 15ee05ab92SKrzysztof Kozlowski const: marvell,armada-xp-sdram-controller 16ee05ab92SKrzysztof Kozlowski 17ee05ab92SKrzysztof Kozlowski reg: 18ee05ab92SKrzysztof Kozlowski maxItems: 1 19ee05ab92SKrzysztof Kozlowski 20ee05ab92SKrzysztof Kozlowskirequired: 21ee05ab92SKrzysztof Kozlowski - compatible 22ee05ab92SKrzysztof Kozlowski - reg 23ee05ab92SKrzysztof Kozlowski 24ee05ab92SKrzysztof KozlowskiadditionalProperties: false 25ee05ab92SKrzysztof Kozlowski 26ee05ab92SKrzysztof Kozlowskiexamples: 27ee05ab92SKrzysztof Kozlowski - | 28ee05ab92SKrzysztof Kozlowski memory-controller@1400 { 29ee05ab92SKrzysztof Kozlowski compatible = "marvell,armada-xp-sdram-controller"; 30ee05ab92SKrzysztof Kozlowski reg = <0x1400 0x500>; 31ee05ab92SKrzysztof Kozlowski }; 32