1# Copyright (c) 2024 sensry.io
2# SPDX-License-Identifier: Apache-2.0
3
4description: Sensry SY1xx UART
5
6compatible: "sensry,sy1xx-uart"
7
8include: uart-controller.yaml
9
10properties:
11  reg:
12    required: true
13    description: Base address of the uart controller.
14
15  current-speed:
16    required: true
17    description: Default baudrate of the uart controller.
18
19  instance:
20    type: int
21    required: true
22