summaryrefslogtreecommitdiffstats
path: root/test/self/of_manipulation.dts
diff options
context:
space:
mode:
Diffstat (limited to 'test/self/of_manipulation.dts')
-rw-r--r--test/self/of_manipulation.dts11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/self/of_manipulation.dts b/test/self/of_manipulation.dts
index 3b690bb7f0..2cc6773fa9 100644
--- a/test/self/of_manipulation.dts
+++ b/test/self/of_manipulation.dts
@@ -4,12 +4,14 @@
/ {
node1 {
- property1;
+ property1 = <1>;
+ property2 = <2>;
node21 { };
};
node2 {
- property1;
+ property1 = <1>;
+ property2 = <2>;
node21 { };
};
@@ -27,4 +29,9 @@
property-single = "ayy";
property-multi = "ayy", "bee", "sea";
};
+
+ np4 {
+ property-single = "ayy";
+ property-multi = "ayy", "bee", "sea";
+ };
};