Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemas: i2c: Add transfer timeout property to controller #129

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dtschema/schemas/i2c/i2c-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ properties:
Number of microseconds the clock line needs to be pulled down in order
to force a waiting state.

i2c-transfer-timeout-us:
description:
Number of microseconds to wait before considering an I2C transfer has
failed.

i2c-scl-has-clk-low-timeout:
type: boolean
description:
Expand Down
Loading