ARM: dts: msm: Add support for Aquantia ethernet adapter

Add initial devicetree node for enabling Aquantia AQC107 PCIe ethernet
adapter.

CRs-Fixed: 2309519
Change-Id: I5b3d2615f311bfca89c6ad2d2e607eff130c97d2
Signed-off-by: Jinesh K. Jayakumar <jineshk@codeaurora.org>
tirimbino
Jinesh K. Jayakumar 6 years ago
parent 58b6ed92b0
commit 86251e9d7d
  1. 26
      arch/arm64/boot/dts/qcom/sdxprairie-aqc.dtsi
  2. 1
      arch/arm64/boot/dts/qcom/sdxprairie.dtsi

@ -0,0 +1,26 @@
/* Copyright (c) 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.
*/
&pcie0_rp {
aqc_x4: aquantia,aqc107@pcie0_rp {
reg = <0 0 0 0 0>;
compatible = "aquantia,aqc-107";
qcom,smmu;
qcom,smmu-iova-base = /bits/ 64 <0x0>;
qcom,smmu-iova-size = /bits/ 64 <0x80000000>;
qcom,smmu-attr-s1-bypass;
};
};

@ -1034,6 +1034,7 @@
#include "sdxprairie-audio.dtsi"
#include "sdxprairie-pcie.dtsi"
#include "sdxprairie-coresight.dtsi"
#include "sdxprairie-aqc.dtsi"
&gdsc_usb30 {
status = "ok";

Loading…
Cancel
Save