Browse Source
This commit creates ambiq uart new binding file and renamed the previous one as ambiq,pl011-uart Signed-off-by: Hao Luo <hluo@ambiq.com>pull/90054/head
3 changed files with 35 additions and 6 deletions
@ -0,0 +1,15 @@ |
|||||||
|
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
description: Ambiq UART controller (PL011 compatible) |
||||||
|
|
||||||
|
compatible: "ambiq,pl011-uart" |
||||||
|
|
||||||
|
include: ["arm,pl011.yaml", pinctrl-device.yaml] |
||||||
|
|
||||||
|
properties: |
||||||
|
pinctrl-0: |
||||||
|
required: true |
||||||
|
|
||||||
|
pinctrl-names: |
||||||
|
required: true |
@ -1,15 +1,29 @@ |
|||||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
# Copyright (c) 2025, Ambiq Micro Inc. <www.ambiq.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
description: Ambiq UART controller (PL011 compatible) |
description: Ambiq UART controller |
||||||
|
|
||||||
compatible: "ambiq,uart" |
compatible: "ambiq,uart" |
||||||
|
|
||||||
include: ["arm,pl011.yaml", pinctrl-device.yaml] |
include: [uart-controller.yaml, pinctrl-device.yaml] |
||||||
|
|
||||||
properties: |
properties: |
||||||
|
reg: |
||||||
|
required: true |
||||||
|
|
||||||
|
interrupts: |
||||||
|
required: true |
||||||
|
|
||||||
pinctrl-0: |
pinctrl-0: |
||||||
required: true |
required: true |
||||||
|
|
||||||
pinctrl-names: |
pinctrl-names: |
||||||
required: true |
required: true |
||||||
|
|
||||||
|
clk-src: |
||||||
|
type: int |
||||||
|
default: 0 |
||||||
|
description: | |
||||||
|
Set the UART clock source, apollo510 only |
||||||
|
0x0 - HFRC |
||||||
|
0x1 - SYSPLL |
||||||
|
Loading…
Reference in new issue