11556Srgrimes# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
21556Srgrimes%YAML 1.2
31556Srgrimes---
41556Srgrimes$id: http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml#
51556Srgrimes$schema: http://devicetree.org/meta-schemas/core.yaml#
61556Srgrimes
71556Srgrimestitle: MediatTek MT6370 Type-C Port Switch and Power Delivery controller
81556Srgrimes
91556Srgrimesmaintainers:
101556Srgrimes  - ChiYuan Huang <cy_huang@richtek.com>
111556Srgrimes
121556Srgrimesdescription: |
131556Srgrimes  MediaTek MT6370 is a multi-functional device.
141556Srgrimes  It integrates charger, ADC, flash, RGB indicators,
151556Srgrimes  regulators (DSV/VIBLDO), and TypeC Port Switch with Power Delivery controller.
161556Srgrimes  This document only describes MT6370 Type-C Port Switch and
171556Srgrimes  Power Delivery controller.
181556Srgrimes
191556Srgrimesproperties:
201556Srgrimes  compatible:
211556Srgrimes    enum:
221556Srgrimes      - mediatek,mt6370-tcpc
231556Srgrimes
241556Srgrimes  interrupts:
251556Srgrimes    maxItems: 1
261556Srgrimes
271556Srgrimes  connector:
281556Srgrimes    type: object
291556Srgrimes    $ref: /schemas/connector/usb-connector.yaml#
301556Srgrimes    unevaluatedProperties: false
311556Srgrimes
321556SrgrimesadditionalProperties: false
331556Srgrimes
341556Srgrimesrequired:
351556Srgrimes  - compatible
361556Srgrimes  - interrupts
371556Srgrimes