mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
21 lines
361 B
Plaintext
21 lines
361 B
Plaintext
|
// 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"
|