diff --git a/dts/bindings/rtc/renesas,smartbond-rtc.yaml b/dts/bindings/rtc/renesas,smartbond-rtc.yaml index afe21aef79b..c852a9abcb0 100644 --- a/dts/bindings/rtc/renesas,smartbond-rtc.yaml +++ b/dts/bindings/rtc/renesas,smartbond-rtc.yaml @@ -1,7 +1,7 @@ # Copyright (c) 2023 Renesas Electronics Corporation # SPDX-License-Identifier: Apache-2.0 -description: Renesas SmartBond(tm) RTC node +description: Renesas SmartBond(tm) RTC compatible: "renesas,smartbond-rtc" diff --git a/dts/bindings/rtc/rtc-device.yaml b/dts/bindings/rtc/rtc-device.yaml index cb231a8795b..d4d81959f61 100644 --- a/dts/bindings/rtc/rtc-device.yaml +++ b/dts/bindings/rtc/rtc-device.yaml @@ -3,7 +3,7 @@ include: base.yaml -description: RTC (real-time clock) device common bindings +description: RTC (real-time clock) device properties: alarms-count: diff --git a/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml b/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml index b0b5fb3cc07..0d429f45ad4 100644 --- a/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml +++ b/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml @@ -1,4 +1,4 @@ -description: Xilinx AXI Timer IP node +description: Xilinx AXI Timer IP compatible: "xlnx,xps-timer-1.00.a" diff --git a/dts/bindings/rtc/zephyr,fake-rtc.yaml b/dts/bindings/rtc/zephyr,fake-rtc.yaml index 733de7bb07a..62f6cb993f1 100644 --- a/dts/bindings/rtc/zephyr,fake-rtc.yaml +++ b/dts/bindings/rtc/zephyr,fake-rtc.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 description: | - This binding provides a fake RTC controller for use as either a stub or a mock in Zephyr + A Fake RTC controller for use as either a stub or a mock in Zephyr testing. compatible: "zephyr,fake-rtc"