Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / bus / omap-ocp2scp.txt
CommitLineData
26a84b3e
KVA
1* OMAP OCP2SCP - ocp interface to scp interface
2
3properties:
20431db9
KVA
4- compatible : Should be "ti,am437x-ocp2scp" for AM437x processor
5 Should be "ti,omap-ocp2scp" for all others
3ce0a99c 6- reg : Address and length of the register set for the device
26a84b3e
KVA
7- #address-cells, #size-cells : Must be present if the device has sub-nodes
8- ranges : the child address space are mapped 1:1 onto the parent address space
9- ti,hwmods : must be "ocp2scp_usb_phy"
10
11Sub-nodes:
12All the devices connected to ocp2scp are described using sub-node to ocp2scp
3ce0a99c
KVA
13
14ocp2scp@4a0ad000 {
15 compatible = "ti,omap-ocp2scp";
16 reg = <0x4a0ad000 0x1f>;
17 #address-cells = <1>;
18 #size-cells = <1>;
19 ranges;
20 ti,hwmods = "ocp2scp_usb_phy";
21
22 subnode1 {
23 ...
24 };
25
26 subnode2 {
27 ...
28 };
29};
This page took 0.174183 seconds and 5 git commands to generate.