summaryrefslogtreecommitdiff
path: root/tests/testdata/overlay_2_layers.base_dts
blob: 1d7b578ffdf14f5fc999db92aebbd3a20df7861c (plain)
1
2
3
4
5
6
7
8
9
10
11
/dts-v1/;
/ {
  a: a {
     b = "b";
     c = "c";
     d {
       e = "e";
     };
  };
};