Searched +full:ep7312 +full:- +full:mctrl +full:- +full:gpio (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | cirrus,clps711x-mctrl-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/cirrus,clps711x-mctrl-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIOs 10 - Alexander Shiyan <shc_work@mail.ru> 15 - items: 16 - const: cirrus,ep7312-mctrl-gpio 17 - const: cirrus,ep7209-mctrl-gpio 18 - const: cirrus,ep7209-mctrl-gpio [all …]
|
| H A D | cirrus,clps711x-mctrl-gpio.txt | 1 * ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIOs 4 - compatible: Should contain "cirrus,ep7209-mctrl-gpio". 5 - gpio-controller: Marks the device node as a gpio controller. 6 - #gpio-cells: Should be two. The first cell is the pin number and 7 the second cell is used to specify the gpio polarity: 13 compatible = "cirrus,ep7312-mctrl-gpio", 14 "cirrus,ep7209-mctrl-gpio"; 15 gpio-controller; 16 #gpio-cells = <2>;
|