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