1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm/boot/dts/qcom-msm8974pro.dtsi
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

19 lines
369 B
Plaintext

#include "qcom-msm8974.dtsi"
/ {
soc {
sdhci@f9824900 {
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
<&gcc GCC_SDCC1_AHB_CLK>,
<&xo_board>,
<&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
<&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
clock-names = "core", "iface", "xo", "cal", "sleep";
};
clock-controller@fc400000 {
compatible = "qcom,gcc-msm8974pro";
};
};
};