ARM: dts: msm: Add QRD interposer dts file for msmcobalt
Add device tree support for msmcobalt interposer platform using msmfalcon QRD. CRs-Fixed: 1086541 Change-Id: If17aa7a60832b71a94d75718da07158e1474ef31 Signed-off-by: Zhenhua Huang <zhenhuah@codeaurora.org>
This commit is contained in:
parent
81a1e629f8
commit
32eed90428
3 changed files with 45 additions and 1 deletions
|
@ -128,7 +128,8 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
|
|||
apqcobalt-v2.1-cdp.dtb \
|
||||
apqcobalt-v2.1-qrd.dtb \
|
||||
msmcobalt-v2.1-interposer-msmfalcon-cdp.dtb \
|
||||
msmcobalt-v2.1-interposer-msmfalcon-mtp.dtb
|
||||
msmcobalt-v2.1-interposer-msmfalcon-mtp.dtb \
|
||||
msmcobalt-v2.1-interposer-msmfalcon-qrd.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
|
||||
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
/* Copyright (c) 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 "msmcobalt-v2.1-interposer-msmfalcon-qrd.dtsi"
|
||||
|
||||
/ {
|
||||
model =
|
||||
"Qualcomm Technologies, Inc. MSM COBALT v2.1 MSM FALCON Interposer QRD";
|
||||
compatible = "qcom,msmcobalt-qrd", "qcom,msmcobalt", "qcom,qrd";
|
||||
qcom,board-id = <0x03000b 0x80>;
|
||||
};
|
|
@ -0,0 +1,20 @@
|
|||
/* Copyright (c) 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.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include "msmcobalt-v2.1-interposer-msmfalcon.dtsi"
|
||||
|
||||
&uartblsp2dm1 {
|
||||
status = "ok";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_console_active>;
|
||||
};
|
Loading…
Add table
Reference in a new issue