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
mic: vop: Fix use-after-free on remove
[linux/fpc-iii.git]
/
drivers
/
of
/
unittest-data
/
overlay_4.dts
blob
a8a77ddf9abe829c84017f9f6f393da0bfe64faf
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
/* overlay_4 - test insertion of a full node */
6
7
&unittest_test_bus {
8
9
/* suppress DTC warning */
10
#address-cells = <1>;
11
#size-cells = <0>;
12
13
test-unittest4 {
14
compatible = "unittest";
15
status = "okay";
16
reg = <4>;
17
};
18
};