Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v6.8
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/plugin/;
 4
 5/* overlay_4 - test insertion of a full node */
 6
 7&unittest_test_bus {
 8	/* suppress DTC warning */
 9	#address-cells = <1>;
10	#size-cells = <0>;
11
12	test-unittest4 {
13		compatible = "unittest";
14		status = "okay";
15		reg = <4>;
16	};
17};
v6.13.7
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/plugin/;
 4
 5/* overlay_4 - test insertion of a full node */
 6
 7&unittest_test_bus {
 8	/* suppress DTC warning */
 9	#address-cells = <1>;
10	#size-cells = <0>;
11
12	test-unittest4 {
13		compatible = "unittest";
14		status = "okay";
15		reg = <4>;
16	};
17};