blob: 6411adec53967044a29953557f8261409d97e555 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Pantelis Antoniouea28e482017-09-04 23:12:23 +03002/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
5 * Copyright (c) 2018 Konsulko Group
Pantelis Antoniouea28e482017-09-04 23:12:23 +03006 */
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};