Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v4.10.11.
 1// SPDX-License-Identifier: GPL-2.0
 2/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};