Browse Source
mimxrt1040_evk and twr_ke18f need board rework for trigger mode so dts need changed to add gpio trigger fixes: #85444 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>pull/86048/head
2 changed files with 23 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
/* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
* |
||||
* Copyright 2025 NXP |
||||
*/ |
||||
|
||||
|
||||
&fxls8974 { |
||||
status = "okay"; |
||||
int1-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; |
||||
int2-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; |
||||
}; |
Loading…
Reference in new issue