Loading...
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
11 test-unittest15 {
12 reg = <11>;
13 compatible = "unittest-i2c-mux";
14 status = "okay";
15
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 i2c@0 {
20 #address-cells = <1>;
21 #size-cells = <0>;
22 reg = <0>;
23
24 test-mux-dev@20 {
25 reg = <0x20>;
26 compatible = "unittest-i2c-dev";
27 status = "okay";
28 };
29 };
30 };
31};
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};