1 * OMAP OCP2SCP - ocp interface to scp interface
4 - compatible : Should be "ti,omap-ocp2scp"
5 - reg : Address and length of the register set for the device
6 - #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"
11 All the devices connected to ocp2scp are described using sub-node to ocp2scp
14 compatible = "ti,omap-ocp2scp";
15 reg = <0x4a0ad000 0x1f>;
19 ti,hwmods = "ocp2scp_usb_phy";