• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/dts-v1/;
2/plugin/;
3
4/ {
5    // add a new node at the root level
6    fragment@0 {
7        target-path = "/chosen";
8        __overlay__ {
9            overlay_b_property = "overlay_b_val";
10        };
11    };
12};
13