of: overlay: unittest: add tests for overlay notifiers
[sfrench/cifs-2.6.git] / drivers / of / unittest-data / overlay_20.dts
diff --git a/drivers/of/unittest-data/overlay_20.dts b/drivers/of/unittest-data/overlay_20.dts
new file mode 100644 (file)
index 0000000..d4a4f2f
--- /dev/null
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0
+/dts-v1/;
+/plugin/;
+
+/* overlay_20 - notify test */
+
+&unittest_test_bus {
+       #address-cells = <1>;
+       #size-cells = <0>;
+
+       test-unittest20 {
+               compatible = "unittest";
+               reg = <20>;
+       };
+};