17ef62cebSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 27ef62cebSEmmanuel Vadot%YAML 1.2 37ef62cebSEmmanuel Vadot--- 4*fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/usb/mediatek,mt6370-tcpc.yaml# 5*fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 67ef62cebSEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: MediatTek MT6370 Type-C Port Switch and Power Delivery controller 87ef62cebSEmmanuel Vadot 97ef62cebSEmmanuel Vadotmaintainers: 107ef62cebSEmmanuel Vadot - ChiYuan Huang <cy_huang@richtek.com> 117ef62cebSEmmanuel Vadot 127ef62cebSEmmanuel Vadotdescription: | 137ef62cebSEmmanuel Vadot MediaTek MT6370 is a multi-functional device. 147ef62cebSEmmanuel Vadot It integrates charger, ADC, flash, RGB indicators, 157ef62cebSEmmanuel Vadot regulators (DSV/VIBLDO), and TypeC Port Switch with Power Delivery controller. 167ef62cebSEmmanuel Vadot This document only describes MT6370 Type-C Port Switch and 177ef62cebSEmmanuel Vadot Power Delivery controller. 187ef62cebSEmmanuel Vadot 197ef62cebSEmmanuel Vadotproperties: 207ef62cebSEmmanuel Vadot compatible: 217ef62cebSEmmanuel Vadot enum: 227ef62cebSEmmanuel Vadot - mediatek,mt6370-tcpc 237ef62cebSEmmanuel Vadot 247ef62cebSEmmanuel Vadot interrupts: 257ef62cebSEmmanuel Vadot maxItems: 1 267ef62cebSEmmanuel Vadot 277ef62cebSEmmanuel Vadot connector: 287ef62cebSEmmanuel Vadot type: object 297ef62cebSEmmanuel Vadot $ref: /schemas/connector/usb-connector.yaml# 307ef62cebSEmmanuel Vadot unevaluatedProperties: false 317ef62cebSEmmanuel Vadot 327ef62cebSEmmanuel VadotadditionalProperties: false 337ef62cebSEmmanuel Vadot 347ef62cebSEmmanuel Vadotrequired: 357ef62cebSEmmanuel Vadot - compatible 367ef62cebSEmmanuel Vadot - interrupts 37