1/* 2 * Copyright (c) 2021 Ryan Holleran 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/ { 7 aliases { 8 magn0 = &fxos8700_1e_frdm_stbc_agm01; 9 accel0 = &fxos8700_1e_frdm_stbc_agm01; 10 }; 11}; 12 13&arduino_i2c { 14 fxos8700_1e_frdm_stbc_agm01: fxos8700@1e { 15 compatible = "nxp,fxos8700"; 16 reg = <0x1e>; 17 int1-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; 18 int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>; 19 }; 20 21 fxas21002_frdm_stbc_agm01: fxas21002@20 { 22 compatible = "nxp,fxas21002"; 23 reg = <0x20>; 24 int1-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>; 25 int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; 26 }; 27}; 28