123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- /* Copyright (c) 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/ "apq8084.dtsi"
- / {
- model = "Qualcomm APQ 8084 Simulator";
- compatible = "qcom,apq8084-sim", "qcom,apq8084", "qcom,sim";
- qcom,msm-id = <178 0 0>;
- aliases {
- serial0 = &uart0;
- };
- };
- &soc {
- uart0: serial@f991f000 {
- status = "ok";
- };
- };
- &sdcc1 {
- qcom,vdd-always-on;
- qcom,vdd-lpm-sup;
- qcom,vdd-voltage-level = <2950000 2950000>;
- qcom,vdd-current-level = <800 500000>;
- qcom,vdd-io-always-on;
- qcom,vdd-io-voltage-level = <1800000 1800000>;
- qcom,vdd-io-current-level = <250 154000>;
- qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
- qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
- qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
- qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
- qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
- qcom,sup-voltages = <2950 2950>;
- qcom,nonremovable;
- qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
- status = "ok";
- };
- &sdcc2 {
- qcom,vdd-voltage-level = <2950000 2950000>;
- qcom,vdd-current-level = <9000 800000>;
- qcom,vdd-io-voltage-level = <1800000 2950000>;
- qcom,vdd-io-current-level = <6 22000>;
- qcom,vdd-io-lpm-sup;
- qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
- qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
- qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
- qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
- qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
- qcom,sup-voltages = <2950 2950>;
- qcom,xpc;
- qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
- qcom,current-limit = <800>;
- status = "ok";
- };
- &pma8084_gpios {
- gpio@c000 { /* GPIO 1 */
- };
- gpio@c100 { /* GPIO 2 */
- };
- gpio@c200 { /* GPIO 3 */
- };
- gpio@c300 { /* GPIO 4 */
- };
- gpio@c400 { /* GPIO 5 */
- };
- gpio@c500 { /* GPIO 6 */
- };
- gpio@c600 { /* GPIO 7 */
- };
- gpio@c700 { /* GPIO 8 */
- };
- gpio@c800 { /* GPIO 9 */
- };
- gpio@c900 { /* GPIO 10 */
- };
- gpio@ca00 { /* GPIO 11 */
- };
- gpio@cb00 { /* GPIO 12 */
- };
- gpio@cc00 { /* GPIO 13 */
- };
- gpio@cd00 { /* GPIO 14 */
- };
- gpio@ce00 { /* GPIO 15 */
- };
- gpio@cf00 { /* GPIO 16 */
- };
- gpio@d000 { /* GPIO 17 */
- };
- gpio@d100 { /* GPIO 18 */
- };
- gpio@d200 { /* GPIO 19 */
- };
- gpio@d300 { /* GPIO 20 */
- };
- gpio@d400 { /* GPIO 21 */
- };
- gpio@d500 { /* GPIO 22 */
- };
- };
- &pma8084_mpps {
- mpp@a000 { /* MPP 1 */
- };
- mpp@a100 { /* MPP 2 */
- };
- mpp@a200 { /* MPP 3 */
- };
- mpp@a300 { /* MPP 4 */
- };
- mpp@a400 { /* MPP 5 */
- };
- mpp@a500 { /* MPP 6 */
- };
- mpp@a600 { /* MPP 7 */
- };
- mpp@a700 { /* MPP 8 */
- };
- };
- &usb3 {
- qcom,skip-charger-detection;
- };
- &ufs1 {
- status = "ok";
- };
|