Searched +full:stm32f429 +full:- +full:pinctrl (Results 1 – 11 of 11) sorted by relevance
5 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).17 - pins-are-numbered: Specify the subnodes are using numbered pinmux to22 - gpio-controller : Indicates this device is a GPIO controller[all …]
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-pinctrl23 - st,stm32f469-pinctrl24 - st,stm32f746-pinctrl25 - st,stm32f769-pinctrl[all …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 /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 …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 /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 …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include "stm32f4-pinctrl.dtsi"47 pinctrl: pin-controller { label48 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 …]
1 # SPDX-License-Identifier: GPL-2.03 obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o6 obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o7 obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o8 obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o9 obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o10 obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o11 obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
1 // SPDX-License-Identifier: GPL-2.011 #include "pinctrl-stm32.h"1574 .compatible = "st,stm32f429-pinctrl",1583 .name = "stm32f429-pinctrl",
1 # SPDX-License-Identifier: GPL-2.0-only12 select PINCTRL23 bool "STMicroelectronics STM32F429"42 endif # ARMv7-M51 endif # ARMv7-A
2 * Copyright 2016 - Michael Kurz <michi.kurz@gmail.com>3 * Copyright 2016 - Vikas MANOCHA <vikas.manocha@st.com>6 * stm32f429.dtsi from Linux7 * 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 {[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...