locking/refcounts: Include fewer headers in <linux/refcount.h>
[linux/fpc-iii.git] / drivers / of / unittest-data / overlay_15.dts
blobb98f2514df4b35b42c38bc4b2b7abef697b8ff75
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
5 /* overlay_15 - mux overlay */
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";
15                 #address-cells = <1>;
16                 #size-cells = <0>;
18                 i2c@0 {
19                         #address-cells = <1>;
20                         #size-cells = <0>;
21                         reg = <0>;
23                         test-mux-dev {
24                                 reg = <32>;
25                                 compatible = "unittest-i2c-dev";
26                                 status = "okay";
27                         };
28                 };
29         };