9fb7c7b017bfd3ddc33f818cbed4649bbe6db8d3
[platform/kernel/u-boot.git] / test / overlay / test-fdt-overlay-stacked.dts
1 /*
2  * Copyright (c) 2016 NextThing Co
3  * Copyright (c) 2016 Free Electrons
4  * Copyright (c) 2018 Konsulko Group
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 /dts-v1/;
10 /plugin/;
11
12 / {
13         /* Test that we can reference an overlay symbol */
14         fragment@0 {
15                 target = <&local>;
16
17                 __overlay__ {
18                         stacked-test-int-property = <43>;
19                 };
20         };
21 };