mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
Add the Maxim max1619 temp sensor that is on the Arria10 devkit. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
0ef91ccdbf
commit
812f550116
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@
|
|||
compatible = "ltc2977";
|
||||
reg = <0x5c>;
|
||||
};
|
||||
|
||||
temp@4c {
|
||||
compatible = "maxim,max1619";
|
||||
reg = <0x4c>;
|
||||
};
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue