mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
ea28e488f7
Verify that stacked overlays work. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
21 lines
335 B
Text
21 lines
335 B
Text
/*
|
|
* Copyright (c) 2016 NextThing Co
|
|
* Copyright (c) 2016 Free Electrons
|
|
* Copyright (c) 2018 Konsulko Group
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
/* Test that we can reference an overlay symbol */
|
|
fragment@0 {
|
|
target = <&local>;
|
|
|
|
__overlay__ {
|
|
stacked-test-int-property = <43>;
|
|
};
|
|
};
|
|
};
|