Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 248eb30e authored by Lakshit Tyagi's avatar Lakshit Tyagi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add AQC IPA offload configs

Add AQC IPA offload configs for sdxlemur.

Change-Id: I837c94d71c5febf08942b50a69e40c61f65eb77a
parent d4bffcca
Loading
Loading
Loading
Loading
+36 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,38 @@
#include "sdxlemur-mtp-audio-overlay.dtsi"
#include "sdxlemur-mtp-audio-overlay.dtsi"


&soc {
&soc {
	ioss_aqc_eth0_rx: aqc_rx@eth0 {
		qcom,dir-rx;
		qcom,rx-filter-be;

		qcom,ring-size = <1024>;
		qcom,buff-size = <2048>;

		qcom,mod-count-min = <15>;
		qcom,mod-count-max = <25>;
		qcom,mod-usecs-min = <64>;
		qcom,mod-usecs-max = <128>;
	};

	ioss_aqc_eth0_tx: aqc_tx@eth0 {
		qcom,dir-tx;
		qcom,ring-size = <1024>;
		qcom,buff-size = <2048>;

		qcom,mod-count-min = <15>;
		qcom,mod-count-max = <25>;
		qcom,mod-usecs-min = <64>;
		qcom,mod-usecs-max = <128>;
	};

	ioss_aqc_eth0: aqc@eth0 {
		qcom,name = "eth0";
		qcom,ioss_instance = <0>;

		qcom,ioss_channels =
			<&ioss_aqc_eth0_rx>,
			<&ioss_aqc_eth0_tx>;
	};


};
};


@@ -12,8 +44,12 @@
	aquantia,aqc@pcie0_rp {
	aquantia,aqc@pcie0_rp {
		reg = <0 0 0 0 0>;
		reg = <0 0 0 0 0>;


		compatible = "qcom,ioss-v2-device";
		qcom,ioss = <&ioss>;
		/* ipa shares this group with aqc */
		/* ipa shares this group with aqc */
		qcom,iommu-group = <&ipa_eth_group1>;
		qcom,iommu-group = <&ipa_eth_group1>;
		qcom,ioss_interfaces =
			<&ioss_aqc_eth0>;


		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <1>;