blob: 81ae913b245d5a56bf5741374d4696cf6642ad75 [file] [log] [blame]
Kyle Yan410b4c62017-03-09 13:37:04 -08001/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Kyle Yan18b01d62016-11-08 15:26:53 -08002 *
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/*
14 * As a general rule, only version-specific property overrides should be placed
15 * inside this file. Common device definitions should be placed inside the
Kyle Yan6a20fae2017-02-14 13:34:41 -080016 * sdm845.dtsi file.
Kyle Yan18b01d62016-11-08 15:26:53 -080017 */
18
Kyle Yan6a20fae2017-02-14 13:34:41 -080019 #include "sdm845.dtsi"
Kyle Yan18b01d62016-11-08 15:26:53 -080020
21/ {
Kyle Yan6a20fae2017-02-14 13:34:41 -080022 model = "Qualcomm Technologies, Inc. SDM830";
23 compatible = "qcom,sdm830";
Kyle Yan18b01d62016-11-08 15:26:53 -080024 qcom,msm-id = <328 0x0>;
25
26};
27
28&soc {
29 qcom,llcc@1300000 {
30 status = "disabled";
31 };
Kyle Yan18b01d62016-11-08 15:26:53 -080032
Kyle Yan410b4c62017-03-09 13:37:04 -080033 qcom,spss@1880000 {
34 status = "disabled";
35 };
36
37 qcom,glink-mailbox-xprt-spss@1885008 {
38 status = "disabled";
39 };
40};