aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/appendprop.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/appendprop.dts')
-rw-r--r--dtc/tests/appendprop.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/dtc/tests/appendprop.dts b/dtc/tests/appendprop.dts
new file mode 100644
index 00000000..f4bc730e
--- /dev/null
+++ b/dtc/tests/appendprop.dts
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/ {
+ prop-str = "hello world", "nastystring: \a\b\t\n\v\f\r\\\"";
+ prop-int64 = /bits/ 64 <0xdeadbeef01abcdef 0xdeadbeef01abcdef>;
+ prop-int = <0xdeadbeef 123456789>;
+ prop-bytes = [00010203040001020304];
+};