aboutsummaryrefslogtreecommitdiff
path: root/tests/overlay_overlay_long_path.dts
blob: 4f0d40b69d532369ada05d5e95e7b8cdbc3d5933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/dts-v1/;
/plugin/;

&subtest_with_long_path {
	lpath_0: test-0 {
		prop = "lpath";
	};

	lpath_1: test-1 {
		prop = "lpath";
	};

	lpath_2: test-2 {
		prop = "lpath";
	};

	lpath_3: test-3 {
		prop = "lpath";
	};

	lpath_4: test-4 {
		prop = "lpath";
	};

	lpath_5: test-5 {
		prop = "lpath";
	};

	lpath_6: test-6 {
		prop = "lpath";
	};
};