Searched full:rt1718s (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | Kconfig.rt1718s | 1 # 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
|
D | gpio_rt1718s.h | 55 /* 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 …]
|
D | gpio_rt1718s_port.c | 24 /* 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 */
|
D | Kconfig | 194 source "drivers/gpio/Kconfig.rt1718s"
|
D | gpio_rt1718s.c | 73 * defined alert for the RT1718S, but handle in rt1718s_alert_worker()
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | richtek,rt1718s-gpio-port.yaml | 5 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"
|
D | richtek,rt1718s.yaml | 5 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/ |
D | release-notes-3.3.rst | 1397 - :dtcompatible:`richtek,rt1718s` 1398 - :dtcompatible:`richtek,rt1718s-gpio-port`
|