Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
30 lines
735 B
Plaintext
30 lines
735 B
Plaintext
* OMAP OCP2SCP - ocp interface to scp interface
|
|
|
|
properties:
|
|
- 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"
|
|
|
|
Sub-nodes:
|
|
All the devices connected to ocp2scp are described using sub-node to ocp2scp
|
|
|
|
ocp2scp@4a0ad000 {
|
|
compatible = "ti,omap-ocp2scp";
|
|
reg = <0x4a0ad000 0x1f>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges;
|
|
ti,hwmods = "ocp2scp_usb_phy";
|
|
|
|
subnode1 {
|
|
...
|
|
};
|
|
|
|
subnode2 {
|
|
...
|
|
};
|
|
};
|