ARM: dts: msm: Add Temperature sensor support for msmtriton
Temperature Sensor (TSENS) provides an interface to clients to read the on die temperature from supported sensors. Add Temperature sensor support for msmtriton. Change-Id: I08506b8a2327a81609e5d4d8d586024d566864eb Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
This commit is contained in:
parent
cb0d99c23f
commit
bbe3b195c9
1 changed files with 9 additions and 0 deletions
|
@ -172,6 +172,15 @@
|
||||||
qcom,pipe-attr-ee;
|
qcom,pipe-attr-ee;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tsens: tsens@10ad000 {
|
||||||
|
compatible = "qcom,msmtriton-tsens";
|
||||||
|
reg = <0x10ad000 0x2000>;
|
||||||
|
reg-names = "tsens_physical";
|
||||||
|
interrupts = <0 184 0>, <0 430 0>;
|
||||||
|
interrupt-names = "tsens-upper-lower", "tsens-critical";
|
||||||
|
qcom,sensors = <12>;
|
||||||
|
};
|
||||||
|
|
||||||
uartblsp1dm1: serial@0c170000 {
|
uartblsp1dm1: serial@0c170000 {
|
||||||
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
||||||
reg = <0xc170000 0x1000>;
|
reg = <0xc170000 0x1000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue