Searched +full:stm32 +full:- +full:pinfunc (Results 1 – 10 of 10) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/pinctrl/st,stm32-pinctrl.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: STM32 GPIO and Pin Mux/Config controller11 - Alexandre TORGUE <alexandre.torgue@st.com>14 STMicroelectronics's STM32 MCUs intregrate a GPIO and Pin mux/config hardware17 on-chip controllers onto these pads.22 - st,stm32f429-pinctrl23 - st,stm32f469-pinctrl[all …]
1 * STM32 GPIO and Pin Mux/Config controller3 STMicroelectronics's STM32 MCUs intregrate a GPIO and Pin mux/config hardware5 also provides ability to multiplex and configure the output of various on-chip10 - compatible: value should be one of the following:11 (a) "st,stm32f429-pinctrl"12 (b) "st,stm32f746-pinctrl"13 - #address-cells: The value of this property must be 114 - #size-cells : The value of this property must be 115 - ranges : defines mapping between pin controller node (parent) to16 gpio-bank node (children).[all …]
2 * Copyright 2016 - Michael Kurz <michi.kurz@gmail.com>3 * Copyright 2016 - Vikas MANOCHA <vikas.manocha@st.com>7 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>9 * This file is dual-licensed: you can use it either under the terms48 #include "armv7-m.dtsi"49 #include <dt-bindings/pinctrl/stm32f746-pinfunc.h>50 #include <dt-bindings/clock/stm32fx-clock.h>51 #include <dt-bindings/mfd/stm32f7-rcc.h>55 clk_hse: clk-hse {56 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>10 pinctrl: pin-controller@50002000 {11 #address-cells = <1>;12 #size-cells = <1>;13 compatible = "st,stm32mp157-pinctrl";15 interrupt-parent = <&exti>;17 pins-are-numbered;20 gpio-controller;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>23 #include <linux/pinctrl/pinconf-generic.h>33 #include "../pinctrl-utils.h"34 #include "pinctrl-stm32.h"145 return function - 1; in stm32_gpio_get_alt()156 bank->pin_backup[offset] &= ~BIT(STM32_GPIO_BKP_VAL); in stm32_gpio_backup_value()157 bank->pin_backup[offset] |= value << STM32_GPIO_BKP_VAL; in stm32_gpio_backup_value()163 bank->pin_backup[offset] &= ~(STM32_GPIO_BKP_MODE_MASK | in stm32_gpio_backup_mode()165 bank->pin_backup[offset] |= mode << STM32_GPIO_BKP_MODE_SHIFT; in stm32_gpio_backup_mode()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved7 #include <dt-bindings/pinctrl/stm32-pinfunc.h>8 #include <dt-bindings/mfd/stm32f7-rcc.h>12 pinctrl: pin-controller {13 #address-cells = <1>;14 #size-cells = <1>;16 interrupt-parent = <&exti>;18 pins-are-numbered;21 gpio-controller;[all …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/pinctrl/stm32-pinfunc.h>47 pin-controller {48 #address-cells = <1>;49 #size-cells = <1>;50 compatible = "st,stm32h743-pinctrl";52 interrupt-parent = <&exti>;54 pins-are-numbered;57 gpio-controller;[all …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/pinctrl/stm32-pinfunc.h>44 #include <dt-bindings/mfd/stm32f4-rcc.h>48 pinctrl: pin-controller {49 #address-cells = <1>;50 #size-cells = <1>;52 interrupt-parent = <&exti>;54 pins-are-numbered;57 gpio-controller;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>9 adc1_in6_pins_a: adc1-in6-0 {15 adc12_ain_pins_a: adc12-ain-0 {24 adc12_ain_pins_b: adc12-ain-1 {31 adc12_usb_cc_pins_a: adc12-usb-cc-pins-0 {38 cec_pins_a: cec-0 {41 bias-disable;42 drive-open-drain;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...