hc
2023-02-14 0cc9b7c44253c93447ddf73e206fbdbb3d9f16b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Fairchild FUSB302 Type-C Port controllers
 
Required properties :
- compatible             : "fcs,fusb302"
- reg                    : I2C slave address
- interrupts             : Interrupt specifier
 
Optional properties :
- fcs,operating-sink-microwatt :
              Minimum amount of power accepted from a sink
              when negotiating
 
Example:
 
fusb302: typec-portc@54 {
   compatible = "fcs,fusb302";
   reg = <0x54>;
   interrupt-parent = <&nmi_intc>;
   interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
   fcs,max-sink-microvolt = <12000000>;
   fcs,max-sink-microamp = <3000000>;
   fcs,max-sink-microwatt = <36000000>;
};