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/mediatek,mt7621-memc.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: MT7621 SDRAM controller
0008 
0009 maintainers:
0010   - Sergio Paracuellos <sergio.paracuellos@gmail.com>
0011 
0012 properties:
0013   compatible:
0014     const: mediatek,mt7621-memc
0015 
0016   reg:
0017     maxItems: 1
0018 
0019 required:
0020   - compatible
0021   - reg
0022 
0023 additionalProperties: false
0024 
0025 examples:
0026   - |
0027     memory-controller@5000 {
0028         compatible = "mediatek,mt7621-memc";
0029         reg = <0x5000 0x1000>;
0030     };