ARM: dts: msm: Add QRD SDM630 EVT2 SKU1 dts file
Add device tree support for QRD630 EVT2 SKU1 board. Change-Id: I8cea2b9b0995905297d69951694178dccfea65f7 Signed-off-by: Jiangen Jiao <jiangenj@codeaurora.org>
This commit is contained in:
parent
4b3736890b
commit
923b11d089
4 changed files with 51 additions and 0 deletions
|
@ -289,6 +289,7 @@ compatible = "qcom,sdm630-mtp"
|
|||
compatible = "qcom,sdm630-cdp"
|
||||
compatible = "qcom,sda630-mtp"
|
||||
compatible = "qcom,sda630-cdp"
|
||||
compatible = "qcom,sdm630-qrd"
|
||||
compatible = "qcom,msm8952-rumi"
|
||||
compatible = "qcom,msm8952-sim"
|
||||
compatible = "qcom,msm8952-qrd"
|
||||
|
|
|
@ -192,6 +192,7 @@ dtb-$(CONFIG_ARCH_SDM630) += sdm630-rumi.dtb \
|
|||
sdm630-pm660a-cdp.dtb \
|
||||
sdm630-pm660a-mtp.dtb \
|
||||
sdm630-pm660a-rcm.dtb \
|
||||
sdm630-pm660a-qrd.dtb \
|
||||
sdm630-internal-codec-pm660a-cdp.dtb \
|
||||
sdm630-internal-codec-pm660a-mtp.dtb \
|
||||
sdm630-internal-codec-pm660a-rcm.dtb \
|
||||
|
|
25
arch/arm/boot/dts/qcom/sdm630-pm660a-qrd.dts
Normal file
25
arch/arm/boot/dts/qcom/sdm630-pm660a-qrd.dts
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* Copyright (c) 2017, 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 "sdm630.dtsi"
|
||||
#include "sdm630-qrd.dtsi"
|
||||
#include "msm-pm660a.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SDM 630 PM660 + PM660A QRD";
|
||||
compatible = "qcom,sdm630-qrd", "qcom,sdm630", "qcom,qrd";
|
||||
qcom,board-id = <0x0002000b 0x00>;
|
||||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||
};
|
24
arch/arm/boot/dts/qcom/sdm630-qrd.dtsi
Normal file
24
arch/arm/boot/dts/qcom/sdm630-qrd.dtsi
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Copyright (c) 2017, 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 "sdm660-pinctrl.dtsi"
|
||||
/ {
|
||||
};
|
||||
|
||||
&uartblsp1dm1 {
|
||||
status = "ok";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_console_active>;
|
||||
};
|
||||
|
||||
&soc {
|
||||
};
|
Loading…
Add table
Reference in a new issue