]> Git Repo - linux.git/blob - drivers/of/unittest-data/overlay_gpio_04a.dts
nfsd4: a client's own opens needn't prevent delegations
[linux.git] / drivers / of / unittest-data / overlay_gpio_04a.dts
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@4 {
9                 compatible = "unittest-gpio";
10                 reg = <4>;
11                 gpio-controller;
12                 #gpio-cells = <2>;
13                 ngpios = <2>;
14                 gpio-line-names = "line-A", "line-B", "line-C", "line-D";
15         };
16 };
This page took 0.032765 seconds and 4 git commands to generate.