]> Git Repo - linux.git/blob - drivers/of/unittest-data/tests-platform.dtsi
Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb
[linux.git] / drivers / of / unittest-data / tests-platform.dtsi
1
2 / {
3         testcase-data {
4                 platform-tests {
5                         #address-cells = <1>;
6                         #size-cells = <0>;
7
8                         test-device@0 {
9                                 compatible = "test-device";
10                                 reg = <0x0>;
11
12                                 #address-cells = <1>;
13                                 #size-cells = <0>;
14
15                                 dev@100 {
16                                         compatible = "test-sub-device";
17                                         reg = <0x100>;
18                                 };
19                         };
20
21                         test-device@1 {
22                                 compatible = "test-device";
23                                 reg = <0x1>;
24
25                                 #address-cells = <1>;
26                                 #size-cells = <0>;
27
28                                 dev@100 {
29                                         compatible = "test-sub-device",
30                                                      "test-compat2",
31                                                      "test-compat3";
32                                         reg = <0x100>;
33                                 };
34                         };
35                 };
36         };
37 };
This page took 0.033925 seconds and 4 git commands to generate.