Stepan Moskovchenko | 632d416 | 2013-01-24 16:00:08 -0800 | [diff] [blame] | 1 | /* 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 Moskovchenko | e90cd65 | 2013-04-18 12:54:47 -0700 | [diff] [blame] | 15 | /include/ "apq8084.dtsi" |
Stepan Moskovchenko | 632d416 | 2013-01-24 16:00:08 -0800 | [diff] [blame] | 16 | |
| 17 | / { |
Stepan Moskovchenko | e90cd65 | 2013-04-18 12:54:47 -0700 | [diff] [blame] | 18 | model = "Qualcomm APQ 8084 Simulator"; |
| 19 | compatible = "qcom,apq8084-sim", "qcom,apq8084", "qcom,sim"; |
Stepan Moskovchenko | 632d416 | 2013-01-24 16:00:08 -0800 | [diff] [blame] | 20 | qcom,msm-id = <178 0 0>; |
| 21 | |
| 22 | aliases { |
| 23 | serial0 = &uart0; |
| 24 | }; |
| 25 | |
| 26 | uart0: serial@f991f000 { |
| 27 | status = "ok"; |
| 28 | }; |
| 29 | }; |
Venkat Gopalakrishnan | d7ba4e3 | 2013-03-29 19:51:19 -0700 | [diff] [blame] | 30 | |
| 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 | }; |