dt-bindings: interconnect: update interconnect bindings

Update the interconnect device bindings. These devices can be
used to describe any RPM and NoC based interconnect devices.

Change-Id: Icbeefc5dcbe0b1f8d0db8d429c7db3a4da20b71c
This commit is contained in:
Odelu Kukatla
2020-08-10 23:21:22 +05:30
committed by Gerrit - the friendly Code Review server
parent 8c41e5b755
commit 3fd626f927

View File

@@ -15,6 +15,12 @@ reg : specifies the physical base address and size of registers
clocks : list of phandles and specifiers to all interconnect bus clocks
clock-names : clock names should include both "bus" and "bus_a"
The following are optional properties:
qcom,util-factor : Parameter that represents the DDR utilization factor
to be used in aggregation scheme. It is represented as
actual util-factor * 100.
Examples:
soc {
@@ -22,6 +28,7 @@ soc {
system_noc: interconnect@1880000 {
reg = <0x1880000 0x5f080>;
compatible = "qcom,holi-system_noc";
qcom,util-factor = <142>;
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,