summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/omap/l4.txt
blob: 64020220024d01defe67ac161a844015983de309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
L4 interconnect bindings

These bindings describe the OMAP SoCs L4 interconnect bus.

Required properties:
- compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus
	       Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus
	       Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus
- ranges : contains the IO map range for the bus

Examples:

l4: l4@48000000 {
	compatible "ti,omap2-l4", "simple-bus";
	#address-cells = <1>;
	#size-cells = <1>;
	ranges = <0 0x48000000 0x100000>;
};