Home | History | Annotate | Download | only in tests
      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 };
     13