Home
last modified time | relevance | path

Searched +full:stm32g0 +full:- +full:typec (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dst,typec-stm32g0.yaml1 # 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 controller
10 The STM32G0 MCU can be programmed to control Type-C connector(s) through I2C
15 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>
19 const: st,stm32g0-typec
29 $ref: /schemas/connector/usb-connector.yaml#
32 firmware-name:
[all …]
/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi_stm32g0.c1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 * UCSI driver for STMicroelectronics STM32G0 Type-C PD controller
5 * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
19 /* 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 ack
78 * - receive data
[all …]