blob: 45d625c5414944f268b93def79f77c3d1d177c9c [file] [log] [blame]
Stepan Moskovchenko632d4162013-01-24 16:00:08 -08001/* 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
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -070015/include/ "apq8084.dtsi"
Stepan Moskovchenko632d4162013-01-24 16:00:08 -080016
17/ {
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -070018 model = "Qualcomm APQ 8084 Simulator";
19 compatible = "qcom,apq8084-sim", "qcom,apq8084", "qcom,sim";
Stepan Moskovchenko632d4162013-01-24 16:00:08 -080020 qcom,msm-id = <178 0 0>;
21
22 aliases {
23 serial0 = &uart0;
24 };
25
26 uart0: serial@f991f000 {
27 status = "ok";
28 };
29};
Venkat Gopalakrishnand7ba4e32013-03-29 19:51:19 -070030
31&sdcc1 {
32 qcom,vdd-always-on;
33 qcom,vdd-lpm-sup;
34 qcom,vdd-voltage-level = <2950000 2950000>;
35 qcom,vdd-current-level = <800 500000>;
36
37 qcom,vdd-io-always-on;
38 qcom,vdd-io-voltage-level = <1800000 1800000>;
39 qcom,vdd-io-current-level = <250 154000>;
40
41 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
42 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
43 qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
44 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
45
46 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
47 qcom,sup-voltages = <2950 2950>;
48 qcom,nonremovable;
49 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
50
51 status = "ok";
52};
53
54&sdcc2 {
55 qcom,vdd-voltage-level = <2950000 2950000>;
56 qcom,vdd-current-level = <9000 800000>;
57 qcom,vdd-io-voltage-level = <1800000 2950000>;
58 qcom,vdd-io-current-level = <6 22000>;
59 qcom,vdd-io-lpm-sup;
60
61 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
62 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
63 qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
64 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
65
66 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
67 qcom,sup-voltages = <2950 2950>;
68 qcom,xpc;
69 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
70 qcom,current-limit = <800>;
71
72 status = "ok";
73};