1description: Gecko USART 2 3compatible: "silabs,gecko-usart" 4 5include: [uart-controller.yaml, pinctrl-device.yaml] 6 7properties: 8 reg: 9 required: true 10 11 interrupts: 12 required: true 13 14 peripheral-id: 15 type: int 16 description: peripheral ID 17 18 # Note: Not all SoC series support setting individual pin location. If this 19 # is a case all location-* properties need to have identical value. 20 21 location-rx: 22 type: array 23 description: RX pin configuration defined as <location port pin> 24 25 location-tx: 26 type: array 27 description: TX pin configuration defined as <location port pin> 28 29 location-rts: 30 type: array 31 description: RTS pin configuration defined as <location port pin> 32 33 location-cts: 34 type: array 35 description: CTS pin configuration defined as <location port pin> 36