M7350/kernel/arch/arm/boot/dts/qcom/mdmcalifornium-nand-cdp.dts

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
/* 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-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MDM CALIFORNIUM CDP (NAND)";
compatible = "qcom,mdmcalifornium-cdp", "qcom,mdmcalifornium",
"qcom,cdp";
qcom,board-id = <1 0x0>;
};
&qnand_1 {
status = "ok";
};
&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";
};