| * OMAP OCP2SCP - ocp interface to scp interface |
| - compatible : Should be "ti,am437x-ocp2scp" for AM437x processor |
| Should be "ti,omap-ocp2scp" for all others |
| - reg : Address and length of the register set for the device |
| - #address-cells, #size-cells : Must be present if the device has sub-nodes |
| - ranges : the child address space are mapped 1:1 onto the parent address space |
| - ti,hwmods : must be "ocp2scp_usb_phy" |
| All the devices connected to ocp2scp are described using sub-node to ocp2scp |
| compatible = "ti,omap-ocp2scp"; |
| ti,hwmods = "ocp2scp_usb_phy"; |