repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
of
/
unittest-data
/
overlay_gpio_02b.dts
blob
43ce111d41ceb8d540f92b1040285a8799ba234c
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
gpio@2 {
9
line-a {
10
gpio-hog;
11
gpios = <1 0>;
12
input;
13
line-name = "line-A-input";
14
};
15
};
16
};