Home
last modified time | relevance | path

Searched full:sedi (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/dma/
DKconfig.sedi1 # Intel sedi DMA configuration options
7 bool "SEDI DMA driver"
12 This option enables the Intel SEDI DMA driver.
13 This driver is simply a shim driver built upon the SEDI
DKconfig71 source "drivers/dma/Kconfig.sedi"
Ddma_sedi.c260 /* initialize the dma controller, following the sedi api*/ in dma_sedi_chan_config()
316 /* call sedi start function */ in dma_sedi_start()
/Zephyr-latest/drivers/gpio/
DKconfig.sedi8 bool "SEDI GPIO driver"
12 This option enables Intel SEDI GPIO driver.
13 This driver is simply a shim driver built upon the SEDI
DKconfig175 source "drivers/gpio/Kconfig.sedi"
Dgpio_sedi.c298 /* Call sedi gpio init */ in gpio_sedi_init()
/Zephyr-latest/drivers/spi/
DKconfig.sedi8 bool "Intel SEDI SPI driver"
12 This option enables the Intel SEDI SPI driver.
13 This driver is simply a shim driver built upon the SEDI
DKconfig116 source "drivers/spi/Kconfig.sedi"
/Zephyr-latest/drivers/serial/
DKconfig.sedi7 bool "Intel SEDI UART driver"
13 This option enables the Intel SEDI UART driver.
14 This driver is simply a shim driver built upon the SEDI
DKconfig208 rsource "Kconfig.sedi"
/Zephyr-latest/drivers/ipm/
DKconfig.sedi5 bool "Intel SEDI IPM Driver"
9 This option enables the Intel SEDI IPM(IPC) driver.
10 This driver is simply a shim driver built upon the SEDI
DKconfig71 source "drivers/ipm/Kconfig.sedi"
/Zephyr-latest/drivers/i2c/
DKconfig.sedi8 bool "Intel SEDI I2C Driver"
12 This option enables the Intel SEDI I2C driver.
13 This driver is simply a shim driver built upon the SEDI
DKconfig148 source "drivers/i2c/Kconfig.sedi"
/Zephyr-latest/dts/bindings/ipm/
Dintel,sedi-ipm.yaml5 description: INTEL SEDI IPM controller.
7 compatible: "intel,sedi-ipm"
21 description: sedi instance id of ipm
/Zephyr-latest/dts/x86/intel/
Dintel_ish5.dtsi92 compatible = "intel,sedi-ipm";
102 compatible = "intel,sedi-uart";
112 compatible = "intel,sedi-i2c";
124 compatible = "intel,sedi-i2c";
136 compatible = "intel,sedi-i2c";
148 compatible = "intel,sedi-gpio";
161 compatible = "intel,sedi-spi";
173 compatible = "intel,sedi-spi";
185 compatible = "intel,sedi-dma";
/Zephyr-latest/dts/bindings/serial/
Dintel,sedi-uart.yaml5 description: INTEL SEDI UART
7 compatible: "intel,sedi-uart"
/Zephyr-latest/dts/bindings/dma/
Dintel,sedi-dma.yaml5 description: Intel SEDI DMA controller.
7 compatible: "intel,sedi-dma"
/Zephyr-latest/dts/bindings/spi/
Dintel,sedi-spi.yaml7 description: Intel SEDI SPI controller
9 compatible: "intel,sedi-spi"
/Zephyr-latest/dts/bindings/i2c/
Dintel,sedi-i2c.yaml7 description: Intel SEDI I2C
9 compatible: "intel,sedi-i2c"
/Zephyr-latest/dts/bindings/gpio/
Dintel,sedi-gpio.yaml7 description: Intel SEDI GPIO
9 compatible: "intel,sedi-gpio"
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst561 * Added Intel SEDI driver
729 * Added Intel SEDI UART driver.
1316 * :dtcompatible:`intel,sedi-gpio`
1317 * :dtcompatible:`intel,sedi-i2c`
1318 * :dtcompatible:`intel,sedi-ipm`
1319 * :dtcompatible:`intel,sedi-uart`
/Zephyr-latest/
DMAINTAINERS.yml3685 - dts/bindings/*/intel,sedi*
3686 - drivers/*/*sedi*