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:
parent
269f664a98
commit
795d47e49f
2 changed files with 20 additions and 0 deletions
8
dts/bindings/counter/zephyr,native-posix-counter.yaml
Normal file
8
dts/bindings/counter/zephyr,native-posix-counter.yaml
Normal 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
|
12
dts/bindings/rtc/nxp,lpc-rtc.yaml
Normal file
12
dts/bindings/rtc/nxp,lpc-rtc.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue