37 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 controller8 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 and17 Power Delivery controller.18 19properties:20 compatible:21 enum:22 - mediatek,mt6370-tcpc23 24 interrupts:25 maxItems: 126 27 connector:28 type: object29 $ref: /schemas/connector/usb-connector.yaml#30 unevaluatedProperties: false31 32additionalProperties: false33 34required:35 - compatible36 - interrupts37