aboutsummaryrefslogtreecommitdiff
path: root/test/overlay/test-fdt-overlay-stacked.dts
diff options
context:
space:
mode:
Diffstat (limited to 'test/overlay/test-fdt-overlay-stacked.dts')
-rw-r--r--test/overlay/test-fdt-overlay-stacked.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/overlay/test-fdt-overlay-stacked.dts b/test/overlay/test-fdt-overlay-stacked.dts
new file mode 100644
index 0000000..9fb7c7b
--- /dev/null
+++ b/test/overlay/test-fdt-overlay-stacked.dts
@@ -0,0 +1,21 @@
+/*
+ * 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>;
+ };
+ };
+};