Skip to content

Commit 59f3594

Browse files
committed
dts/bindings: Add gpio-generic binding
This binding is meant to specify gpios in the device-tree that are not leds or buttons. Signed-off-by: Tobias Svehagen <[email protected]>
1 parent e27b087 commit 59f3594

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: GPIO GENERIC
2+
3+
description: >
4+
This is a representation of the GPIO GENERIC nodes
5+
6+
inherits:
7+
!include [base.yaml]
8+
9+
properties:
10+
compatible:
11+
constraint: "gpio-generic"
12+
13+
sub-node:
14+
properties:
15+
gpios:
16+
type: compound
17+
category: required
18+
label:
19+
type: string
20+
category: required

0 commit comments

Comments
 (0)