1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot#include "qcom-msm8974.dtsi" 3*f126890aSEmmanuel Vadot 4*f126890aSEmmanuel Vadot&gcc { 5*f126890aSEmmanuel Vadot compatible = "qcom,gcc-msm8974pro"; 6*f126890aSEmmanuel Vadot}; 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot&gpu { 9*f126890aSEmmanuel Vadot compatible = "qcom,adreno-330.2", "qcom,adreno"; 10*f126890aSEmmanuel Vadot}; 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot&sdhc_1 { 13*f126890aSEmmanuel Vadot clocks = <&gcc GCC_SDCC1_AHB_CLK>, 14*f126890aSEmmanuel Vadot <&gcc GCC_SDCC1_APPS_CLK>, 15*f126890aSEmmanuel Vadot <&xo_board>, 16*f126890aSEmmanuel Vadot <&gcc GCC_SDCC1_CDCCAL_FF_CLK>, 17*f126890aSEmmanuel Vadot <&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>; 18*f126890aSEmmanuel Vadot clock-names = "iface", "core", "xo", "cal", "sleep"; 19*f126890aSEmmanuel Vadot}; 20