blob: ff0d9a018307334b1fdce462e2789fcdc3ebe23e [file] [log] [blame]
Kyle Yan18b01d62016-11-08 15:26:53 -08001/* Copyright (c) 2016, 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/*
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 };
32};
33