Frank Rowand | 39a751a | 2018-02-12 00:19:42 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /dts-v1/; | ||||
3 | /plugin/; | ||||
4 | |||||
5 | / { | ||||
6 | /* overlay_1 - disable using absolute target path */ | ||||
7 | |||||
8 | fragment@0 { | ||||
9 | target-path = "/testcase-data/overlay-node/test-bus/test-unittest1"; | ||||
10 | __overlay__ { | ||||
11 | status = "disabled"; | ||||
12 | }; | ||||
13 | }; | ||||
14 | }; |