Back to home page

OSCL-LXR

 
 

    


0001 * OMAP OCP2SCP - ocp interface to scp interface
0002 
0003 properties:
0004 - compatible : Should be "ti,am437x-ocp2scp" for AM437x processor
0005                Should be "ti,omap-ocp2scp" for all others
0006 - reg : Address and length of the register set for the device
0007 - #address-cells, #size-cells : Must be present if the device has sub-nodes
0008 - ranges : the child address space are mapped 1:1 onto the parent address space
0009 - ti,hwmods : must be "ocp2scp_usb_phy"
0010 
0011 Sub-nodes:
0012 All the devices connected to ocp2scp are described using sub-node to ocp2scp
0013 
0014 ocp2scp@4a0ad000 {
0015         compatible = "ti,omap-ocp2scp";
0016         reg = <0x4a0ad000 0x1f>;
0017         #address-cells = <1>;
0018         #size-cells = <1>;
0019         ranges;
0020         ti,hwmods = "ocp2scp_usb_phy";
0021 
0022         subnode1 {
0023         ...
0024         };
0025 
0026         subnode2 {
0027         ...
0028         };
0029 };