Lines Matching +full:power +full:- +full:role
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP PTN5110 Type-C Port Controller
10 - Li Jun <jun.li@nxp.com>
15 - const: nxp,ptn5110
16 - const: tcpci
26 $ref: /schemas/connector/usb-connector.yaml#
30 - compatible
31 - reg
32 - interrupts
33 - connector
38 - |
39 #include <dt-bindings/interrupt-controller/arm-gic.h>
40 #include <dt-bindings/usb/pd.h>
42 #address-cells = <1>;
43 #size-cells = <0>;
48 interrupt-parent = <&gpio3>;
52 compatible = "usb-c-connector";
53 label = "USB-C";
54 data-role = "dual";
55 power-role = "dual";
56 try-power-role = "sink";
57 source-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)>;
58 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) PDO_VAR(5000, 12000, 2000)>;
59 op-sink-microwatt = <10000000>;
62 #address-cells = <1>;
63 #size-cells = <0>;
68 remote-endpoint = <&usb1_drd_sw>;