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_10.dts
blob
73993bf23bf8b5693fa67eefeec86c1e51729c45
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
/* overlay_10 */
6
/* overlays 8, 9, 10, 11 application and removal in bad sequence */
7
8
&unittest_test_bus {
9
/* suppress DTC warning */
10
#address-cells = <1>;
11
#size-cells = <0>;
12
13
test-unittest10 {
14
compatible = "unittest";
15
status = "okay";
16
reg = <10>;
17
18
#address-cells = <1>;
19
#size-cells = <0>;
20
21
test-unittest101 {
22
compatible = "unittest";
23
status = "okay";
24
reg = <1>;
25
};
26
};
27
};