blob: 315e55703a91de1290a0adaa0b7edf668ffc52b6 [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* On stm32mp157c_dk2 pin A3 is not mapped on a GPIO pin.
* Delete this optional property for shield/board compatibility
*/
&arduino_i2c {
lsm303agr-magn@1e {
/delete-property/ irq-gpios; /* A3 */
};
lsm303agr-accel@19 {
/delete-property/ irq-gpios; /* A3 */
};
};