Lines Matching +full:smd +full:- +full:channels
4 block and a BT, WiFi and FM radio block, all using SMD as command channels.
6 - compatible:
11 - qcom,smd-channel:
14 Definition: standard SMD property specifying the SMD channel used for
18 - qcom,mmio:
20 Value type: <prop-encoded-array>
27 - firmware-name:
41 - compatible:
45 "qcom,wcnss-bt"
47 - local-bd-address:
55 - compatible:
59 "qcom,wcnss-wlan",
61 - interrupts:
63 Value type: <prop-encoded-array>
66 - interrupt-names:
71 - qcom,smem-state:
73 Value type: <prop-encoded-array>
74 Definition: should reference the tx-enable and tx-rings-empty SMEM states
76 - qcom,smem-state-names:
79 Definition: must contain "tx-enable" and "tx-rings-empty"
82 The following example represents a SMD node, with one edge representing the
86 smd {
87 compatible = "qcom,smd";
89 pronto-edge {
93 qcom,smd-edge = <6>;
97 qcom,smd-channels = "WCNSS_CTRL";
99 #address-cells = <1>;
100 #size-cells = <1>;
105 compatible = "qcom,wcnss-bt";
108 local-bd-address = [ 55 44 33 22 11 00 ];
112 compatible = "qcom,wcnss-wlan";
115 interrupt-names = "tx", "rx";
117 qcom,smem-state = <&apps_smsm 10>, <&apps_smsm 9>;
118 qcom,smem-state-names = "tx-enable", "tx-rings-empty";
129 reg-names = "ccu", "dxe", "pmu";