blob: e7f77f0e46892324258dff6a13226690e2c11cf7 [file] [log] [blame]
description: STM32 UART
compatible: "st,stm32-uart"
include: uart-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
pinctrl-0:
type: phandles
required: false
description: |
GPIO pin configuration for serial signals (RX, TX, RTS, CTS). We expect
that the phandles will reference pinctrl nodes.
For example the USART1 would be
pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;