Searched full:usic (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/dts/arm/infineon/cat3/xmc/ |
D | xmc4500_F100x1024-pinctrl.dtsi | 42 pinmux = <XMC4XXX_PINMUX_SET(1, 4, 0)>; /* USIC input src = DX0B */ 45 pinmux = <XMC4XXX_PINMUX_SET(1, 5, 0)>; /* USIC input src = DX0A */ 48 pinmux = <XMC4XXX_PINMUX_SET(5, 0, 0)>; /* USIC input src = DX0D */ 51 pinmux = <XMC4XXX_PINMUX_SET(2, 2, 0)>; /* USIC input src = DX0A */ 54 pinmux = <XMC4XXX_PINMUX_SET(2, 5, 0)>; /* USIC input src = DX0B */ 57 pinmux = <XMC4XXX_PINMUX_SET(4, 0, 0)>; /* USIC input src = DX0E */ 60 pinmux = <XMC4XXX_PINMUX_SET(0, 4, 0)>; /* USIC input src = DX0A */ 63 pinmux = <XMC4XXX_PINMUX_SET(0, 5, 0)>; /* USIC input src = DX0B */ 66 pinmux = <XMC4XXX_PINMUX_SET(2, 14, 0)>; /* USIC input src = DX0D */ 69 pinmux = <XMC4XXX_PINMUX_SET(2, 15, 0)>; /* USIC input src = DX0C */ [all …]
|
D | xmc4700_F144x2048-pinctrl.dtsi | 72 pinmux = <XMC4XXX_PINMUX_SET(1, 4, 0)>; /* USIC input src = DX0B */ 75 pinmux = <XMC4XXX_PINMUX_SET(1, 5, 0)>; /* USIC input src = DX0A */ 78 pinmux = <XMC4XXX_PINMUX_SET(4, 7, 0)>; /* USIC input src = DX0C */ 81 pinmux = <XMC4XXX_PINMUX_SET(5, 0, 0)>; /* USIC input src = DX0D */ 84 pinmux = <XMC4XXX_PINMUX_SET(2, 2, 0)>; /* USIC input src = DX0A */ 87 pinmux = <XMC4XXX_PINMUX_SET(2, 5, 0)>; /* USIC input src = DX0B */ 90 pinmux = <XMC4XXX_PINMUX_SET(3, 13, 0)>; /* USIC input src = DX0D */ 93 pinmux = <XMC4XXX_PINMUX_SET(4, 0, 0)>; /* USIC input src = DX0E */ 96 pinmux = <XMC4XXX_PINMUX_SET(6, 3, 0)>; /* USIC input src = DX0C */ 99 pinmux = <XMC4XXX_PINMUX_SET(0, 4, 0)>; /* USIC input src = DX0A */ [all …]
|
D | xmc4xxx.dtsi | 117 usic0ch0: usic@40030000 { 123 usic0ch1: usic@40030200 { 129 usic1ch0: usic@48020000 { 135 usic1ch1: usic@48020200 { 141 usic2ch0: usic@48024000 { 147 usic2ch1: usic@48024200 {
|
/Zephyr-latest/dts/bindings/i2c/ |
D | infineon,xmc4xxx-i2c.yaml | 10 This driver configures the USIC as an I2C device. 61 Connects the I2C clock line (USIC DX1 input) to a specific GPIO pin. 62 The USIC DX1 input is a multiplexer which connects to different GPIO pins. 77 Connects the I2C data line (USIC DX0 input) to a specific GPIO pin. 78 The USIC DX0 input is a multiplexer which connects to different GPIO pins. 95 Each USIC must use a certain interrupt range: 159 &i2c_sda_dx0_p6_5_u2c0 { /* will require USIC setting sda-src = DX0D */ 163 &i2c_scl_p5_2_u2c0 { /* will require USIC scl-src = DX1A */
|
/Zephyr-latest/dts/bindings/spi/ |
D | infineon,xmc4xxx-spi.yaml | 16 Connects the SPI miso line (USIC DX0 input) to a specific GPIO pin. 17 The USIC DX0 input is a multiplexer which connects to different GPIO pins. 36 Each USIC must use a certain interrupt range: 45 The dmas are referenced in the USIC/SPI node using the following syntax:
|
/Zephyr-latest/dts/bindings/serial/ |
D | infineon,xmc4xxx-uart.yaml | 13 Connects the UART receive line (USIC DX0 input) to a specific GPIO pin. 14 The USIC DX0 input is a multiplexer which connects to different GPIO pins.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | infineon,xmc4xxx-pinctrl.yaml | 22 pin direction, port/pin number and USIC in the name.
|
/Zephyr-latest/drivers/serial/ |
D | uart_xmc4xxx.c | 919 /* Start the UART before pinctrl, because the USIC is driving the TX line */ in uart_xmc4xxx_init()
|