Lines Matching +full:sci +full:- +full:inta
17 - compatible : Must be "ti,am654-navss-ringacc";
18 - reg : Should contain register location and length of the following
20 - reg-names : should be
21 "rt" - The RA Ring Real-time Control/Status Registers
22 "fifos" - The RA Queues Registers
23 "proxy_gcfg" - The RA Proxy Global Config Registers
24 "proxy_target" - The RA Proxy Datapath Registers
25 - ti,num-rings : Number of rings supported by RA
26 - ti,sci-rm-range-gp-rings : TI-SCI RM subtype for GP ring range
27 - ti,sci : phandle on TI-SCI compatible System controller node
28 - ti,sci-dev-id : TI-SCI device id of the ring accelerator
29 - msi-parent : phandle for "ti,sci-inta" interrupt controller
32 -- ti,dma-ring-reset-quirk : enable ringacc / udma ring state interoperability
38 compatible = "ti,am654-navss-ringacc";
43 reg-names = "rt", "fifos",
45 ti,num-rings = <818>;
46 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
47 ti,dma-ring-reset-quirk;
48 ti,sci = <&dmsc>;
49 ti,sci-dev-id = <187>;
50 msi-parent = <&inta_main_udmass>;