Skip to content

Commit 812f550

Browse files
author
Dinh Nguyen
committed
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 <[email protected]>
1 parent 0ef91cc commit 812f550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/socfpga_arria10_socdk.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
compatible = "ltc2977";
163163
reg = <0x5c>;
164164
};
165+
166+
temp@4c {
167+
compatible = "maxim,max1619";
168+
reg = <0x4c>;
169+
};
165170
};
166171

167172
&uart1 {

0 commit comments

Comments
 (0)