Home | History | Annotate | Line # | Download | only in tests
      1 /dts-v1/;
      2 
      3 / {
      4 	compatible = "test_props";
      5 	prop-hex32 = <0xdeadbeef>;
      6 	prop-uint32 = <123>;
      7 	prop-int32 = <0xfffffffe>;
      8 	prop-hex64 = /bits/ 64 <0xdeadbeef01abcdef>;
      9 	prop-uint64 = /bits/ 64 <9223372036854775807>;
     10 	prop-int64 = /bits/ 64 <0xfffffffffffffffe>;
     11 };
     12