Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/memory-controllers/marvell,mvebu-sdram-controller.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Marvell MVEBU SDRAM controller
0008 
0009 maintainers:
0010   - Jan Luebbe <jlu@pengutronix.de>
0011   - Krzysztof Kozlowski <krzk@kernel.org>
0012 
0013 properties:
0014   compatible:
0015     const: marvell,armada-xp-sdram-controller
0016 
0017   reg:
0018     maxItems: 1
0019 
0020 required:
0021   - compatible
0022   - reg
0023 
0024 additionalProperties: false
0025 
0026 examples:
0027   - |
0028     memory-controller@1400 {
0029         compatible = "marvell,armada-xp-sdram-controller";
0030         reg = <0x1400 0x500>;
0031     };