xref: /linux/drivers/of/unittest-data/overlay_15.dtso (revision 0526b56cbc3c489642bd6a5fe4b718dea7ef0ee8)
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3/plugin/;
4
5/* overlay_15 - mux overlay */
6
7&unittest_i2c_test_bus {
8	#address-cells = <1>;
9	#size-cells = <0>;
10	test-unittest15 {
11		reg = <11>;
12		compatible = "unittest-i2c-mux";
13		status = "okay";
14
15		#address-cells = <1>;
16		#size-cells = <0>;
17
18		i2c@0 {
19			#address-cells = <1>;
20			#size-cells = <0>;
21			reg = <0>;
22
23			test-mux-dev@20 {
24				reg = <0x20>;
25				compatible = "unittest-i2c-dev";
26				status = "okay";
27			};
28		};
29	};
30};
31