Linux Audio

Check our new training course

Linux kernel drivers training

May 6-19, 2025
Register
Loading...
Note: File does not exist in v6.13.7.
 1#include "qcom-msm8974.dtsi"
 2
 3/ {
 4	soc {
 5		sdhci@f9824900 {
 6			clocks = <&gcc GCC_SDCC1_APPS_CLK>,
 7				 <&gcc GCC_SDCC1_AHB_CLK>,
 8				 <&xo_board>,
 9				 <&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
10				 <&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
11			clock-names = "core", "iface", "xo", "cal", "sleep";
12		};
13
14		clock-controller@fc400000 {
15				compatible = "qcom,gcc-msm8974pro";
16		};
17	};
18};