Skip to content

Commit a58e659

Browse files
committed
dts: bindings: add title property
This adds a proper, concise, title property to a bunch of bindings for which the first sentence of their description (which used to be a makeshift title) was really long Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 51006fb commit a58e659

28 files changed

+105
-59
lines changed

dts/bindings/clock/gd,gd32-cctl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2022, Teslabs Engineering S.L.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Gigadevice RCU (Reset and Clock Unit) - Clock Controller
5+
46
description: |
57
Gigadevice Reset and Clock Unit (RCU) if a multi-function peripheral in
68
charge of reset control (RCTL) and clock control (CCTL) for all SoC

dts/bindings/ethernet/st,stm32-ethernet-controller.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Copyright The Zephyr Project Contributors
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: STM32 Ethernet Controller
5+
46
description: |
5-
ST STM32 Ethernet controller, contains the Ethernet MAC
6-
and the MDIO as a child nodes.
7+
Contains the Ethernet MAC and the MDIO as child nodes.
78
89
compatible: "st,stm32-ethernet-controller"
910

dts/bindings/memory-controllers/nxp,flexram.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright 2023 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: NXP FlexRAM on-chip RAM controller
5+
46
description: |
5-
NXP FlexRAM on-chip ram controller
67
If the flexram,bank-spec property is specified, then the flexram will be
78
dynamically reconfigured to the configuration specified at runtime. An
89
example to configure the flexram dynamically using the

dts/bindings/mfd/gd,gd32-rcu.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2022, Teslabs Engineering S.L.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Gigadevice RCU (Reset and Clock Unit)
5+
46
description: |
57
Gigadevice Reset and Clock Unit (RCU) if a multi-function peripheral in
68
charge of reset control (RCTL) and clock control (CCTL) for all SoC

dts/bindings/pinctrl/ambiq,apollo3-pinctrl.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Ambiq Apollo3 Pin Controller
5+
46
description: |
5-
The Ambiq Apollo3 pin controller is a node responsible for controlling
6-
pin function selection and pin properties, such as routing a UART0 TX
7-
to pin 60 and enabling the pullup resistor on that pin.
7+
Singleton node responsible for controlling pin function selection and pin
8+
properties, such as routing a UART0 TX to pin 60 and enabling the pullup
9+
resistor on that pin.
810
911
The node has the 'pinctrl' node label set in your SoC's devicetree,
1012
so you can modify it like this:

dts/bindings/pinctrl/ambiq,apollo4-pinctrl.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Copyright (c) 2023 Antmicro <www.antmicro.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Ambiq Apollo4 Pin Controller
5+
46
description: |
5-
The Ambiq Apollo4 pin controller is a node responsible for controlling
6-
pin function selection and pin properties, such as routing a UART0 TX
7-
to pin 60 and enabling the pullup resistor on that pin.
7+
Singleton node responsible for controlling pin function selection and pin
8+
properties, such as routing a UART0 TX to pin 60 and enabling the pullup
9+
resistor on that pin.
810
911
The node has the 'pinctrl' node label set in your SoC's devicetree,
1012
so you can modify it like this:

dts/bindings/pinctrl/ambiq,apollo5-pinctrl.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Copyright (c) 2025 Ambiq Micro Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Ambiq Apollo5 Pin Controller
5+
46
description: |
5-
The Ambiq Apollo5 pin controller is a node responsible for controlling
6-
pin function selection and pin properties, such as routing a UART0 TX
7-
to pin 60 and enabling the pullup resistor on that pin.
7+
Singleton node responsible for controlling pin function selection and pin
8+
properties, such as routing a UART0 TX to pin 60 and enabling the pullup
9+
resistor on that pin.
810
911
The node has the 'pinctrl' node label set in your SoC's devicetree,
1012
so you can modify it like this:

dts/bindings/pinctrl/arm,mps2-pinctrl.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Arm MPS2 Pin Controller
5+
46
description: |
5-
The Arm Mps2 pin controller is a node responsible for controlling
6-
pin function selection and pin properties, such as routing a UART3 TX
7-
to pin 1.
7+
Node responsible for controlling pin function selection and pin properties,
8+
such as routing a UART3 TX to pin 1.
89
910
The node has the 'pinctrl' node label set in your SoC's devicetree,
1011
so you can modify it like this:

dts/bindings/pinctrl/arm,mps3-pinctrl.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: Arm MPS3 Pin Controller
5+
46
description: |
5-
The Arm Mps3 pin controller is a node responsible for controlling
6-
pin function selection and pin properties, such as routing a UART3 TX
7-
to pin 1.
7+
Node responsible for controlling pin function selection and pin properties,
8+
such as routing a UART3 TX to pin 1.
89
910
The node has the 'pinctrl' node label set in your SoC's devicetree,
1011
so you can modify it like this:

dts/bindings/pinctrl/gd,gd32-afio.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2021 Teslabs Engineering S.L.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
title: GD32 AFIO (Alternate Function Input/Output)
5+
46
description: |
57
The AFIO peripheral is used to configure pin remapping, EXTI sources and,
68
when available, enable the I/O compensation cell.

0 commit comments

Comments
 (0)