64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
/*
|
|
* Copyright (c) 2015-2016, 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 "msmgold.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. MSMGOLD RUMI";
|
|
compatible = "qcom,msmgold-rumi", "qcom,msmgold", "qcom,rumi";
|
|
qcom,board-id= <15 0>;
|
|
};
|
|
|
|
&soc {
|
|
timer {
|
|
clock-frequency = <10000000>;
|
|
};
|
|
|
|
smbcharger_charger_otg: qcom,smbcharger-boost-otg {
|
|
compatible = "qcom,stub-regulator";
|
|
regulator-name = "smbcharger_charger_otg";
|
|
};
|
|
};
|
|
|
|
&blsp1_uart2 {
|
|
status = "ok";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart_console_active>;
|
|
};
|
|
|
|
&usb_otg {
|
|
qcom,hsusb-otg-otg-control = <1>;
|
|
qcom,emulation;
|
|
/delete-property/ qcom,boost-sysclk-with-streaming;
|
|
};
|
|
|
|
&clock_gcc {
|
|
compatible = "qcom,dummycc";
|
|
};
|
|
|
|
&clock_debug {
|
|
compatible = "qcom,dummycc";
|
|
};
|
|
|
|
&clock_gcc_mdss {
|
|
compatible = "qcom,dummycc";
|
|
};
|
|
|
|
&clock_cpu {
|
|
compatible = "qcom,dummycc";
|
|
};
|