summaryrefslogtreecommitdiff
path: root/tests/reg-without-unit-addr.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reg-without-unit-addr.dts')
-rw-r--r--tests/reg-without-unit-addr.dts10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/reg-without-unit-addr.dts b/tests/reg-without-unit-addr.dts
deleted file mode 100644
index aaf8af7a8cd2..000000000000
--- a/tests/reg-without-unit-addr.dts
+++ /dev/null
@@ -1,10 +0,0 @@
-/dts-v1/;
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
-
- node {
- reg = <0 1>;
- };
-};