| /* Copyright (c) 2013, 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/ "msm8226-v2.dtsi" |
| /include/ "msm8226-qrd.dtsi" |
| /include/ "dsi-panel-nt35590-720p-video.dtsi" |
| |
| / { |
| model = "Qualcomm MSM 8226v2 QRD"; |
| compatible = "qcom,msm8226-qrd", "qcom,msm8226", "qcom,qrd"; |
| qcom,board-id = <0xb 0x2>; |
| qcom,msm-id = <145 0x20000>, |
| <158 0x20000>, |
| <159 0x20000>, |
| <198 0x20000>, |
| <205 0x20000>; |
| }; |
| |
| &soc { |
| qcom,mdss_dsi_nt35590_720p_video { |
| status = "ok"; |
| qcom,mdss-pan-bl-ctrl = "bl_ctrl_dcs"; |
| }; |
| |
| sound { |
| qcom,model = "msm8226-tapan-skuf-snd-card"; |
| |
| qcom,audio-routing = |
| "RX_BIAS", "MCLK", |
| "LDO_H", "MCLK", |
| "SPK_OUT", "MCLK", |
| "SPK_OUT", "EXT_VDD_SPKR", |
| "Lineout_1 amp", "LINEOUT1", |
| "Lineout_2 amp", "LINEOUT2", |
| "AMIC1", "MIC BIAS1 External", |
| "MIC BIAS1 External", "Handset Mic", |
| "AMIC2", "MIC BIAS2 External", |
| "MIC BIAS2 External", "Headset Mic", |
| "AMIC3", "MIC BIAS1 External", |
| "MIC BIAS1 External", "ANCRight Headset Mic", |
| "AMIC4", "MIC BIAS2 External", |
| "MIC BIAS2 External", "ANCLeft Headset Mic"; |
| |
| qcom,cdc-mclk-gpios = <&pm8226_gpios 1 0>; |
| qcom,cdc-lineout-spkr-gpios = <&pm8226_gpios 2 0>; |
| qcom,cdc-vdd-spkr-gpios; |
| qcom,cdc-us-euro-gpios; |
| }; |
| }; |