Searched +full:stm32g0 +full:- +full:typec (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/st,typec-stm32g0.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32G0 USB Type-C PD controller10 The STM32G0 MCU can be programmed to control Type-C connector(s) through I2C15 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>19 const: st,stm32g0-typec29 $ref: /schemas/connector/usb-connector.yaml#32 firmware-name:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 * UCSI driver for STMicroelectronics STM32G0 Type-C PD controller5 * Copyright (C) 2022, STMicroelectronics - All Rights Reserved19 /* STM32G0 I2C bootloader addr: 0b1010001x (See AN2606) */22 /* STM32G0 I2C bootloader max data size */33 #define STM32_CMD_GLOBAL_MASS_ERASE 0xffff /* All-bank erase */40 /* STM32G0 flash definitions */75 * - send command (2 bytes)76 * - check ack78 * - receive data[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved7 /dts-v1/;9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/leds/common.h>12 #include <dt-bindings/regulator/st,stm32mp13-regulator.h>15 #include "stm32mp13-pinctrl.dtsi"18 model = "STMicroelectronics STM32MP135F-DK Discovery Board";19 compatible = "st,stm32mp135f-dk", "st,stm32mp135";[all …]