Searched +full:stm32g0 +full:- +full:typec (Results 1 – 2 of 2) 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 …]