Lines Matching +full:wsi +full:- +full:controller

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/net/wireless/qcom,ath12k-wsi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Qualcomm Technologies ath12k wireless devices (PCIe) with WSI interface
11 - Jeff Johnson <jjohnson@kernel.org>
14 Qualcomm Technologies IEEE 802.11be PCIe devices with WSI interface.
16 The ath12k devices (QCN9274) feature WSI support. WSI stands for
19 This WSI connection is essential to exchange control information
22 The WSI interface includes TX and RX ports, which are used to connect
23 multiple WSI-supported devices together, forming a WSI group.
25 Diagram to represent one WSI connection (one WSI group) among
28 +-------+ +-------+ +-------+
31 +----->| wsi |------->| wsi |------->| wsi |-----+
33 | +-------+ +-------+ +-------+ |
34 +------------------------------------------------------+
36 Diagram to represent two WSI connections (two separate WSI groups)
39 +-------+ +-------+ +-------+ +-------+
42 +-->| wsi |--->| wsi |--+ +-->| wsi |--->| wsi |--+
44 | +-------+ +-------+ | | +-------+ +-------+ |
45 +---------------------------+ +---------------------------+
50 - pci17cb,1109 # QCN9274
55 qcom,calibration-variant:
61 qcom,ath12k-calibration-variant:
68 qcom,wsi-controller:
71 The WSI controller device in the WSI group aids (is capable) to
73 all devices in the WSI group.
81 This is the TX port of WSI interface. It is attached to the RX
82 port of the next device in the WSI connection.
87 This is the RX port of WSI interface. It is attached to the TX
88 port of the previous device in the WSI connection.
91 - compatible
92 - reg
97 - |
99 #address-cells = <3>;
100 #size-cells = <2>;
105 #address-cells = <3>;
106 #size-cells = <2>;
113 qcom,calibration-variant = "RDP433_1";
116 #address-cells = <1>;
117 #size-cells = <0>;
123 remote-endpoint = <&wifi2_wsi_rx>;
131 remote-endpoint = <&wifi3_wsi_tx>;
141 #address-cells = <3>;
142 #size-cells = <2>;
149 qcom,calibration-variant = "RDP433_2";
150 qcom,wsi-controller;
153 #address-cells = <1>;
154 #size-cells = <0>;
160 remote-endpoint = <&wifi3_wsi_rx>;
168 remote-endpoint = <&wifi1_wsi_tx>;
178 #address-cells = <3>;
179 #size-cells = <2>;
186 qcom,calibration-variant = "RDP433_3";
189 #address-cells = <1>;
190 #size-cells = <0>;
196 remote-endpoint = <&wifi1_wsi_rx>;
204 remote-endpoint = <&wifi2_wsi_tx>;