summaryrefslogtreecommitdiff
path: root/drivers/of/testcase-data/testcases.dtsi
blob: 669bb07df1421bd4efb7f2385fd4aa78448c3ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/ {
	testcase-data {
		changeset {
			prop-update = "hello";
			prop-remove = "world";
			node-remove {
			};
		};
	};
};
#include "tests-phandle.dtsi"
#include "tests-interrupts.dtsi"
#include "tests-match.dtsi"
#include "tests-platform.dtsi"