2019-11-19 15:39:11 +08:00
|
|
|
description: Gecko LEUART
|
2018-10-17 14:58:14 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "silabs,gecko-leuart"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: uart-controller.yaml
|
2018-10-17 14:58:14 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-10-17 14:58:14 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-10-17 14:58:14 +08:00
|
|
|
|
2019-09-20 14:34:57 +08:00
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: peripheral ID
|
|
|
|
|
2019-01-31 22:27:21 +08:00
|
|
|
# Note: Not all SoC series support setting individual pin location. If this
|
|
|
|
# is a case all location-* properties need to have identical value.
|
|
|
|
|
|
|
|
location-rx:
|
|
|
|
type: array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-01-31 22:27:21 +08:00
|
|
|
description: RX pin configuration defined as <location port pin>
|
|
|
|
|
|
|
|
location-tx:
|
|
|
|
type: array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-01-31 22:27:21 +08:00
|
|
|
description: TX pin configuration defined as <location port pin>
|