summaryrefslogtreecommitdiff
path: root/tests/testdata/dtc_local_fixup.add_dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/dtc_local_fixup.add_dts')
-rw-r--r--tests/testdata/dtc_local_fixup.add_dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/dtc_local_fixup.add_dts b/tests/testdata/dtc_local_fixup.add_dts
deleted file mode 100644
index b158cd7..0000000
--- a/tests/testdata/dtc_local_fixup.add_dts
+++ /dev/null
@@ -1,5 +0,0 @@
-&a {
- c: c{
- d{ interrupt_parent = <&c>; };
- };
-};