18bab661aSEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause 28bab661aSEmmanuel Vadot/* 38bab661aSEmmanuel Vadot * Copyright (c) 2016-2022, AngeloGioacchino Del Regno 48bab661aSEmmanuel Vadot * <angelogioacchino.delregno@collabora.com> 58bab661aSEmmanuel Vadot * Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org> 68bab661aSEmmanuel Vadot * Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org> 78bab661aSEmmanuel Vadot */ 88bab661aSEmmanuel Vadot 98bab661aSEmmanuel Vadot#include "msm8976.dtsi" 108bab661aSEmmanuel Vadot 11*0e8011faSEmmanuel Vadot&pmu_a72 { 12*0e8011faSEmmanuel Vadot interrupts = <GIC_PPI 7 (GIC_CPU_MASK_RAW(0x30) | IRQ_TYPE_LEVEL_HIGH)>; 138bab661aSEmmanuel Vadot}; 148bab661aSEmmanuel Vadot 15cb7aa33aSEmmanuel Vadot&tsens { 16cb7aa33aSEmmanuel Vadot compatible = "qcom,msm8956-tsens", "qcom,tsens-v1"; 17cb7aa33aSEmmanuel Vadot}; 18cb7aa33aSEmmanuel Vadot 198bab661aSEmmanuel Vadot/* 208bab661aSEmmanuel Vadot * You might be wondering.. why is it so empty out there? 218bab661aSEmmanuel Vadot * Well, the SoCs are almost identical. 228bab661aSEmmanuel Vadot */ 23