Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright (c) 2016-2022, AngeloGioacchino Del Regno |
| 4 | * <angelogioacchino.delregno@collabora.com> |
| 5 | * Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org> |
| 6 | * Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org> |
| 7 | */ |
| 8 | |
| 9 | #include "msm8976.dtsi" |
| 10 | |
| 11 | &pmu { |
| 12 | interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>; |
| 13 | }; |
| 14 | |
| 15 | &tsens { |
| 16 | compatible = "qcom,msm8956-tsens", "qcom,tsens-v1"; |
| 17 | }; |
| 18 | |
| 19 | /* |
| 20 | * You might be wondering.. why is it so empty out there? |
| 21 | * Well, the SoCs are almost identical. |
| 22 | */ |