// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include &soc { qcom,smp2p-wpss { smp2p_wlan_2_in: qcom,smp2p-wlan-2-in { qcom,entry-name = "wlan_soc_wake"; interrupt-controller; #interrupt-cells = <2>; }; smp2p_wlan_2_out: qcom,smp2p-wlan-2-out { qcom,entry-name = "wlan_soc_wake"; #qcom,smem-state-cells = <1>; }; smp2p_wlan_3_out: qcom,smp2p-wlan-3-out { qcom,entry-name = "wlan_ep_power_save"; #qcom,smem-state-cells = <1>; }; }; wpss_pas: remoteproc-wpss@8a00000 { firmware-name = "qca6755/wpss.mdt"; }; icnss2: qcom,wcn6750 { compatible = "qcom,wcn6750"; reg = <0x17210040 0x0>, <0xb0000000 0x10000>; reg-names = "msi_addr", "smmu_iova_ipa"; qcom,rproc-handle = <&wpss_pas>; iommus = <&apps_smmu 0x1c00 0x1>; interrupts = , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ; qcom,iommu-dma = "fastmap"; qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal"; qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>; qcom,iommu-geometry = <0xa0000000 0x10010000>; dma-coherent; qcom,fw-prefix; qcom,wlan; tsens = "quiet-therm"; wcn-hw-version = "qca6755"; qcom,wlan-msa-fixed-region = <&wlan_fw_mem>; vdd-cx-mx-supply = <&S7B>; qcom,vdd-cx-mx-config = <880000 1120000 0 0 1>; vdd-1.8-xo-supply = <&S8E>; qcom,vdd-1.8-xo-config = <1872000 2040000 0 0 0>; vdd-1.3-rfa-supply = <&S8B>; qcom,vdd-1.3-rfa-config = <1256000 1500000 0 0 0>; qcom,smem-states = <&smp2p_wlan_1_out 0>, <&smp2p_wlan_2_out 0>, <&smp2p_wlan_3_out 0>; qcom,smem-state-names = "wlan-smp2p-out", "wlan-soc-wake-smp2p-out", "wlan-ep-powersave-smp2p-out"; mboxes = <&qmp_aop 0>; qcom,vreg_ol_cpr ="s7b"; icnss_cdev_apss: qcom,icnss_cdev1 { #cooling-cells = <2>; }; icnss_cdev_wpss: qcom,icnss_cdev2 { #cooling-cells = <2>; }; qcom,smp2p_map_wlan_1_in { interrupts-extended = <&smp2p_wlan_1_in 0 0>, <&smp2p_wlan_1_in 1 0>; interrupt-names = "qcom,smp2p-force-fatal-error", "qcom,smp2p-early-crash-ind"; }; qcom,smp2p_map_wlan_2_in { interrupts-extended = <&smp2p_wlan_2_in 0 0>; interrupt-names = "qcom,smp2p-soc-wake-ack"; }; }; };