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
LiteX: driver for MMCM
[linux/fpc-iii.git]
/
drivers
/
of
/
unittest-data
/
overlay_gpio_02a.dts
blob
ec59aff6ed47ed50f178ecfefbbbf42575d54218
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
compatible = "unittest-gpio";
10
reg = <2>;
11
gpio-controller;
12
#gpio-cells = <2>;
13
ngpios = <2>;
14
gpio-line-names = "line-A", "line-B";
15
};
16
};