blob: 747d0f16d9b6e88387addb3b98a6aecc32272eda [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: MediatTek MT6370 Type-C Port Switch and Power Delivery controller
8
9maintainers:
10 - ChiYuan Huang <cy_huang@richtek.com>
11
12description: |
13 MediaTek MT6370 is a multi-functional device.
14 It integrates charger, ADC, flash, RGB indicators,
15 regulators (DSV/VIBLDO), and TypeC Port Switch with Power Delivery controller.
16 This document only describes MT6370 Type-C Port Switch and
17 Power Delivery controller.
18
19properties:
20 compatible:
21 enum:
22 - mediatek,mt6370-tcpc
23
24 interrupts:
25 maxItems: 1
26
27 connector:
28 type: object
29 $ref: /schemas/connector/usb-connector.yaml#
30 unevaluatedProperties: false
31
32additionalProperties: false
33
34required:
35 - compatible
36 - interrupts