18c2ecf20Sopenharmony_ciL4 interconnect bindings
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThese bindings describe the OMAP SoCs L4 interconnect bus.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci- compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus
78c2ecf20Sopenharmony_ci	       Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus
88c2ecf20Sopenharmony_ci	       Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus
98c2ecf20Sopenharmony_ci	       Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus
108c2ecf20Sopenharmony_ci	       Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus
118c2ecf20Sopenharmony_ci	       Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus
128c2ecf20Sopenharmony_ci	       Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus
138c2ecf20Sopenharmony_ci	       Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus
148c2ecf20Sopenharmony_ci	       Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus
158c2ecf20Sopenharmony_ci	       Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus
168c2ecf20Sopenharmony_ci	       Should be "ti,am3-l4-wkup" for AM33xx family l4 wkup bus
178c2ecf20Sopenharmony_ci	       Should be "ti,am4-l4-wkup" for AM43xx family l4 wkup bus
188c2ecf20Sopenharmony_ci- ranges : contains the IO map range for the bus
198c2ecf20Sopenharmony_ci- reg : registers link agent and interconnect agent and access protection
208c2ecf20Sopenharmony_ci- reg-names : "la" for link agent, "ia0" to "ia3" for one to three
218c2ecf20Sopenharmony_ci              interconnect agent instances, "ap" for access if it exists
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciExamples:
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_cil4: interconnect@48000000 {
268c2ecf20Sopenharmony_ci	compatible "ti,omap4-l4-per", "simple-bus";
278c2ecf20Sopenharmony_ci	reg = <0x48000000 0x800>,
288c2ecf20Sopenharmony_ci	      <0x48000800 0x800>,
298c2ecf20Sopenharmony_ci	      <0x48001000 0x400>,
308c2ecf20Sopenharmony_ci	      <0x48001400 0x400>,
318c2ecf20Sopenharmony_ci	      <0x48001800 0x400>,
328c2ecf20Sopenharmony_ci	      <0x48001c00 0x400>;
338c2ecf20Sopenharmony_ci	reg-names = "ap", "la", "ia0", "ia1", "ia2", "ia3";
348c2ecf20Sopenharmony_ci	#address-cells = <1>;
358c2ecf20Sopenharmony_ci	#size-cells = <1>;
368c2ecf20Sopenharmony_ci	ranges = <0 0x48000000 0x100000>;
378c2ecf20Sopenharmony_ci};
38