You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
/*
|
|
* Copyright (c) 2018-2019, 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 "qcs405.dtsi"
|
|
#include "qcs405-audio-overlay.dtsi"
|
|
#include "qcs405-circular-pca9956.dtsi"
|
|
#include "qcs405-pinctrl.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS405 RCM IOT";
|
|
compatible = "qcom,qcs405-iot", "qcom,qcs405", "qcom,iot";
|
|
qcom,board-id = <0x010015 0x0>;
|
|
};
|
|
|
|
#include "qcs405-mdss-panels.dtsi"
|
|
|
|
&mdss_mdp {
|
|
qcom,mdss-pref-prim-intf = "dsi";
|
|
};
|
|
|
|
&mdss_dsi {
|
|
hw-config = "single_dsi";
|
|
};
|
|
|
|
&mdss_dsi0 {
|
|
qcom,dsi-pref-prim-pan = <&dsi_hx8394d_720_vid>;
|
|
pinctrl-names = "mdss_default", "mdss_sleep";
|
|
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
|
|
pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
|
|
|
|
qcom,platform-te-gpio = <&tlmm 41 0>;
|
|
qcom,platform-reset-gpio = <&tlmm 39 0>;
|
|
qcom,platform-bklight-en-gpio = <&tlmm 48 0>;
|
|
};
|
|
|
|
&dsi_hx8394d_720_vid {
|
|
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_tlmm_gpio";
|
|
qcom,mdss-dsi-bl-pmic-bank-select = <0>;
|
|
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
|
};
|
|
|
|
&smb1351_otg_supply {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usb3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usb_ss_phy {
|
|
status = "ok";
|
|
qcom,keep-powerdown;
|
|
};
|
|
|
|
&usb2_phy1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&emac_hw {
|
|
status = "disabled";
|
|
};
|
|
|