22 lines
375 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
// SPDX-License-Identifier: GPL-2.0
/ {
testcase-data {
changeset {
prop-update = "hello";
prop-remove = "world";
2026-01-29 22:25:33 +08:00
2026-01-21 18:59:54 +08:00
node-remove {
};
};
};
};
2026-01-29 22:25:33 +08:00
2026-01-21 18:59:54 +08:00
#include "tests-phandle.dtsi"
#include "tests-interrupts.dtsi"
#include "tests-match.dtsi"
#include "tests-address.dtsi"
#include "tests-platform.dtsi"
#include "tests-overlay.dtsi"
2026-01-29 22:25:33 +08:00
#include "tests-lifecycle.dtsi"