···77 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus88 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus99 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus1010+ Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus1011 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus1112 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus1213 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus···1615 Should be "ti,am3-l4-wkup" for AM33xx family l4 wkup bus1716 Should be "ti,am4-l4-wkup" for AM43xx family l4 wkup bus1817- ranges : contains the IO map range for the bus1818+- reg : registers link agent and interconnect agent and access protection1919+- reg-names : "la" for link agent, "ia0" to "ia3" for one to three2020+ interconnect agent instances, "ap" for access if it exists19212022Examples:21232222-l4: l4@48000000 {2323- compatible "ti,omap2-l4", "simple-bus";2424+l4: interconnect@48000000 {2525+ compatible "ti,omap4-l4-per", "simple-bus";2626+ reg = <0x48000000 0x800>,2727+ <0x48000800 0x800>,2828+ <0x48001000 0x400>,2929+ <0x48001400 0x400>,3030+ <0x48001800 0x400>,3131+ <0x48001c00 0x400>;3232+ reg-names = "ap", "la", "ia0", "ia1", "ia2", "ia3";2433 #address-cells = <1>;2534 #size-cells = <1>;2635 ranges = <0 0x48000000 0x100000>;