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_a_property = "overlay_a_val"; 10 }; 11 }; 12}; 13