richtek,rt1715
Vendor: Richtek Technology Corporation
Note
An implementation of a driver matching this compatible is available in drivers/usb_c/tcpc/rt1715.c.
Description
The Richtek RT1715 is a Type-C Port Controller (TCPC) chip.
Example:
ports {
#address-cells = <1>;
#size-cells = <0>;
port0: usbc-port@0 {
compatible = "usb-c-connector";
reg = <0>;
tcpc = <&rt1715_tcpc0>;
vbus = <&vbus0>;
power-role = "sink";
sink-pdos = <PDO_FIXED(5000, 100, 0)>;
};
};
vbus0: vbus {
compatible = "zephyr,usb-c-vbus-adc";
status = "okay";
io-channels = <&adc 2>;
output-ohms = <10000>;
full-ohms = <(100000 + 10000)>;
};
i2c1 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST_PLUS>;
rt1715_tcpc0: rt1715@4e {
compatible = "richtek,rt1715";
reg = <0x4e>;
irq-gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
status = "okay";
};
};
Properties
Properties not inherited from the base binding file.
Name |
Type |
Details |
---|---|---|
|
|
Interrupt GPIO pin connected from the chip.
This property is required. |
|
|
Maximum number of packet retransmissions done by TCPC. Valid values are <0, 3>.
This value is used to fill the Retry Counter part of the TCPCI Transmit register.
Default value: |
|
|
GPIO pin for VCONN control. RT1715 does not have built-in VCONN power supply. If the
state of the VCONN power supply need to be toggled, this pin and a switchable power
supply are required.
|
|
|
GPIO pin for VCONN discharge control. RT1715 does not have VCONN discharge capability.
If VCONN discharge is not needed, this pin does not need to be defined in the device
tree. Otherwise, this pin and a discharge path are required.
|
|
|
Pin configuration/s for the first state. Content is specific to the
selected pin controller driver implementation.
|
|
|
Pin configuration/s for the second state. See pinctrl-0.
|
|
|
Pin configuration/s for the third state. See pinctrl-0.
|
|
|
Pin configuration/s for the fourth state. See pinctrl-0.
|
|
|
Pin configuration/s for the fifth state. See pinctrl-0.
|
|
|
Names for the provided states. The number of names needs to match the
number of states.
|
Deprecated properties not inherited from the base binding file.
(None)
Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “richtek,rt1715” compatible.
Name |
Type |
Details |
---|---|---|
|
|
register space
This property is required. See Important properties for more information. |
|
|
indicates the operational status of a device
Legal values: See Important properties for more information. |
|
|
compatible strings
This property is required. See Important properties for more information. |
|
|
name of each register space
|
|
|
interrupts for device
See Important properties for more information. |
|
|
extended interrupt specifier for device
|
|
|
name of each interrupt
|
|
|
phandle to interrupt controller node
|
|
|
No description provided for this label
See Important properties for more information. |
|
|
Clock gate information
|
|
|
name of each clock
|
|
|
number of address cells in reg property
|
|
|
number of size cells in reg property
|
|
|
DMA channels specifiers
|
|
|
Provided names of DMA channel specifiers
|
|
|
IO channels specifiers
|
|
|
Provided names of IO channel specifiers
|
|
|
mailbox / IPM channels specifiers
|
|
|
Provided names of mailbox / IPM channel specifiers
|
|
|
Power domain specifiers
|
|
|
Provided names of power domain specifiers
|
|
|
Number of cells in power-domains property
|
|
|
Do not initialize device automatically on boot. Device should be manually
initialized using device_init().
|
|
|
Property to identify that a device can be used as wake up source.
When this property is provided a specific flag is set into the
device that tells the system that the device is capable of
wake up the system.
Wake up capable devices are disabled (interruptions will not wake up
the system) by default but they can be enabled at runtime if necessary.
|
|
|
Automatically configure the device for runtime power management after the
init function runs.
|
|
|
List of power states that will disable this device power.
|