xref: /openbmc/u-boot/test/overlay/test-fdt-overlay-stacked.dts (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
5 * Copyright (c) 2018 Konsulko Group
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};
21