38 lines
1.1 KiB
Plaintext
38 lines
1.1 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 (NAND)";
|
|
compatible = "qcom,mdmcalifornium-mtp", "qcom,mdmcalifornium",
|
|
"qcom,mtp";
|
|
qcom,board-id = <8 0>;
|
|
};
|
|
|
|
&sdhc_1 {
|
|
vdd-io-supply = <&pmdcalifornium_l7>;
|
|
qcom,vdd-io-voltage-level = <1800000 2848000>;
|
|
qcom,vdd-io-current-level = <200 10000>;
|
|
|
|
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 = <4>;
|
|
qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
|
|
|
|
status = "ok";
|
|
};
|