18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/memory-controllers/mediatek,mt7621-memc.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78cc087a1SEmmanuel Vadottitle: MT7621 SDRAM controller
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Sergio Paracuellos <sergio.paracuellos@gmail.com>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotproperties:
138cc087a1SEmmanuel Vadot  compatible:
14*7ef62cebSEmmanuel Vadot    items:
15*7ef62cebSEmmanuel Vadot      - const: mediatek,mt7621-memc
16*7ef62cebSEmmanuel Vadot      - const: syscon
178cc087a1SEmmanuel Vadot
188cc087a1SEmmanuel Vadot  reg:
198cc087a1SEmmanuel Vadot    maxItems: 1
208cc087a1SEmmanuel Vadot
218cc087a1SEmmanuel Vadotrequired:
228cc087a1SEmmanuel Vadot  - compatible
238cc087a1SEmmanuel Vadot  - reg
248cc087a1SEmmanuel Vadot
258cc087a1SEmmanuel VadotadditionalProperties: false
268cc087a1SEmmanuel Vadot
278cc087a1SEmmanuel Vadotexamples:
288cc087a1SEmmanuel Vadot  - |
298cc087a1SEmmanuel Vadot    memory-controller@5000 {
30*7ef62cebSEmmanuel Vadot        compatible = "mediatek,mt7621-memc", "syscon";
318cc087a1SEmmanuel Vadot        reg = <0x5000 0x1000>;
328cc087a1SEmmanuel Vadot    };
33