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_11.dts
blob
9a79b253a809883366bf7046991ffdcae2018966
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
/* overlay_11 */
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-unittest11 {
14
compatible = "unittest";
15
status = "okay";
16
reg = <11>;
17
18
#address-cells = <1>;
19
#size-cells = <0>;
20
21
test-unittest111 {
22
compatible = "unittest";
23
status = "okay";
24
reg = <1>;
25
};
26
27
};
28
};