1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */
8	isl29035@44 {
9		compatible = "isil,isl29035";
10		reg = <0x44>;
11		int-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
12	};
13};
14