Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Pantelis Antoniou | ea28e48 | 2017-09-04 23:12:23 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2016 NextThing Co |
| 4 | * Copyright (c) 2016 Free Electrons |
| 5 | * Copyright (c) 2018 Konsulko Group |
Pantelis Antoniou | ea28e48 | 2017-09-04 23:12:23 +0300 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | /plugin/; |
| 10 | |
| 11 | / { |
| 12 | /* Test that we can reference an overlay symbol */ |
| 13 | fragment@0 { |
| 14 | target = <&local>; |
| 15 | |
| 16 | __overlay__ { |
| 17 | stacked-test-int-property = <43>; |
| 18 | }; |
| 19 | }; |
| 20 | }; |