Unit testing framework and devicetree framework refactoring (#50)
[lunaix-os.git] / lunaix-os / tests / units / device-tree / samples / fdt-iter.dts
diff --git a/lunaix-os/tests/units/device-tree/samples/fdt-iter.dts b/lunaix-os/tests/units/device-tree/samples/fdt-iter.dts
new file mode 100644 (file)
index 0000000..63c9a37
--- /dev/null
@@ -0,0 +1,19 @@
+/dts-v1/;
+
+/ {
+    child@1 {
+        prop-child1;
+    };
+
+    child@2 {
+        prop-child2;
+
+        child@21 {
+            prop-child21;
+        };
+    };
+
+    child@3 {
+        prop-child3;
+    };
+};
\ No newline at end of file