Home
last modified time | relevance | path

Searched full:usic (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/arm/infineon/cat3/xmc/
Dxmc4500_F100x1024-pinctrl.dtsi42 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 …]
Dxmc4700_F144x2048-pinctrl.dtsi72 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 …]
Dxmc4xxx.dtsi117 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/
Dinfineon,xmc4xxx-i2c.yaml10 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/
Dinfineon,xmc4xxx-spi.yaml16 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/
Dinfineon,xmc4xxx-uart.yaml13 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/
Dinfineon,xmc4xxx-pinctrl.yaml22 pin direction, port/pin number and USIC in the name.
/Zephyr-latest/drivers/serial/
Duart_xmc4xxx.c919 /* Start the UART before pinctrl, because the USIC is driving the TX line */ in uart_xmc4xxx_init()