Path: blob/master/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
26308 views
* OMAP OCP2SCP - ocp interface to scp interface12properties:3- compatible : Should be "ti,am437x-ocp2scp" for AM437x processor4Should be "ti,omap-ocp2scp" for all others5- reg : Address and length of the register set for the device6- #address-cells, #size-cells : Must be present if the device has sub-nodes7- ranges : the child address space are mapped 1:1 onto the parent address space8- ti,hwmods : must be "ocp2scp_usb_phy"910Sub-nodes:11All the devices connected to ocp2scp are described using sub-node to ocp2scp1213ocp2scp@4a0ad000 {14compatible = "ti,omap-ocp2scp";15reg = <0x4a0ad000 0x1f>;16#address-cells = <1>;17#size-cells = <1>;18ranges;19ti,hwmods = "ocp2scp_usb_phy";2021subnode1 {22...23};2425subnode2 {26...27};28};293031