1 # 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 7 title: MediatTek MT6370 Type-C Port Switch and Power Delivery controller 8 9 maintainers: 10 - ChiYuan Huang <cy_huang@richtek.com> 11 12 description: | 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 19 properties: 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 32 additionalProperties: false 33 34 required: 35 - compatible 36 - interrupts
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.