| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/usb/richtek,rt1719.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Richtek RT1719 sink-only Type-C PD controller |
| - ChiYuan Huang <cy_huang@richtek.com> |
| The RT1719 is a sink-only USB Type-C controller that complies with the latest |
| USB Type-C and PD standards. It does the USB Type-C detection including attach |
| and orientation. It integrates the physical layer of the USB BMC power |
| delivery protocol to allow up to 100W of power. The BMC PD block enables full |
| support for alternative interfaces of the Type-C specification. |
| description: enable IRQ remote wakeup, see power/wakeup-source.txt |
| $ref: ../connector/usb-connector.yaml# |
| Properties for usb c connector. |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| compatible = "richtek,rt1719"; |
| interrupts-extended = <&gpio26 2 IRQ_TYPE_LEVEL_LOW>; |
| compatible = "usb-c-connector"; |
| remote-endpoint = <&usb_hs>; |
| remote-endpoint = <&usb_ss>; |