Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v3.1.
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/plugin/;
 4
 5&unittest_test_bus {
 6	#address-cells = <1>;
 7	#size-cells = <0>;
 8	gpio@2 {
 9		line-a {
10			gpio-hog;
11			gpios = <1 0>;
12			input;
13			line-name = "line-A-input";
14		};
15	};
16};