Loading...
Note: File does not exist in v6.2.
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};