Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / of / unittest-data / overlay_gpio_02b.dtso
blob79503965d3d7d090128d4732280e2eba69f7069b
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
5 &unittest_test_bus {
6         #address-cells = <1>;
7         #size-cells = <0>;
9         gpio@2 {
10                 line-a {
11                         gpio-hog;
12                         gpios = <1 0>;
13                         input;
14                         line-name = "line-A-input";
15                 };
16         };