2019-01-30 03:47:38 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2019-12-21 20:00:57 +08:00
|
|
|
&i2c0 {
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2019-01-30 03:47:38 +08:00
|
|
|
clock-frequency = <I2C_BITRATE_STANDARD>;
|
2019-12-21 20:00:57 +08:00
|
|
|
adt7420@48 {
|
2019-01-30 03:47:38 +08:00
|
|
|
compatible = "adi,adt7420";
|
2019-12-21 20:00:57 +08:00
|
|
|
reg = <0x48>;
|
2019-01-30 03:47:38 +08:00
|
|
|
label = "ADT7420";
|
2019-12-22 00:15:32 +08:00
|
|
|
int-gpios = <&gpioc 16 GPIO_ACTIVE_LOW>;
|
2019-01-30 03:47:38 +08:00
|
|
|
};
|
|
|
|
};
|