Loading bindings/interconnect/qcom,holi.txt 0 → 100644 +39 −0 Original line number Diff line number Diff line QTI HOLI Network-On-Chip interconnect driver binding ----------------------------------------------------------- Required properties : - compatible : shall contain only one of the following: "qcom,holi-bimc", "qcom,holi-system_noc", "qcom,holi-config_noc", "qcom,holi-qup_virt", "qcom,holi-mmnrt_virt", "qcom,holi-mmrt_virt", - #interconnect-cells : should contain 1 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" Examples: soc { ... system_noc: interconnect@1880000 { reg = <0x1880000 0x5f080>; compatible = "qcom,holi-system_noc"; #interconnect-cells = <1>; clock-names = "bus", "bus_a"; clocks = <&rpmcc RPM_SMD_SNOC_CLK>, <&rpmcc RPM_SMD_SNOC_A_CLK>; }; config_noc: interconnect@1900000 { reg = <0x1900000 0x6200>; compatible = "qcom,holi-config_noc"; #interconnect-cells = <1>; clock-names = "bus", "bus_a"; clocks = <&rpmcc RPM_SMD_CNOC_CLK>, <&rpmcc RPM_SMD_CNOC_A_CLK>; }; }; Loading
bindings/interconnect/qcom,holi.txt 0 → 100644 +39 −0 Original line number Diff line number Diff line QTI HOLI Network-On-Chip interconnect driver binding ----------------------------------------------------------- Required properties : - compatible : shall contain only one of the following: "qcom,holi-bimc", "qcom,holi-system_noc", "qcom,holi-config_noc", "qcom,holi-qup_virt", "qcom,holi-mmnrt_virt", "qcom,holi-mmrt_virt", - #interconnect-cells : should contain 1 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" Examples: soc { ... system_noc: interconnect@1880000 { reg = <0x1880000 0x5f080>; compatible = "qcom,holi-system_noc"; #interconnect-cells = <1>; clock-names = "bus", "bus_a"; clocks = <&rpmcc RPM_SMD_SNOC_CLK>, <&rpmcc RPM_SMD_SNOC_A_CLK>; }; config_noc: interconnect@1900000 { reg = <0x1900000 0x6200>; compatible = "qcom,holi-config_noc"; #interconnect-cells = <1>; clock-names = "bus", "bus_a"; clocks = <&rpmcc RPM_SMD_CNOC_CLK>, <&rpmcc RPM_SMD_CNOC_A_CLK>; }; };