repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
of
/
unittest-data
/
overlay_gpio_01.dtso
blob
bb3a31a2137aea17f43441f6ddb3179fc172aa69
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
&unittest_test_bus {
6
#address-cells = <1>;
7
#size-cells = <0>;
8
9
gpio@0 {
10
compatible = "unittest-gpio";
11
reg = <0>;
12
gpio-controller;
13
#gpio-cells = <2>;
14
ngpios = <2>;
15
gpio-line-names = "line-A", "line-B";
16
17
line-b {
18
gpio-hog;
19
gpios = <2 0>;
20
input;
21
line-name = "line-B-input";
22
};
23
};
24
};