dts: bindings: Add missing counter related bindings

We have drivers for "nxp,lpc-rtc" and "zephyr,native-posix-counter"
devicetree compatibles, however we had no bindings for them.  Add
simple bindings

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-21 17:40:25 -05:00 committed by Carles Cufí
commit 795d47e49f
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Copyright (c) 2022, Kumar Gala <galak@kernel.org>
# SPDX-License-Identifier: Apache-2.0
description: Native POSIX Counter
compatible: "zephyr,native-posix-counter"
include: base.yaml

View file

@ -0,0 +1,12 @@
# Copyright (c) 2022, Kumar Gala <galak@kernel.org>
# SPDX-License-Identifier: Apache-2.0
description: NXP LPC RTC
compatible: "nxp,lpc-rtc"
include: base.yaml
properties:
reg:
required: true