linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
@ 2020-03-24  8:03 Mike Looijmans
  2020-03-24  8:03 ` [PATCH v5 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088 Mike Looijmans
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mike Looijmans @ 2020-03-24  8:03 UTC (permalink / raw)
  To: devicetree, linux-iio, jic23
  Cc: linux-kernel, knaack.h, lars, pmeerw, robh+dt, mark.rutland,
	Mike Looijmans

This adds the device-tree bindings for the Bosch Sensortec BMI088 IMU,
the accelerometer part.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
v2: convert to yaml format
v3..v4: -
v5: submit together with driver code as patch series
 .../bindings/iio/accel/bosch,bmi088.yaml      | 38 +++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml

diff --git a/Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml b/Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml
new file mode 100644
index 000000000000..715f79c3b2a9
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml
@@ -0,0 +1,38 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/iio/accel/bosch,bma400.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Bosch BMI088 IMU accelerometer part
+
+maintainers:
+  - Mike Looijmans <mike.looijmans@topic.nl>
+
+description: |
+  Acceleration part of the IMU sensor with an SPI interface
+
+  Specifications about the sensor can be found at:
+    https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf
+
+properties:
+  compatible:
+    enum:
+      - bosch,bmi088_accel
+
+  reg:
+    maxItems: 1
+
+required:
+  - compatible
+  - reg
+
+examples:
+  - |
+  spi {
+    bmi088_accel@1 {
+      compatible = "bosch,bmi088_accel";
+      reg = <1>;
+      spi-max-frequency = <10000000>;
+    };
+  };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-11 16:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24  8:03 [PATCH v5 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings Mike Looijmans
2020-03-24  8:03 ` [PATCH v5 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088 Mike Looijmans
2020-03-28 16:20   ` Jonathan Cameron
2020-03-30  8:07     ` Mike Looijmans
2020-04-04 14:48       ` Jonathan Cameron
2020-04-24  5:54         ` Mike Looijmans
2020-05-11 16:50   ` Matthew Walker
2020-03-28 16:04 ` [PATCH v5 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings Jonathan Cameron
2020-03-30 15:37 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).