xref: /aosp_15_r20/system/libufdt/utils/tests/data/soc1v1.dts (revision 13e8728f0cffde9369df671f7b293a048a99c7ed)
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