Add qemu 2.4.0
[kvmfornfv.git] / qemu / dtc / tests / char_literal.dts
diff --git a/qemu/dtc/tests/char_literal.dts b/qemu/dtc/tests/char_literal.dts
new file mode 100644 (file)
index 0000000..22e17ed
--- /dev/null
@@ -0,0 +1,5 @@
+/dts-v1/;
+
+/ {
+       char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
+};