13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "soc_manufacturer,soc_model";
|
||
|
soc_id = <0x0 0x0 0x0 0x1>;
|
||
|
soc_rev = <0x1 0x0>;
|
||
|
|
||
|
deviceA: deviceA {
|
||
|
compatible = "deviceA_manufacturer,deviceA_model";
|
||
|
status = "disabled";
|
||
|
};
|
||
|
};
|