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