summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/dts/bindings/motionsense/driver/bmi260.yaml2
-rw-r--r--zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml2
-rw-r--r--zephyr/dts/bindings/motionsense/driver/tcs3400.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/dts/bindings/motionsense/driver/bmi260.yaml b/zephyr/dts/bindings/motionsense/driver/bmi260.yaml
index 1f9c16a2d9..f308472ec3 100644
--- a/zephyr/dts/bindings/motionsense/driver/bmi260.yaml
+++ b/zephyr/dts/bindings/motionsense/driver/bmi260.yaml
@@ -10,7 +10,7 @@ include: motionsense-sensor-base.yaml
properties:
i2c-spi-addr-flags:
type: string
- required: true
description: i2c address or SPI slave logic GPIO
enum:
- "BMI260_ADDR0_FLAGS"
+ default: "BMI260_ADDR0_FLAGS"
diff --git a/zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml b/zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml
index a3d5575fb3..77d6282d7f 100644
--- a/zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml
+++ b/zephyr/dts/bindings/motionsense/driver/cros-ec,bma255.yaml
@@ -12,10 +12,10 @@ include: motionsense-sensor-base.yaml
properties:
i2c-spi-addr-flags:
type: string
- required: true
description: i2c address or SPI slave logic GPIO
enum:
- "BMA2x2_I2C_ADDR1_FLAGS"
- "BMA2x2_I2C_ADDR2_FLAGS"
- "BMA2x2_I2C_ADDR3_FLAGS"
- "BMA2x2_I2C_ADDR4_FLAGS"
+ default: "BMA2x2_I2C_ADDR1_FLAGS"
diff --git a/zephyr/dts/bindings/motionsense/driver/tcs3400.yaml b/zephyr/dts/bindings/motionsense/driver/tcs3400.yaml
index ddf50f6d62..c70db23104 100644
--- a/zephyr/dts/bindings/motionsense/driver/tcs3400.yaml
+++ b/zephyr/dts/bindings/motionsense/driver/tcs3400.yaml
@@ -10,7 +10,7 @@ include: motionsense-sensor-base.yaml
properties:
i2c-spi-addr-flags:
type: string
- required: false
description: i2c address or SPI slave logic GPIO
enum:
- "TCS3400_I2C_ADDR_FLAGS"
+ default: "TCS3400_I2C_ADDR_FLAGS"