Home
last modified time | relevance | path

Searched full:i2c_channel_d (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/i2c/
Di2c.h18 #define I2C_CHANNEL_D 3 macro
/Zephyr-latest/dts/bindings/i2c/
Dite,common-i2c.yaml29 3 = I2C_CHANNEL_D,
/Zephyr-latest/dts/riscv/ite/
Dit81xx2.dtsi412 port-num = <I2C_CHANNEL_D>;
Dit82xx2.dtsi956 port-num = <I2C_CHANNEL_D>;
/Zephyr-latest/drivers/i2c/
Di2c_ite_enhance.c1219 } else if (config->port == I2C_CHANNEL_D) { in i2c_enhance_init()