Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
v6.13.7
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/plugin/;
 4
 5/* overlay_16 - notify test */
 6
 7&unittest_test_bus {
 8	#address-cells = <1>;
 9	#size-cells = <0>;
10
11	test-unittest16 {
12		compatible = "unittest";
13		reg = <16>;
14	};
15};
v6.8
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/plugin/;
 4
 5/* overlay_16 - notify test */
 6
 7&unittest_test_bus {
 8	#address-cells = <1>;
 9	#size-cells = <0>;
10
11	test-unittest16 {
12		compatible = "unittest";
13		reg = <16>;
14	};
15};