Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 /plugin/;
0004 
0005 /* overlay_15 - mux overlay */
0006 
0007 &unittest_i2c_test_bus {
0008         #address-cells = <1>;
0009         #size-cells = <0>;
0010         test-unittest15 {
0011                 reg = <11>;
0012                 compatible = "unittest-i2c-mux";
0013                 status = "okay";
0014 
0015                 #address-cells = <1>;
0016                 #size-cells = <0>;
0017 
0018                 i2c@0 {
0019                         #address-cells = <1>;
0020                         #size-cells = <0>;
0021                         reg = <0>;
0022 
0023                         test-mux-dev@20 {
0024                                 reg = <0x20>;
0025                                 compatible = "unittest-i2c-dev";
0026                                 status = "okay";
0027                         };
0028                 };
0029         };
0030 };