aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tree1_wrong5.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tree1_wrong5.dts')
-rw-r--r--tests/test_tree1_wrong5.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_tree1_wrong5.dts b/tests/test_tree1_wrong5.dts
index ef4c4f7b772d..6ddd72d52e1b 100644
--- a/tests/test_tree1_wrong5.dts
+++ b/tests/test_tree1_wrong5.dts
@@ -7,9 +7,12 @@
compatible = "test_tree1";
prop-int = <0xdeadbefe>;
prop-str = "hello world";
+ #address-cells = <1>;
+ #size-cells = <0>;
subnode@1 {
compatible = "subnode1";
+ reg = <1>;
prop-int = [deadbeef];
subsubnode {
@@ -22,10 +25,14 @@
};
subnode@2 {
+ reg = <2>;
linux,phandle = <0x2000>;
prop-int = <123456789>;
+ #address-cells = <1>;
+ #size-cells = <0>;
subsubnode@0 {
+ reg = <0>;
phandle = <0x2001>;
compatible = "subsubnode2", "subsubnode";
prop-int = <0726746425>;