]> git.sur5r.net Git - u-boot/blob - test/overlay/test-fdt-overlay-stacked.dts
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / test / overlay / test-fdt-overlay-stacked.dts
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 };