ARM: dts: socfpga: add the LTC2977 power monitor on Arria10 devkit

Add the I2C LTC 2977 power monitor that is on the Arria10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2016-12-17 21:42:32 -06:00
parent a0c7807c3e
commit 3e2c972ca3
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@
compatible = "dallas,ds1339";
reg = <0x68>;
};
ltc@5c {
compatible = "ltc2977";
reg = <0x5c>;
};
};
&uart1 {