1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2023 Linumiz 3 4description: MC3419 3-axis accel sensor 5 6compatible: "memsic,mc3419" 7 8include: [sensor-device.yaml, i2c-device.yaml] 9 10properties: 11 int-gpios: 12 type: phandle-array 13 description: | 14 This property specifies the connection for INT, this pin 15 defaults to active low when sample produce interrupt. 16 17 int-pin2: 18 type: boolean 19 description: | 20 This property is used for interrupt routing.The sensor 21 has two interrupt pins.By default the interrupt are routed 22 to interrupt pin 1, by enabled this property interrupt are 23 routed to interrupt pin 2. 24