brintos

brintos / linux-shallow public Read only

0
0
Text · 457 B · 73993bf Raw
28 lines · plain
1// SPDX-License-Identifier: GPL-2.02/dts-v1/;3/plugin/;4 5/* overlay_10 */6/* overlays 8, 9, 10, 11 application and removal in bad sequence */7 8&unittest_test_bus {9	/* suppress DTC warning */10	#address-cells = <1>;11	#size-cells = <0>;12 13	test-unittest10 {14		compatible = "unittest";15		status = "okay";16		reg = <10>;17 18		#address-cells = <1>;19		#size-cells = <0>;20 21		test-unittest101 {22			compatible = "unittest";23			status = "okay";24			reg = <1>;25		};26	};27};28