]> Git Repo - linux.git/blob - drivers/of/unittest-data/testcases_common.dtsi
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / of / unittest-data / testcases_common.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2
3 / {
4         testcase-data {
5                 changeset {
6                         prop-update = "hello";
7                         prop-remove = "world";
8
9                         node-remove {
10                         };
11                 };
12         };
13 };
14
15 #include "tests-phandle.dtsi"
16 #include "tests-interrupts.dtsi"
17 #include "tests-match.dtsi"
18 #include "tests-address.dtsi"
19 #include "tests-platform.dtsi"
20 #include "tests-overlay.dtsi"
21 #include "tests-lifecycle.dtsi"
This page took 0.031728 seconds and 4 git commands to generate.