On Mon, 6 Apr 2020 15:03:06 +0300, Leonard Crestez wrote: > Add initial dt bindings for the interconnects inside i.MX chips. > Multiple external IPs are involved but SOC integration means the > software controllable interfaces are very similar. > > Main NOC node acts as interconnect provider if #interconnect-cells is > present. Currently there is a single imx interconnect provider for the > whole SOC. > > Other pieces of scalable interconnects can be present, each with their > own OPP table. > > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> > --- > .../bindings/interconnect/fsl,imx8m-noc.yaml | 101 ++++++++++++++++++ > 1 file changed, 101 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>