47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
|
/* Copyright (c) 2015, 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 "mdmcalifornium-mtp.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Qualcomm Technologies, Inc. MDM CALIFORNIUM MTP (eMMC)";
|
||
|
compatible = "qcom,mdmcalifornium-mtp", "qcom,mdmcalifornium",
|
||
|
"qcom,mtp";
|
||
|
qcom,board-id = <8 0x00030000>;
|
||
|
|
||
|
qcom,rmtfs_sharedmem@0 {
|
||
|
compatible = "qcom,sharedmem-uio";
|
||
|
reg = <0x0 0x00100000>;
|
||
|
reg-names = "rmtfs";
|
||
|
qcom,client-id = <0x00000001>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&sdhc_1 {
|
||
|
vdd-io-supply = <&pmdcalifornium_l6>;
|
||
|
qcom,vdd-io-voltage-level = <1800000 1800000>;
|
||
|
qcom,vdd-io-current-level = <100 200000>;
|
||
|
|
||
|
pinctrl-names = "active", "sleep";
|
||
|
pinctrl-0 = <&sdc1_clk_on &sdc1_cmd_on &sdc1_data_on>;
|
||
|
pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off>;
|
||
|
|
||
|
qcom,bus-width = <8>;
|
||
|
qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
|
||
|
qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
|
||
|
qcom,nonremovable;
|
||
|
|
||
|
status = "ok";
|
||
|
};
|