kionix,kxsd9.txt 527 B

1234567891011121314151617181920212223
  1. Kionix KXSD9 Accelerometer device tree bindings
  2. Required properties:
  3. - compatible: should be set to "kionix,kxsd9"
  4. - reg: i2c slave address
  5. Optional properties:
  6. - vdd-supply: The input supply for VDD
  7. - iovdd-supply: The input supply for IOVDD
  8. - interrupts: The movement detection interrupt
  9. - mount-matrix: See mount-matrix.txt
  10. Example:
  11. kxsd9@18 {
  12. compatible = "kionix,kxsd9";
  13. reg = <0x18>;
  14. interrupt-parent = <&foo>;
  15. interrupts = <57 IRQ_TYPE_EDGE_FALLING>;
  16. iovdd-supply = <&bar>;
  17. vdd-supply = <&baz>;
  18. };