android_kernel_samsung_hero.../arch/arm/boot/dts/qcom/msmtitanium-sim.dts

70 lines
1.7 KiB
Text
Raw Normal View History

2016-08-17 10:41:52 +02: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/;
/memreserve/ 0x90000000 0x00000200;
#include "msmtitanium.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSMTitaninum Simulator";
compatible = "qcom,msmtitanium-sim", "qcom,msmtitanium", "qcom,sim";
qcom,board-id= <16 0>;
};
&blsp1_uart2 {
status = "ok";
pinctrl-names = "default";
pinctrl-0 = <&uart_console_sleep>;
};
&sdhc_1 {
/* device core power supply */
vdd-supply = <&pmtitanium_l8>;
qcom,vdd-voltage-level = <2900000 2900000>;
qcom,vdd-current-level = <200 570000>;
/* device communication power supply */
vdd-io-supply = <&pmtitanium_l5>;
qcom,vdd-io-always-on;
qcom,vdd-io-lpm-sup;
qcom,vdd-io-voltage-level = <1800000 1800000>;
qcom,vdd-io-current-level = <200 325000>;
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,nonremovable;
qcom,clk-rates = <400000 25000000 50000000>;
status = "ok";
};
&usb3 {
reg = <0x07000000 0xfc000>;
reg-names = "core_base";
dwc3@7000000 {
maximum-speed = "high-speed";
};
};
&ssphy {
compatible = "usb-nop-xceiv";
};
&qusb_phy {
compatible = "usb-nop-xceiv";
};