| # Copyright (c) 2023 STMicroelectronics | |
| # SPDX-License-Identifier: Apache-2.0 | |
| include: st,lsm6dsvxxx-common.yaml | |
| properties: | |
| accel-range: | |
| type: int | |
| default: 2 | |
| description: | | |
| Range in g. Default is power-up configuration. | |
| - 2 # LSM6DSV16X_DT_FS_2G (0.061 mg/LSB) | |
| - 4 # LSM6DSV16X_DT_FS_4G (0.122 mg/LSB) | |
| - 8 # LSM6DSV16X_DT_FS_8G (0.244 mg/LSB) | |
| - 16 # LSM6DSV16X_DT_FS_16G (0.488 mg/LSB) | |
| enum: [2, 4, 8, 16] |