![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 /dts-v1/; 0003 /plugin/; 0004 0005 &unittest_test_bus { 0006 #address-cells = <1>; 0007 #size-cells = <0>; 0008 gpio@3 { 0009 compatible = "unittest-gpio"; 0010 reg = <3>; 0011 gpio-controller; 0012 #gpio-cells = <2>; 0013 ngpios = <2>; 0014 gpio-line-names = "line-A", "line-B", "line-C", "line-D"; 0015 0016 line-d { 0017 gpio-hog; 0018 gpios = <4 0>; 0019 input; 0020 line-name = "line-D-input"; 0021 }; 0022 }; 0023 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |