xref: /netbsd-src/external/gpl2/dtc/dist/tests/test_props.dts (revision cc7d2833ecf67da5a5ddc470841931eb9f6723e4)
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