/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-sdx55.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,gcc-sdx55.yaml# 7 title: Qualcomm Global Clock & Reset Controller on SDX55 15 power domains on SDX55 17 See also:: include/dt-bindings/clock/qcom,gcc-sdx55.h 21 const: qcom,gcc-sdx55 47 compatible = "qcom,gcc-sdx55";
|
D | qcom,a7pll.yaml | 13 The A7 PLL on the Qualcomm platforms like SDX55, SDX65 is used to provide high 19 - qcom,sdx55-a7pll 46 compatible = "qcom,sdx55-a7pll";
|
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sdx55-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sdx55-pinctrl.yaml# 7 title: Qualcomm Technologies, Inc. SDX55 TLMM block 13 Top Level Mode Multiplexer pin controller in Qualcomm SDX55 SoC. 17 const: qcom,sdx55-pinctrl 38 - $ref: "#/$defs/qcom-sdx55-tlmm-state" 41 $ref: "#/$defs/qcom-sdx55-tlmm-state" 45 qcom-sdx55-tlmm-state: 111 compatible = "qcom,sdx55-pinctrl";
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-sdx55.dtsi | 3 * SDX55 SoC device tree source 9 #include <dt-bindings/clock/qcom,gcc-sdx55.h> 12 #include <dt-bindings/interconnect/qcom,sdx55.h> 67 compatible = "qcom,scm-sdx55", "qcom,scm"; 197 compatible = "qcom,gcc-sdx55"; 217 compatible = "qcom,sdx55-usb-hs-phy", 230 compatible = "qcom,sdx55-qmp-usb3-uni-phy"; 259 compatible = "qcom,sdx55-mc-virt"; 266 compatible = "qcom,sdx55-mem-noc"; 273 compatible = "qcom,sdx55-system-noc"; [all …]
|
D | Makefile | 42 qcom-sdx55-mtp.dtb \ 43 qcom-sdx55-t55.dtb \ 44 qcom-sdx55-telit-fn980-tlb.dtb \
|
D | qcom-sdx55-mtp.dts | 9 #include "qcom-sdx55.dtsi" 15 model = "Qualcomm Technologies, Inc. SDX55 MTP"; 16 compatible = "qcom,sdx55-mtp", "qcom,sdx55";
|
D | qcom-sdx55-t55.dts | 10 #include "qcom-sdx55.dtsi" 15 compatible = "qcom,sdx55-t55", "qcom,sdx55";
|
D | qcom-sdx55-telit-fn980-tlb.dts | 10 #include "qcom-sdx55.dtsi" 15 compatible = "qcom,sdx55-telit-fn980-tlb", "qcom,sdx55";
|
D | qcom-sdx65.dtsi | 284 compatible = "qcom,sdx55-nand"; 300 compatible = "qcom,sdx65-pcie-ep", "qcom,sdx55-pcie-ep"; 430 compatible = "qcom,sdx55-mpss-pas"; 636 compatible = "qcom,sdx55-a7pll"; 644 compatible = "qcom,sdx55-apcs-gcc", "syscon";
|
/Linux-v6.6/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,sdx55-pas.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,sdx55-pas.yaml# 7 title: Qualcomm SDX55 Peripheral Authentication Service 13 Qualcomm SDX55 SoC Peripheral Authentication Service loads and boots firmware 19 - qcom,sdx55-mpss-pas 79 compatible = "qcom,sdx55-mpss-pas";
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | qcom,pcie-ep.yaml | 16 - qcom,sdx55-pcie-ep 20 - const: qcom,sdx55-pcie-ep 125 - qcom,sdx55-pcie-ep 180 #include <dt-bindings/clock/qcom,gcc-sdx55.h> 182 #include <dt-bindings/interconnect/qcom,sdx55.h> 186 compatible = "qcom,sdx55-pcie-ep";
|
/Linux-v6.6/drivers/clk/qcom/ |
D | apcs-sdx55.c | 3 * Qualcomm SDX55 APCS clock controller driver 110 * for CPUs and the SDX55 platform lacks hardware specific CPUFreq in qcom_apcs_sdx55_clk_probe() 136 .name = "qcom-sdx55-acps-clk", 143 MODULE_DESCRIPTION("Qualcomm SDX55 APCS clock driver");
|
D | Kconfig | 32 tristate "A7 PLL driver for SDX55 and SDX65" 34 Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with 36 Say Y if you want to support higher CPU frequencies on SDX55 and SDX65 59 tristate "SDX55 and SDX65 APCS Clock Controller" 63 Support for the APCS Clock Controller on SDX55, SDX65 platforms. The 66 such as SDX55, SDX65. 718 tristate "SDX55 Global Clock Controller" 722 Support for the global clock controller on SDX55 devices.
|
/Linux-v6.6/drivers/interconnect/qcom/ |
D | Makefile | 24 qnoc-sdx55-objs := sdx55.o 52 obj-$(CONFIG_INTERCONNECT_QCOM_SDX55) += qnoc-sdx55.o
|
D | sdx55.c | 3 * Qualcomm SDX55 interconnect driver 16 #include <dt-bindings/interconnect/qcom,sdx55.h> 20 #include "sdx55.h" 904 { .compatible = "qcom,sdx55-mc-virt", 906 { .compatible = "qcom,sdx55-mem-noc", 908 { .compatible = "qcom,sdx55-system-noc", 918 .name = "qnoc-sdx55", 925 MODULE_DESCRIPTION("Qualcomm SDX55 NoC driver");
|
D | Kconfig | 168 tristate "Qualcomm SDX55 interconnect driver" 173 This is a driver for the Qualcomm Network-on-Chip on sdx55-based
|
/Linux-v6.6/Documentation/devicetree/bindings/interconnect/ |
D | qcom,rpmh.yaml | 66 - qcom,sdx55-mc-virt 67 - qcom,sdx55-mem-noc 68 - qcom,sdx55-system-noc
|
/Linux-v6.6/Documentation/devicetree/bindings/phy/ |
D | qcom,msm8996-qmp-usb3-phy.yaml | 27 - qcom,sdx55-qmp-usb3-uni-phy 151 - qcom,sdx55-qmp-usb3-uni-phy 219 - qcom,sdx55-qmp-usb3-uni-phy
|
/Linux-v6.6/Documentation/devicetree/bindings/mailbox/ |
D | qcom,apcs-kpss-global.yaml | 40 - qcom,sdx55-apcs-gcc 103 - qcom,sdx55-apcs-gcc
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | qcom,nandc.yaml | 19 - qcom,sdx55-nand 106 - qcom,sdx55-nand
|
/Linux-v6.6/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.yaml | 35 - qcom,sdx55-dwc3 182 - qcom,sdx55-dwc3 364 - qcom,sdx55-dwc3
|
/Linux-v6.6/drivers/bus/mhi/ep/ |
D | Kconfig | 10 such as SDX55 modem connected to the host machine over PCIe.
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/ |
D | qcom.yaml | 72 sdx55 836 - qcom,sdx55-mtp 837 - qcom,sdx55-telit-fn980-tlb 838 - qcom,sdx55-t55 839 - const: qcom,sdx55 1082 - qcom,sdx55
|
/Linux-v6.6/drivers/bus/mhi/host/ |
D | pci_generic.c | 404 .name = "foxconn-sdx55", 587 /* EM919x (sdx55), use the same vid:pid as qcom-sdx55m */ 617 /* T99W175 (sdx55), Both for eSIM and Non-eSIM */ 620 /* DW5930e (sdx55), With eSIM, It's also T99W175 */ 623 /* DW5930e (sdx55), Non-eSIM, It's also T99W175 */ 626 /* T99W175 (sdx55), Based on Qualcomm new baseline */ 629 /* T99W175 (sdx55) */ 665 /* T99W175 (sdx55), HP variant */
|
D | Kconfig | 30 Qualcomm SDX55 based PCIe modems.
|