brintos

brintos / linux-shallow public Read only

0
0
Text · 479 B · ba02ae1 Raw
32 lines · plain
1// SPDX-License-Identifier: GPL-2.02/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};32