repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
of
/
unittest-data
/
overlay_pci_node.dtso
blob
c05e52e9e44a9583cbadab938967cf05dab41b97
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/ {
4
fragment@0 {
5
target-path="";
6
__overlay__ {
7
#address-cells = <3>;
8
#size-cells = <2>;
9
pci-ep-bus@0 {
10
compatible = "simple-bus";
11
#address-cells = <1>;
12
#size-cells = <1>;
13
ranges = <0x0 0x0 0x0 0x0 0x1000>;
14
reg = <0 0 0 0 0>;
15
unittest-pci@100 {
16
compatible = "unittest-pci";
17
reg = <0x100 0x200>;
18
};
19
};
20
};
21
};
22
};