Searched +full:mb86s70 +full:- +full:gpio (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/gpio/fujitsu,mb86s70-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Fujitsu MB86S7x GPIO Controller10 - Jassi Brar <jaswinder.singh@linaro.org>15 - items:16 - const: socionext,synquacer-gpio17 - const: fujitsu,mb86s70-gpio18 - const: fujitsu,mb86s70-gpio[all …]
1 Fujitsu MB86S7x GPIO Controller2 -------------------------------5 - compatible: Should be "fujitsu,mb86s70-gpio"6 - reg: Base address and length of register space7 - clocks: Specify the clock8 - gpio-controller: Marks the device node as a gpio controller.9 - #gpio-cells: Should be <2>. The first cell is the pin number and the11 - bit 0 specifies polarity (0 for normal, 1 for inverted).14 gpio0: gpio@31000000 {15 compatible = "fujitsu,mb86s70-gpio";[all …]