1/dts-v1/;
2
3/ {
4  compatible = "soc_manufacturer,soc_model";
5  soc_id = <0x0 0x0 0x0 0x1>;
6  soc_rev = <0x1 0x0>;
7
8  deviceA: deviceA {
9    compatible = "deviceA_manufacturer,deviceA_model";
10    status = "disabled";
11  };
12};
13