Add qemu 2.4.0
[kvmfornfv.git] / qemu / dtc / tests / appendprop.dts
diff --git a/qemu/dtc/tests/appendprop.dts b/qemu/dtc/tests/appendprop.dts
new file mode 100644 (file)
index 0000000..f4bc730
--- /dev/null
@@ -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];
+};