]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/stringlist.dts
Import dtc 1.4.3
[FreeBSD/FreeBSD.git] / tests / stringlist.dts
1 /dts-v1/;
2
3 / {
4         compatible = "test-strings";
5         #address-cells = <2>;
6         #size-cells = <2>;
7
8         device {
9                 compatible = "foo", "bar";
10                 big-endian;
11         };
12 };