forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: bindings: ps2: Add dts bindings for PS/2
Introduction of generic device tree bindings for PS/2 devices Signed-off-by: Francisco Munoz <[email protected]>
- Loading branch information
1 parent
34f4e30
commit 623f991
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright (c) 2019, Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
title: Microchip XEC PS/2 | ||
|
||
description: > | ||
This is a representation of the Microchip XEC PS/2 controller | ||
compatible: "microchip,xec-ps2" | ||
|
||
include: ps2.yaml | ||
|
||
properties: | ||
reg: | ||
required: true | ||
|
||
interrupts: | ||
required: true | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright (c) 2019, Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
title: PS/2 Base Structure | ||
|
||
description: > | ||
This binding gives the base structures for all PS/2 devices | ||
include: base.yaml | ||
|
||
child: | ||
bus: ps2 | ||
|
||
properties: | ||
"#address-cells": | ||
type: int | ||
required: true | ||
description: should be 1. | ||
"#size-cells": | ||
type: int | ||
required: true | ||
description: should be 0. | ||
label: | ||
required: true | ||
|