Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30a71ab4 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Add initial device tree for mdmferrum



Add the dtsi files for mdmferrum SoC along with dts
files for the simulator and rumi platforms.

Change-Id: I25d0c5bfaa5f8ee188443798584f059073d91d62
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent 04b3ca3b
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
/* Copyright (c) 2014, 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 "mdmferrum.dtsi"
#include "msmferrum-pinctrl.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDMFERRUM RUMI";
	compatible = "qcom,msmferrum-rumi", "qcom,msmferrum", "qcom,rumi";
	qcom,board-id = <15 0>;
};

&soc {
	timer {
		clock-frequency = <5000000>;
	};
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+29 −0
Original line number Diff line number Diff line
/* Copyright (c) 2014, 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 "mdmferrum.dtsi"
#include "msmferrum-pinctrl.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDMFERRUM Simulator";
	compatible = "qcom,msmferrum-sim", "qcom,msmferrum", "qcom,sim";
	qcom,board-id = <16 0>;
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+19 −0
Original line number Diff line number Diff line
/* Copyright (c) 2014, 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 "msmferrum.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MDMFERRUM";
	compatible = "qcom,msmferrum";
	qcom,msm-id = <260 0>, <261 0>, <262 0>;
};