Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc1 17 lines 227 B view raw
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 9 gpio@4 { 10 line-c { 11 gpio-hog; 12 gpios = <3 0>; 13 input; 14 line-name = "line-C-input"; 15 }; 16 }; 17};