1 Qualcomm SLIMBus Non Generic Device (NGD) Controller binding
3 SLIMBus NGD controller is a light-weight driver responsible for communicating
4 with SLIMBus slaves directly over the bus using messaging interface and
5 communicating with master component residing on ADSP for bandwidth and
6 data-channel management
8 Please refer to slimbus/bus.txt for details of the common SLIMBus bindings.
12 Value type: <stringlist>
13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>"
14 must be one of the following.
15 "qcom,slim-ngd-v1.5.0" for MSM8996
16 "qcom,slim-ngd-v2.1.0" for SDM845
20 Value type: <prop-encoded-array>
21 Definition: must specify the base address and size of the controller
25 Value type: <array of phandles>
26 Definition: List of rx and tx dma channels
30 Value type: <stringlist>
31 Definition: must be "rx" and "tx".
35 Value type: <prop-encoded-array>
36 Definition: must list controller IRQ.
41 Definition: Should be 1, reflecting the instance id of ngd.
46 Definition: Should be 0
49 Each subnode represents an instance of NGD, must contain the following
55 Definition: Should be instance id of ngd.
59 Refer to slimbus/bus.txt for details of the common SLIMBus bindings.
63 Refer to slimbus/bus.txt for details of the common SLIMBus bindings.
68 compatible = "qcom,slim-ngd-v1.5.0";
69 reg = <0x91c0000 0x2c000>;
70 interrupts = <0 163 0>;
71 dmas = <&slimbam 3>, <&slimbam 4>;
72 dma-names = "rx", "tx";
80 compatible = "slim217,1a0";