From f059bd1ebfc4cf2e96c4639ad7fa6cf3a3198a2f Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Fri, 10 Mar 2017 03:28:43 +0000 Subject: Import dtc 1.4.3 Obtained from: https://www.kernel.org/pub/software/utils/dtc/dtc-1.4.3.tar.gz --- tests/stringlist.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/stringlist.dts (limited to 'tests/stringlist.dts') diff --git a/tests/stringlist.dts b/tests/stringlist.dts new file mode 100644 index 000000000000..1e4d3140458f --- /dev/null +++ b/tests/stringlist.dts @@ -0,0 +1,12 @@ +/dts-v1/; + +/ { + compatible = "test-strings"; + #address-cells = <2>; + #size-cells = <2>; + + device { + compatible = "foo", "bar"; + big-endian; + }; +}; -- cgit v1.3