summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest-data/overlay_20.dts
blob: d4a4f2f32ec79a6d6c9efd68c4818d90383accf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>;
	};
};