Lines Matching +full:smem +full:- +full:state +full:- +full:names
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <bjorn.andersson@linaro.org>
21 firmware-name:
32 - qcom,riva"
33 - qcom,pronto"
35 qcom,smd-channels:
47 const: qcom,wcnss-bt
49 local-bd-address:
50 $ref: /schemas/types.yaml#/definitions/uint8-array
56 - compatible
63 const: qcom,wcnss-wlan
68 interrupt-names:
70 - const: tx
71 - const: rx
73 qcom,smem-states:
74 $ref: /schemas/types.yaml#/definitions/phandle-array
77 Should reference the tx-enable and tx-rings-empty SMEM states.
79 qcom,smem-state-names:
81 - const: tx-enable
82 - const: tx-rings-empty
84 Names of SMEM states.
87 - compatible
88 - interrupts
89 - interrupt-names
90 - qcom,smem-states
91 - qcom,smem-state-names
94 - compatible
95 - qcom,mmio
96 - qcom,smd-channels
101 - |
102 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 smd-edge {
108 qcom,smd-edge = <6>;
109 qcom,remote-pid = <4>;
115 qcom,smd-channels = "WCNSS_CTRL";
120 compatible = "qcom,wcnss-bt";
122 local-bd-address = [ 55 44 33 22 11 00 ];
126 compatible = "qcom,wcnss-wlan";
130 interrupt-names = "tx", "rx";
132 qcom,smem-states = <&apps_smsm 10>, <&apps_smsm 9>;
133 qcom,smem-state-names = "tx-enable", "tx-rings-empty";