1228753Smm// SPDX-License-Identifier: GPL-2.0
2228753Smm/dts-v1/;
3228753Smm/plugin/;
4370535Sgit2svn
5228753Smm/* overlay_17 - notify test */
6228753Smm
7228753Smm&unittest_test_bus {
8228753Smm	#address-cells = <1>;
9370535Sgit2svn	#size-cells = <0>;
10228753Smm
11	test-unittest17 {
12		compatible = "unittest";
13		reg = <17>;
14	};
15};
16