You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The USB1 (HS) does not have VBUS detect. I am building USB C Source zephyr sample for PD and USB detect.
The STM32H7S78-DK has the tcpp03-m20 USB Type C Port Controller (TCPCI) device.
zephyr\drivers\usb_c\tcpc\tcpci.c does not have a COMPAT property so I am unsure which binding to use for &i2c1 tcpc: tcpc@68? Am I missing a driver and/or binding?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The USB1 (HS) does not have VBUS detect. I am building USB C Source zephyr sample for PD and USB detect.
The STM32H7S78-DK has the tcpp03-m20 USB Type C Port Controller (TCPCI) device.
zephyr\drivers\usb_c\tcpc\tcpci.c does not have a COMPAT property so I am unsure which binding to use for &i2c1 tcpc: tcpc@68? Am I missing a driver and/or binding?
My current conf and overlay:
Beta Was this translation helpful? Give feedback.
All reactions