1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright 2025 NXP 5 */ 6 7 8&fxos8700 { 9 status = "okay"; 10 int1-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>; 11 int2-gpios = <&gpioa 17 GPIO_ACTIVE_LOW>; 12}; 13