You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
287 B
17 lines
287 B
4 months ago
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "board_manufacturer,board_model";
|
||
|
board_id = <0x00010000>;
|
||
|
board_rev = <0x00010001>;
|
||
|
another_board_id = <0xaabbccdd>;
|
||
|
/* optional, the soc used by the board */
|
||
|
soc_id = <0x00020000>;
|
||
|
};
|
||
|
|
||
|
&deviceB {
|
||
|
value = <0x2>;
|
||
|
status = "okay";
|
||
|
};
|