blob: 219ef9324e9c6b8e270f064b97a1d34f11e6c884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/dts-v1/;
/ {
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"
|