You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.0 KiB
100 lines
2.0 KiB
/*
|
|
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#include "qcs405.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS403";
|
|
qcom,msm-name = "QCS403";
|
|
qcom,msm-id = <373 0x0>, <451 0x0>;
|
|
|
|
cpus {
|
|
/delete-node/ cpu@102;
|
|
/delete-node/ cpu@103;
|
|
cpu-map {
|
|
cluster0 {
|
|
/delete-node/ core2;
|
|
/delete-node/ core3;
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|
|
|
|
&soc {
|
|
|
|
cpuss_dump {
|
|
/delete-node/ qcom,l1_i_cache102;
|
|
/delete-node/ qcom,l1_i_cache103;
|
|
/delete-node/ qcom,l1_d_cache102;
|
|
/delete-node/ qcom,l1_d_cache103;
|
|
};
|
|
qcom,spm@b012000 {
|
|
qcom,cpu-vctl-list = <&CPU0 &CPU1>;
|
|
};
|
|
qcom,lpm-levels {
|
|
qcom,pm-cluster@0{
|
|
qcom,pm-cpu {
|
|
qcom,cpu = <&CPU0 &CPU1>;
|
|
};
|
|
};
|
|
};
|
|
/delete-node/ cti@61ba000;
|
|
/delete-node/ cti@61bb000;
|
|
/delete-node/ etm@61be000;
|
|
/delete-node/ etm@61bf000;
|
|
|
|
funnel@61a1000 {
|
|
ports {
|
|
/delete-node/ port@3;
|
|
/delete-node/ port@4;
|
|
};
|
|
};
|
|
|
|
/delete-node/ qcom,cpu0-computemon;
|
|
|
|
cpu0_computemon: qcom,cpu0-computemon {
|
|
compatible = "qcom,arm-cpu-mon";
|
|
qcom,cpulist = <&CPU0 &CPU1>;
|
|
qcom,target-dev = <&cpu0_cpu_ddr_latfloor>;
|
|
qcom,core-dev-table =
|
|
< 1094400 MHZ_TO_MBPS( 297, 8) >,
|
|
< 1248000 MHZ_TO_MBPS( 597, 8) >,
|
|
< 1401600 MHZ_TO_MBPS( 710, 8) >;
|
|
};
|
|
};
|
|
|
|
&thermal_zones {
|
|
cpuss-max-step {
|
|
cooling-maps {
|
|
/delete-node/ cpu2_cdev;
|
|
/delete-node/ cpu3_cdev;
|
|
};
|
|
};
|
|
/delete-node/ cpuss-2-step;
|
|
/delete-node/ cpuss-3-step;
|
|
};
|
|
|
|
&adsp_fw_mem {
|
|
reg = <0x0 0x87400000 0x0 0x1200000>;
|
|
};
|
|
|
|
&reserved_mem {
|
|
linux,cma {
|
|
size = <0 0x400000>;
|
|
};
|
|
};
|
|
|
|
&qcom_seecom {
|
|
/delete-property/ qcom,appsbl-qseecom-support;
|
|
};
|
|
|