blob: 63dd8051521c32d3674db1044ab75d01535ee074 [file] [log] [blame]
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05301* OMAP OCP2SCP - ocp interface to scp interface
2
3properties:
4- compatible : Should be "ti,omap-ocp2scp"
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +05305- reg : Address and length of the register set for the device
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05306- #address-cells, #size-cells : Must be present if the device has sub-nodes
7- ranges : the child address space are mapped 1:1 onto the parent address space
8- ti,hwmods : must be "ocp2scp_usb_phy"
9
10Sub-nodes:
11All the devices connected to ocp2scp are described using sub-node to ocp2scp
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +053012
13ocp2scp@4a0ad000 {
14 compatible = "ti,omap-ocp2scp";
15 reg = <0x4a0ad000 0x1f>;
16 #address-cells = <1>;
17 #size-cells = <1>;
18 ranges;
19 ti,hwmods = "ocp2scp_usb_phy";
20
21 subnode1 {
22 ...
23 };
24
25 subnode2 {
26 ...
27 };
28};