blob: dbe626769a9022c2f1bbc1972aa8de5ea9f58384 [file] [log] [blame]
Channagoud Kadabi459f0112017-03-20 12:42:15 -07001/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#include "sdm845.dtsi"
Soundrapandian Jeyaprakash3cc03bb2017-08-09 15:16:41 -070014#include "sdm845-v2-camera.dtsi"
Channagoud Kadabi459f0112017-03-20 12:42:15 -070015
16/ {
17 model = "Qualcomm Technologies, Inc. SDM845 V2";
18 qcom,msm-id = <321 0x20000>;
19};
David Collins36050182017-04-26 11:41:22 -070020
Deepak Katragaddada47ee92017-06-07 14:15:09 -070021&clock_gcc {
22 compatible = "qcom,gcc-sdm845-v2";
23};
24
25&clock_camcc {
26 compatible = "qcom,cam_cc-sdm845-v2";
27};
28
29&clock_dispcc {
30 compatible = "qcom,dispcc-sdm845-v2";
31};
32
33&clock_videocc {
34 compatible = "qcom,video_cc-sdm845-v2";
35};
Praneeth Paladugu55381212017-07-05 15:02:44 -070036
37&msm_vidc {
38 qcom,allowed-clock-rates = <100000000 200000000 330000000
39 404000000 444000000 533000000>;
40};