aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest-data/overlay_6.dts
blob: a14e965f5497761d8a7b8ad10bd83836bf958a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;

/ {
	/* overlay_6 */
	/* overlays 6, 7 application and removal in sequence */

	fragment@0 {
		target-path = "/testcase-data/overlay-node/test-bus/test-unittest6";
		__overlay__ {
			status = "okay";
		};
	};
};