blob: 668e05185c21ee59f6040ce661d2fef2cccd5004 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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 */