Searched +full:stm32f429 +full:- +full:pinctrl (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/ |
| D | st,stm32-pinctrl.txt | 5 also provides ability to multiplex and configure the output of various on-chip 10 - compatible: value should be one of the following: 11 "st,stm32f429-pinctrl" 12 "st,stm32f469-pinctrl" 13 "st,stm32f746-pinctrl" 14 "st,stm32f769-pinctrl" 15 "st,stm32h743-pinctrl" 16 "st,stm32mp157-pinctrl" 17 "st,stm32mp157-z-pinctrl" 18 - #address-cells: The value of this property must be 1 [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | stm32f429-disco.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 49 #include "stm32f429.dtsi" 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 54 model = "STMicroelectronics STM32F429i-DISCO board"; 55 compatible = "st,stm32f429i-disco", "st,stm32f429"; 59 stdout-path = "serial0:115200n8"; [all …]
|
| D | stm32429i-eval.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 49 #include "stm32f429.dtsi" 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/gpio/gpio.h> 55 model = "STMicroelectronics STM32429i-EVAL board"; 56 compatible = "st,stm32429i-eval", "st,stm32f429"; [all …]
|
| D | stm32f429-pinctrl.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include "stm32f4-pinctrl.dtsi" 47 pinctrl: pin-controller { label 48 compatible = "st,stm32f429-pinctrl"; 51 gpio-ranges = <&pinctrl 0 0 16>; 55 gpio-ranges = <&pinctrl 0 16 16>; 59 gpio-ranges = <&pinctrl 0 32 16>; 63 gpio-ranges = <&pinctrl 0 48 16>; 67 gpio-ranges = <&pinctrl 0 64 16>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | st,stm32-pinctrl.yaml | 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# 11 - Alexandre TORGUE <alexandre.torgue@st.com> 17 on-chip controllers onto these pads. 22 - st,stm32f429-pinctrl 23 - st,stm32f469-pinctrl 24 - st,stm32f746-pinctrl 25 - st,stm32f769-pinctrl [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32f429-disco.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 49 #include "stm32f429.dtsi" 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/interrupt-controller/irq.h> 53 #include <dt-bindings/gpio/gpio.h> 56 model = "STMicroelectronics STM32F429i-DISCO board"; [all …]
|
| D | stm32429i-eval.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 49 #include "stm32f429.dtsi" 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/gpio/gpio.h> 55 model = "STMicroelectronics STM32429i-EVAL board"; 56 compatible = "st,stm32429i-eval", "st,stm32f429"; [all …]
|
| D | stm32f429-pinctrl.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include "stm32f4-pinctrl.dtsi" 47 pinctrl: pin-controller { label 48 compatible = "st,stm32f429-pinctrl"; 51 gpio-ranges = <&pinctrl 0 0 16>; 55 gpio-ranges = <&pinctrl 0 16 16>; 59 gpio-ranges = <&pinctrl 0 32 16>; 63 gpio-ranges = <&pinctrl 0 48 16>; 67 gpio-ranges = <&pinctrl 0 64 16>; [all …]
|
| /kernel/linux/linux-4.19/drivers/pinctrl/stm32/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o 6 obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o 7 obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o 8 obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o 9 obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o 10 obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o 11 obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
|
| D | pinctrl-stm32f429.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include "pinctrl-stm32.h" 1574 .compatible = "st,stm32f429-pinctrl", 1583 .name = "stm32f429-pinctrl",
|
| /kernel/linux/linux-5.10/drivers/pinctrl/stm32/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o 6 obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o 7 obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o 8 obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o 9 obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o 10 obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o 11 obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
|
| D | pinctrl-stm32f429.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include "pinctrl-stm32.h" 1574 .compatible = "st,stm32f429-pinctrl", 1583 .name = "stm32f429-pinctrl",
|
| /kernel/linux/linux-4.19/arch/arm/mach-stm32/ |
| D | Kconfig | 10 select PINCTRL 21 bool "STMicroelectronics STM32F429" 44 endif # ARMv7-M 52 endif # ARMv7-A
|
| /kernel/linux/linux-5.10/arch/arm/mach-stm32/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 select PINCTRL 23 bool "STMicroelectronics STM32F429" 42 endif # ARMv7-M 51 endif # ARMv7-A
|