mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
46 lines
641 B
Plaintext
46 lines
641 B
Plaintext
#include "volcano6.dtsi"
|
|
|
|
&S1K {
|
|
regulator-min-microvolt = <665000>;
|
|
};
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Volcano6I SoC";
|
|
compatible = "qcom,volcano";
|
|
qcom,msm-id = <657 0x10000>;
|
|
};
|
|
|
|
&pcie0 {
|
|
status = "ok";
|
|
};
|
|
|
|
&gcc {
|
|
/delete-property/ protected-clocks;
|
|
};
|
|
|
|
&gcc_pcie_1_gdsc {
|
|
status = "ok";
|
|
};
|
|
|
|
&gcc_pcie_1_phy_gdsc {
|
|
status = "ok";
|
|
};
|
|
|
|
&soc {
|
|
/delete-node/ ramoops_region;
|
|
};
|
|
|
|
&reserved_memory {
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
ramoops_mem: ramoops_region@0xfc800000 {
|
|
compatible = "ramoops";
|
|
reg = <0x0 0xFC800000 0x0 0x200000>;
|
|
record-size = <0x200000>;
|
|
mem-type = <1>;
|
|
no-map;
|
|
};
|
|
};
|