https://github.com/torvalds/linux
Raw File
Tip revision: 75bc37fefc4471e718ba8e651aa74673d4e0a9eb authored by Linus Torvalds on 07 May 2018, 02:57:38 UTC
Linux 4.17-rc4
Tip revision: 75bc37f
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