xref: /linux/drivers/of/unittest-data/overlay_17.dtso (revision 16e5ac127d8d18adf85fe5ba847d77b58d1ed418)
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3/plugin/;
4
5/* overlay_17 - notify test */
6
7&unittest_test_bus {
8	#address-cells = <1>;
9	#size-cells = <0>;
10
11	test-unittest17 {
12		compatible = "unittest";
13		reg = <17>;
14	};
15};
16