2019-12-17 04:13:17 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Nordic Semiconductor ASA
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */
|
|
|
|
isl29035@44 {
|
|
|
|
compatible = "isil,isl29035";
|
|
|
|
reg = <0x44>;
|
2019-12-19 22:47:53 +08:00
|
|
|
int-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
2019-12-17 04:13:17 +08:00
|
|
|
};
|
|
|
|
};
|