boot_images/boot/Settings/Soc/<chipset>/Core/Buses/qup_common/<chipset>-qupv3-pinctrl.dtsiboot_images/boot/Settings/Soc/<chipset>/Core/Buses/qup_common/<chipset>-qupv3.dtsi
&top_qup{k}_se{n}, k represents the QUP number and n represents the serial engine number. The table lists the DT properties:
| Property name | Property description | Data type | Possible values/value range | Device behavior |
|---|---|---|---|---|
status = "disabled"; | Status control to enable/disable serial interfaces supported for QUP v3 serial engine (I2C/SPI/UART) protocols. | String |
| Enables or disables the serial engine. |
&top_qup{k}_se{n}_i2c_active | GPIOs active settings for I2C serial engines. | UINT32-array | Reference to a node label. | Sets active GPIO configurations for the I2C protocol. |
&top_qup{k}_se{n}_i2c_sleep | GPIOs sleep settings for I2C. | UINT32-array | Reference to a node label. | Sets sleep GPIO configurations for the I2C protocol. |
&top_qup{k}_se{n}_spi_active | GPIOs active settings for SPI. | UINT32-array | Reference to a node label. | Sets active GPIO configurations for the SPI protocol. |
&top_qup{k}_se{n}_spi_sleep | GPIOs sleep settings for SPI. | UINT32-array | Reference to a node label. | Sets sleep GPIO configurations for the SPI protocol. |
&top_qup{k}_se{n}_uart_active | GPIOs active settings for UART. | UINT32-array | Reference to a node label. | Sets active GPIO configurations for the UART protocol. |
&top_qup{k}_se{n}_uart_sleep | GPIOs sleep settings for UART. | UINT32-array | Reference to a node label. | Sets sleep GPIO configurations for the UART protocol. |

