27 lines
860 B
Plaintext
Executable File
27 lines
860 B
Plaintext
Executable File
/* Copyright (c) 2012-2013, 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/ "msm9625-v1.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm MSM 9625V1 RUMI";
|
|
compatible = "qcom,msm9625-rumi", "qcom,msm9625", "qcom,rumi";
|
|
qcom,msm-id = <134 15 0>;
|
|
|
|
chosen{
|
|
bootargs = "root=/dev/ram rw init=/init console=ttyHSL0,115200n8 initrd=0x00000000,0x00000000 mem=29M@0x00200000 mem=10M@0x07600000";
|
|
|
|
};
|
|
};
|