brintos

brintos / linux-shallow public Read only

0
0
Text · 280 B · da95553 Raw
18 lines · plain
1// SPDX-License-Identifier: GPL-2.02/dts-v1/;3/plugin/;4 5&unittest_test_bus {6	#address-cells = <1>;7	#size-cells = <0>;8 9	gpio@2 {10		compatible = "unittest-gpio";11		reg = <2>;12		gpio-controller;13		#gpio-cells = <2>;14		ngpios = <2>;15		gpio-line-names = "line-A", "line-B";16	};17};18