blob: 5aa95366c1cf8f44e2f15cbcd614bc24d9914043 [file] [log] [blame]
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/mediatek/mediatek,msdc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: MediaTek MSDC Controller
maintainers:
- Weiyi Lu <weiyi.lu@mediatek.com>
description:
The Mediatek msdc controller provides functional configurations and clocks to the system.
properties:
compatible:
items:
- enum:
- mediatek,mt8192-msdc
- mediatek,mt8192-msdc_top
- const: syscon
reg:
maxItems: 1
'#clock-cells':
const: 1
required:
- compatible
- reg
examples:
- |
msdc: syscon@11f60000 {
compatible = "mediatek,mt8192-msdc", "syscon";
reg = <0 0x11f60000 0 0x1000>;
#clock-cells = <1>;
};
- |
msdc_top: syscon@11f10000 {
compatible = "mediatek,mt8192-msdc_top", "syscon";
reg = <0 0x11f10000 0 0x1000>;
#clock-cells = <1>;
};