Add initial device tree support for ravelin target. This is a snapshot of dtsi files as of KP.1.0 'commit <370d8eab7cc6> ("Merge "ARM: dts: qcom: Disable cnss-kiwi SOL on anorak platform"")'. Modified as per compilation and bootup. Change-Id: Icb9a6e67879c68dbf894d1713fa2837882b9f00c Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
63 lines
1.3 KiB
Plaintext
63 lines
1.3 KiB
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&soc {
|
|
wil6210: qcom,wil6210 {
|
|
qcom,pcie-parent = <&pcie0>;
|
|
qcom,wigig-en = <&tlmm 91 0>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&wil6210_refclk_en_pin>;
|
|
qcom,11ad-bus-bw,name = "wil6210";
|
|
qcom,11ad-bus-bw,num-cases = <3>;
|
|
qcom,11ad-bus-bw,num-paths = <1>;
|
|
qcom,11ad-bus-bw,vectors-KBps = <100 512 0 0>,
|
|
<100 512 600000 800000>,
|
|
<100 512 1300000 1300000>;
|
|
qcom,use-ext-supply;
|
|
vdd-s1c-supply = <&S9B>;
|
|
qcom,keep-radio-on-during-sleep;
|
|
qcom,use-ap-power-save;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
&pcie0_rp {
|
|
#address-cells = <5>;
|
|
#size-cells = <0>;
|
|
|
|
wil6210_pci: wil6210_pci {
|
|
reg = <0 0 0 0 0>;
|
|
qcom,iommu-group = <&wil6210_pci_iommu_group>;
|
|
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
wil6210_pci_iommu_group: wil6210_pci_iommu_group {
|
|
reg = <0 0>;
|
|
qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>;
|
|
qcom,iommu-dma = "fastmap";
|
|
qcom,iommu-pagetable = "coherent";
|
|
};
|
|
};
|
|
};
|
|
|
|
&tlmm {
|
|
talyn_pins {
|
|
wil6210_refclk_en_pin: wil6210_refclk_en_pin {
|
|
mux {
|
|
pins = "gpio83";
|
|
function = "gpio";
|
|
};
|
|
|
|
config {
|
|
pins = "gpio83";
|
|
drive-strength = <2>;
|
|
bias-pull-down;
|
|
};
|
|
};
|
|
|
|
};
|
|
};
|