Searched +full:remap +full:- +full:pa11 +full:- +full:pa12 (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.06 Based on pincfg-node.yaml binding.8 Note: `bias-disable` and `drive-push-pull` are default pin configurations.9 They will be applied in case no `bias-foo` or `driver-bar` properties12 compatible: "st,stm32-pinctrl"20 remap-pa11:22 description: Remaps the PA11 pin to operate as PA9 pin.25 remap-pa12:27 description: Remaps the PA12 pin to operate as PA10 pin.30 remap-pa11-pa12:[all …]
2 # SPDX-License-Identifier: Apache-2.07 use this node to route USART0 RX to pin PA10 and enable the pull-up resistor20 /* You can put this in places like a board-pinctrl.dtsi file in24 /* include pre-defined combinations for the SoC variant used by the board */25 #include <dt-bindings/pinctrl/gd32f403z(k-i-g-e-c-b)xx-pinctrl.h>32 /* configure PA9 as USART0 TX and PA11 as USART0 CTS (no remap) */37 /* configure PA10 as USART0 RX and PA12 as USART0 RTS (no remap) */39 /* both PA10 and PA12 have pull-up enabled */40 bias-pull-up;47 /* configure PA9, PA10, PA11 and PA12 in analog mode */[all …]
4 * SPDX-License-Identifier: Apache-2.07 /dts-v1/;9 #include <st/c0/stm32c011f(4-6)ux-pinctrl.dtsi>10 #include <zephyr/dt-bindings/input/input-event-codes.h>13 model = "STMicroelectronics STM32C0116-DK Discovery board";14 compatible = "st,stm32c011f6-dk";18 zephyr,shell-uart = &usart1;24 compatible = "gpio-leds";32 compatible = "pwm-leds";40 compatible = "gpio-keys";[all …]
14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)17 CMSIS-DSP as the default backend.30 * CVE-2023-0359: Under embargo until 2023-04-2032 * CVE-2023-0779: Under embargo until 2023-04-2266 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.71 * Starting from this release ``zephyr-`` prefixed tags won't be created82 image states). Use of a truncated hash or non-sha256 hash will still work88 registration function at boot-up. If applications register this then93 application code, these will now automatically be registered at boot-up (this129 This may cause out-of-tree scripts or commands to fail if they have relied[all …]