Home
last modified time | relevance | path

Searched full:rt1718s (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/drivers/gpio/
DKconfig.rt1718s1 # RT1718S driver configuration options
7 bool "RT1718S I2C-based TCPC chip with GPIOs"
11 Enable driver GPIO for RT1718S I2C-based TCPC chip.
16 int "RT1718S GPIO init priority"
19 RT1718S device driver initialization priority. The priority should be
23 int "RT1718S GPIO port init priority"
26 RT1718S GPIO driver initialization priority. The priority should be lower
30 bool "RT1718S alert handler"
32 Enable support for handling RT1718S Alert with a GPIO interrupt connected
Dgpio_rt1718s.h55 /* RT1718S chip driver config */
65 /* RT1718S chip driver data */
67 /* RT1718S device */
78 * @brief Read a RT1718S register
80 * @param dev RT1718S device
94 * @brief Read a sequence of RT1718S registers
96 * @param dev RT1718S device
112 * @brief Write a RT1718S register
114 * @param dev RT1718S device
128 * @brief Write a sequence of RT1718S registers
[all …]
Dgpio_rt1718s_port.c24 /* RT1718S chip device */
56 /* RT1718S has 3 GPIOs so check range */ in gpio_rt1718s_pin_config()
363 /* RT1718S GPIO port driver must be initialized after RT1718S chip driver */
DKconfig194 source "drivers/gpio/Kconfig.rt1718s"
Dgpio_rt1718s.c73 * defined alert for the RT1718S, but handle in rt1718s_alert_worker()
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Drichtek,rt1718s-gpio-port.yaml5 Richtek RT1718S TCPC chip GPIO port
7 "richtek,rt1718s-gpio-port" node handles GPIO feature of the RT1718S TCPC
12 rt1718s_port0: rt1718s@40 {
13 compatible = "richtek,rt1718s";
17 compatible = "richtek,rt1718s-gpio-port";
28 compatible: "richtek,rt1718s-gpio-port"
Drichtek,rt1718s.yaml5 Richtek RT1718S TCPC chip
7 The Richtek RT1718S chip is TCPC, but also has 3 pins, which can be used as
8 a usual GPIO. This node collects common proprties for RT1718S chip e.g. I2C
14 rt1718s_port0: rt1718s@40 {
15 compatible = "richtek,rt1718s";
20 compatible = "richtek,rt1718s-gpio-port";
29 compatible: "richtek,rt1718s"
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.3.rst1397 - :dtcompatible:`richtek,rt1718s`
1398 - :dtcompatible:`richtek,rt1718s-gpio-port`