mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +00:00
arm64: dts: qcom: sm6115: Add TSENS node
Add nodes required for TSENS block using the common qcom,tsens-v2 binding. Signed-off-by: Adam Skladowski <a39.skl@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221130200950.144618-5-a39.skl@gmail.com
This commit is contained in:
parent
aff96846c6
commit
7b74cba6b1
@ -523,6 +523,17 @@ spmi_bus: spmi@1c40000 {
|
||||
#interrupt-cells = <4>;
|
||||
};
|
||||
|
||||
tsens0: thermal-sensor@4410000 {
|
||||
compatible = "qcom,sm6115-tsens", "qcom,tsens-v2";
|
||||
reg = <0x04411000 0x1ff>, /* TM */
|
||||
<0x04410000 0x8>; /* SROT */
|
||||
#qcom,sensors = <16>;
|
||||
interrupts = <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "uplow", "critical";
|
||||
#thermal-sensor-cells = <1>;
|
||||
};
|
||||
|
||||
rpm_msg_ram: sram@45f0000 {
|
||||
compatible = "qcom,rpm-msg-ram";
|
||||
reg = <0x045f0000 0x7000>;
|
||||
|
Loading…
Reference in New Issue
Block a user