xref: /aosp_15_r20/external/dtc/tests/test_props.dts (revision cd60bc56d4bea3af4ec04523e4d71c2b272c8aff)
1*cd60bc56SAndroid Build Coastguard Worker/dts-v1/;
2*cd60bc56SAndroid Build Coastguard Worker
3*cd60bc56SAndroid Build Coastguard Worker/ {
4*cd60bc56SAndroid Build Coastguard Worker	compatible = "test_props";
5*cd60bc56SAndroid Build Coastguard Worker	prop-hex32 = <0xdeadbeef>;
6*cd60bc56SAndroid Build Coastguard Worker	prop-uint32 = <123>;
7*cd60bc56SAndroid Build Coastguard Worker	prop-int32 = <0xfffffffe>;
8*cd60bc56SAndroid Build Coastguard Worker	prop-hex64 = /bits/ 64 <0xdeadbeef01abcdef>;
9*cd60bc56SAndroid Build Coastguard Worker	prop-uint64 = /bits/ 64 <9223372036854775807>;
10*cd60bc56SAndroid Build Coastguard Worker	prop-int64 = /bits/ 64 <0xfffffffffffffffe>;
11*cd60bc56SAndroid Build Coastguard Worker	prop-int32-array = <128>, <(-16)>, <0xfffffffe>;
12*cd60bc56SAndroid Build Coastguard Worker	prop-uint32-array = <0x1>, <0x98765432>, <0xdeadbeef>;
13*cd60bc56SAndroid Build Coastguard Worker	prop-int64-array = /bits/ 64 <0x100000000 0xfffffffffffffffe>;
14*cd60bc56SAndroid Build Coastguard Worker	prop-uint64-array = /bits/ 64 <0x100000000 0x1>;
15*cd60bc56SAndroid Build Coastguard Worker};
16