Searched +full:mux +full:- +full:esw (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7622-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sean Wang <sean.wang@kernel.org>18 - mediatek,mt7622-pinctrl19 - mediatek,mt7629-pinctrl24 reg-names:26 - const: eint28 gpio-controller: true[all …]
4 - compatible: Should be one of the following5 "mediatek,mt7622-pinctrl" for MT7622 SoC6 "mediatek,mt7629-pinctrl" for MT7629 SoC7 - reg: offset and length of the pinctrl space9 - gpio-controller: Marks the device node as a GPIO controller.10 - #gpio-cells: Should be two. The first cell is the pin number and the14 - interrupt-controller : Marks the device node as an interrupt controller16 If the property interrupt-controller is defined, following property is required17 - reg-names: A string describing the "reg" entries. Must contain "eint".18 - interrupts : The interrupt output from the controller.[all …]