blob: d23bd89019be5bb631afde9e57ab84f17ef28976 [file] [log] [blame]
Jay Chokshi7080ce92013-05-10 17:57:45 -07001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/dts-v1/;
14
15/include/ "msmsamarium.dtsi"
16
17/ {
18 model = "Qualcomm MSM SAMARIUM SIM";
19 compatible = "qcom,msmsamarium-sim", "qcom,msmsamarium", "qcom,sim";
20 qcom,msm-id = <195 0 0>;
21};
22
23&uartblsp0dm2{
24 status = "ok";
25};
Venkat Gopalakrishnan34250972013-05-20 17:55:08 -070026
27&sdcc1 {
28 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
29 qcom,sup-voltages = <2950 2950>;
30
31 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
32 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
33 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
34 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
35
36 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
37 qcom,nonremovable;
38 status = "ok";
39};
40
41&sdcc2 {
42 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
43 qcom,sup-voltages = <2950 2950>;
44
45 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
46 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
47 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
48 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
49
50 qcom,xpc;
51 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
52 qcom,current-limit = <800>;
53
54 status = "ok";
55};
Manu Gautamff29ea92013-06-21 17:08:24 +053056
57&usb_otg {
58 status = "ok";
59};