Searched +full:stm32 +full:- +full:exti (Results 1 – 6 of 6) sorted by relevance
1 STMicroelectronics STM32 boards (``netduino2``, ``netduinoplus2``, ``olimex-stm32-h405``, ``stm32vl…4 The `STM32`_ chips are a family of 32-bit ARM-based microcontroller by7 .. _STM32: https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are12 - ``stm32vldiscovery`` STM32VLDISCOVERY board with STM32F100RBT6 microcontroller14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are17 - ``netduino2`` Netduino 2 board with STM32F205RFT6 microcontroller19 The STM32F4 series is based on ARM Cortex-M4F core, as well as the STM32L420 ultra-low-power series. The STM32F4 series is pin-to-pin compatible with STM32F2 series.21 The following machines are based on this ARM Cortex-M4F chip :[all …]
1 B-L475E-IOT01A IoT Node (``b-l475e-iot01a``)4 The B-L475E-IOT01A IoT Node uses the STM32L475VG SoC which is based on5 ARM Cortex-M4F core. It is part of STMicroelectronics6 :doc:`STM32 boards </system/arm/stm32>` and more specifically the STM32L47 ultra-low power series. The STM32L4x5 chip runs at up to 80 MHz and8 integrates 128 KiB of SRAM and up to 1MiB of Flash. The B-L475E-IOT01A board15 Currently B-L475E-IOT01A machines support the following devices:17 - Cortex-M4F based STM32L4x5 SoC18 - STM32L4x5 EXTI (Extended interrupts and events controller)19 - STM32L4x5 SYSCFG (System configuration controller)[all …]
2 * Copyright (C) 2015, STMicroelectronics - All Rights Reserved3 * Author(s): Maxime Coquelin <mcoquelin.stm32@gmail.com> for STMicroelectronics.5 * This file is dual-licensed: you can use it either under the terms45 #include "armv7-m.dtsi"46 #include <dt-bindings/clock/stm32fx-clock.h>47 #include <dt-bindings/mfd/stm32f4-rcc.h>51 clk_hse: clk-hse {52 #clock-cells = <0>;53 compatible = "fixed-clock";54 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[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>;16 st,syscfg = <&exti 0x60 0xff>;17 pins-are-numbered;[all …]
2 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved5 * This file is dual-licensed: you can use it either under the terms44 #include <dt-bindings/pinctrl/stm32-pinfunc.h>45 #include <dt-bindings/mfd/stm32f4-rcc.h>49 pinctrl: pin-controller {50 #address-cells = <1>;51 #size-cells = <1>;53 interrupt-parent = <&exti>;55 pins-are-numbered;58 gpio-controller;[all …]