• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/dts-v1/;
2
3/ {
4  compatible = "soc_manufacturer,soc_model";
5  soc_id = <0x0 0x0 0x0 0x2>;
6  soc_rev = <0x1 0x0>;
7
8  deviceA: deviceA {
9    compatible = "deviceA_manufacturer,deviceA_model";
10    status = "disabled";
11  };
12
13  deviceB: deviceB {
14    compatible = "deviceB_manufacturer,deviceB_model";
15    status = "disabled";
16  };
17};
18