Searched +full:stmfx +full:- +full:0300 +full:- +full:pinctrl (Results 1 – 2 of 2) sorted by relevance
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;45 #include "stm32f746-pinctrl.dtsi"46 #include <dt-bindings/input/input.h>47 #include <dt-bindings/interrupt-controller/irq.h>50 model = "STMicroelectronics STM32746g-EVAL board";51 compatible = "st,stm32746g-eval", "st,stm32f746";55 stdout-path = "serial0:115200n8";68 compatible = "gpio-leds";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for STMicroelectronics Multi-Function eXpander (STMFX) GPIO expander10 #include <linux/mfd/stmfx.h>16 #include <linux/pinctrl/pinconf.h>17 #include <linux/pinctrl/pinmux.h>20 #include "pinctrl-utils.h"53 * STMFX pinctrl can have up to 24 pins if STMFX other functions are not used.54 * Pins availability is managed thanks to gpio-ranges property.85 struct stmfx *stmfx; member113 ret = regmap_read(pctl->stmfx->map, reg, &value); in stmfx_gpio_get()[all …]