silabs,gecko-uart

Vendor: Silicon Laboratories

Description

These nodes are “uart” bus nodes.

Gecko UART

Properties

Properties not inherited from the base binding file.

Name

Type

Details

current-speed

int

Initial baud rate setting for UART. Defaults to standard baudrate of 115200 if not specified.

Default value: 115200

stop-bits

string

Sets the number of stop bits. Defaults to standard of 1 if not specified.

Default value: 1

Legal values: '0_5', '1', '1_5', '2'

data-bits

int

Sets the number of data bits. Defaults to standard of 8 if not specified.

Default value: 8

Legal values: 5, 6, 7, 8, 9

peripheral-id

int

peripheral ID

This property is required.

location-rx

array

RX pin configuration defined as <location port pin>

This property is required.

location-tx

array

TX pin configuration defined as <location port pin>

This property is required.

clock-frequency

int

Clock frequency information for UART operation

hw-flow-control

boolean

Set to enable RTS/CTS flow control at boot time

parity

string

Configures the parity of the adapter. Enumeration id 0 for none, 1 for odd
and 2 for even parity. Default to none if not specified.

Default value: none

Legal values: 'none', 'odd', 'even'