mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
Add support for all the clock controllers and also add gdsc regulators. Change-Id: Ic313db887845e43c1d69b82f6bd8af4154145832
30 lines
476 B
Plaintext
30 lines
476 B
Plaintext
#include "sm8150.dtsi"
|
|
#include "sa8155.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SA8155";
|
|
compatible = "qcom,sa8155";
|
|
qcom,msm-name = "SA8155 V1";
|
|
qcom,msm-id = <362 0x10000>;
|
|
};
|
|
|
|
&scc {
|
|
compatible = "qcom,sa8155-scc", "syscon";
|
|
};
|
|
|
|
&gcc {
|
|
compatible = "qcom,sa8155-gcc", "syscon";
|
|
};
|
|
|
|
&videocc {
|
|
compatible = "qcom,sa8155-videocc", "syscon";
|
|
};
|
|
|
|
&npucc {
|
|
compatible = "qcom,sa8155-npucc", "syscon";
|
|
};
|
|
|
|
&camcc {
|
|
compatible = "qcom,sa8155-camcc", "syscon";
|
|
};
|