https://github.com/torvalds/linux
Raw File
Tip revision: 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c authored by Linus Torvalds on 26 April 2020, 20:51:02 UTC
Linux 5.7-rc3
Tip revision: 6a8b55e
overlay_11.dts
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;

/* overlay_11 */
/* overlays 8, 9, 10, 11 application and removal in bad sequence */

&unittest_test_bus {
	/* suppress DTC warning */
	#address-cells = <1>;
	#size-cells = <0>;

	test-unittest11 {
		compatible = "unittest";
		status = "okay";
		reg = <11>;

		#address-cells = <1>;
		#size-cells = <0>;

		test-unittest111 {
			compatible = "unittest";
			status = "okay";
			reg = <1>;
		};

	};
};
back to top