Searched full:sc18im704 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 5 NXP SC18IM704 UART to I2C/GPIO bridge. 7 The SC18IM704 supports both an external I2C and GPIO controller. These 18 sc18im704: sc18im704 { 19 compatible = "nxp,sc18im704"; 25 compatible = "nxp,sc18im704-i2c"; 32 compatible = "nxp,sc18im704-gpio"; 41 compatible: "nxp,sc18im704" 73 bus: nxp,sc18im704
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.sc18im704 | 5 bool "NXP SC18IM704 GPIO controller driver" 10 Enables NXP SC18IM704 GPIO controller driver 13 int "SC18IM704 GPIO init priority" 17 SC18IM704 GPIO controller initialization priority. 19 Note: Has to be greater than the parent SC18IM704 bridge initialization priority.
|
D | Kconfig | 174 source "drivers/gpio/Kconfig.sc18im704"
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.sc18im704 | 5 bool "NXP SC18IM704 I2C controller driver" 10 Enables NXP SC18IM704 I2C controller driver 15 int "SC18IM704 I2C init priority" 18 SC18IM704 I2C controller initialization priority. 23 bool "Verify SC18IM704 I2C transfers"
|
D | i2c_sc18im704.h | 41 * @brief Claim the SC18IM704 device. 46 * @param dev SC18IM704 device. 54 * @brief Release the SC18IM704 device claim. 58 * @param dev SC18IM704 device. 67 * @brief Exchange data with the SC18IM704 device. 69 * @param dev SC18IM704 device.
|
D | Kconfig | 147 source "drivers/i2c/Kconfig.sc18im704"
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nxp,sc18im704-i2c.yaml | 4 description: I2C controller part for the SC18IM704 bridge 6 compatible: "nxp,sc18im704-i2c" 10 on-bus: nxp,sc18im704
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,sc18im704-gpio.yaml | 4 description: GPIO controller part for the SC18IM704 bridge 6 compatible: "nxp,sc18im704-gpio" 23 on-bus: nxp,sc18im704
|
/Zephyr-latest/tests/drivers/build_all/mfd/ |
D | app.overlay | 23 test_sc18im704: sc18im704 { 24 compatible = "nxp,sc18im704"; 28 compatible = "nxp,sc18im704-i2c"; 35 compatible = "nxp,sc18im704-gpio";
|