1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| // SPDX-License-Identifier: GPL-2.0
| /dts-v1/;
| /plugin/;
|
| / {
| 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-address.dtsi"
| #include "tests-platform.dtsi"
| #include "tests-overlay.dtsi"
|
|