1/dts-v1/; 2/plugin/; 3 4/ { 5 compatible = "board_manufacturer,board_model"; 6 board_id = <0x00010000>; 7 board_rev = <0x00010001>; 8 another_board_id = <0xaabbccdd>; 9 /* optional, the soc used by the board */ 10 soc_id = <0x00020000>; 11}; 12 13&deviceB { 14 value = <0x2>; 15 status = "okay"; 16}; 17