Skip to content

Commit

Permalink
dts: bindings: adc: add shunt sensor
Browse files Browse the repository at this point in the history
Add bindings for a current sensor using a shunt resistor.

Signed-off-by: Jason Yuan <[email protected]>
  • Loading branch information
ualbertagreen committed Feb 23, 2023
1 parent 9a8502e commit 71119ac
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions dts/bindings/adc/current-sense-shunt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 2023 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0

description: |
When an io-channel measures the voltage over a current sense shunt,
the interesting measurement is almost always the current through the
shunt, not the voltage over it. This binding describes such a current
sense circuit.
This is based on Linux, documentation:
https://www.kernel.org/doc/Documentation/devicetree/bindings/iio/afe/
current-sense-shunt.yaml
compatible: "current-sense-shunt"

include: base.yaml

properties:
io-channels:
required: true
description: |
Channels available with this divider configuration.
shunt-resistor-micro-ohms:
type: int
required: true
description: |
Resistance of the shunt resistor in micro-ohms
gain:
type: int
default: 1
description: |
Gain used to amplify the voltage measured across the shunt resistor.

0 comments on commit 71119ac

Please sign in to comment.