ARM: dts: msm: Add support for MSM8996proAU CDP
Add device tree files that are needed to support MSM8996pro automotive CDP platform. CRs-Fixed: 991575 Change-Id: Ic79213b1beed4038609415cc98ed09d93bc326f4 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
This commit is contained in:
parent
59a631bcac
commit
01b5833214
2 changed files with 37 additions and 0 deletions
|
@ -27,6 +27,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
|
|||
msm8996-v3-dtp.dtb \
|
||||
msm8996-v3-pm8004-mmxf-adp.dtb \
|
||||
msm8996-v3-pm8004-agave-adp.dtb \
|
||||
msm8996pro-auto-cdp.dtb \
|
||||
msm8996pro-pmi8994-cdp.dtb \
|
||||
msm8996pro-pmi8994-mtp.dtb \
|
||||
msm8996pro-pmi8994-pmk8001-cdp.dtb \
|
||||
|
|
36
arch/arm/boot/dts/qcom/msm8996pro-auto-cdp.dts
Normal file
36
arch/arm/boot/dts/qcom/msm8996pro-auto-cdp.dts
Normal file
|
@ -0,0 +1,36 @@
|
|||
/* Copyright (c) 2015-2016, 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.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "msm8996pro.dtsi"
|
||||
#include "msm8996-pm8994.dtsi"
|
||||
#include "msm8996-auto-cdp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. MSM 8996pro AUTO CDP";
|
||||
compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
|
||||
qcom,msm-id = <315 0x10000>;
|
||||
qcom,board-id = <0x03010001 0>;
|
||||
};
|
||||
|
||||
&spi_9 {
|
||||
status = "ok";
|
||||
can-controller@0 {
|
||||
compatible = "renesas,rh850";
|
||||
reg = <0>;
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <127 0>;
|
||||
spi-max-frequency = <5000000>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Add table
Reference in a new issue