1/*
2 * Copyright (c) 2019, Linaro Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	sx9500@28 {
9		compatible = "semtech,sx9500";
10		reg = <0x28>;
11		int-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
12	};
13};
14