6b912f044d
UART controllers present on Ambiq SoCs implement a PL011 compatible interface, with some minor differences that require certain quirks. To support them a dedicated compatible is needed. Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
19 lines
355 B
YAML
19 lines
355 B
YAML
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Ambiq UART controller (PL011 compatible)
|
|
|
|
compatible: "ambiq,uart"
|
|
|
|
include: ["arm,pl011.yaml", pinctrl-device.yaml, ambiq-pwrcfg.yaml]
|
|
|
|
properties:
|
|
pinctrl-0:
|
|
required: true
|
|
|
|
pinctrl-names:
|
|
required: true
|
|
|
|
ambiq,pwrcfg:
|
|
required: true
|