···44$id: http://devicetree.org/schemas/clock/qcom,ipq9574-nsscc.yaml#55$schema: http://devicetree.org/meta-schemas/core.yaml#6677-title: Qualcomm Networking Sub System Clock & Reset Controller on IPQ957477+title: Qualcomm Networking Sub System Clock & Reset Controller on IPQ9574 and IPQ54248899maintainers:1010 - Bjorn Andersson <andersson@kernel.org>···12121313description: |1414 Qualcomm networking sub system clock control module provides the clocks,1515- resets on IPQ95741515+ resets on IPQ9574 and IPQ542416161717- See also::1717+ See also:1818+ include/dt-bindings/clock/qcom,ipq5424-nsscc.h1819 include/dt-bindings/clock/qcom,ipq9574-nsscc.h2020+ include/dt-bindings/reset/qcom,ipq5424-nsscc.h1921 include/dt-bindings/reset/qcom,ipq9574-nsscc.h20222123properties:2224 compatible:2323- const: qcom,ipq9574-nsscc2525+ enum:2626+ - qcom,ipq5424-nsscc2727+ - qcom,ipq9574-nsscc24282529 clocks:2630 items:2731 - description: Board XO source2828- - description: CMN_PLL NSS 1200MHz (Bias PLL cc) clock source2929- - description: CMN_PLL PPE 353MHz (Bias PLL ubi nc) clock source3232+ - description: CMN_PLL NSS (Bias PLL cc) clock source. This clock rate3333+ can vary for different IPQ SoCs. For example, it is 1200 MHz on the3434+ IPQ9574 and 300 MHz on the IPQ5424.3535+ - description: CMN_PLL PPE (Bias PLL ubi nc) clock source. The clock3636+ rate can vary for different IPQ SoCs. For example, it is 353 MHz3737+ on the IPQ9574 and 375 MHz on the IPQ5424.3038 - description: GCC GPLL0 OUT AUX clock source3139 - description: Uniphy0 NSS Rx clock source3240 - description: Uniphy0 NSS Tx clock source···5042 clock-names:5143 items:5244 - const: xo5353- - const: nss_12005454- - const: ppe_3534545+ - enum:4646+ - nss_12004747+ - nss4848+ - enum:4949+ - ppe_3535050+ - ppe5551 - const: gpll0_out5652 - const: uniphy0_rx5753 - const: uniphy0_tx···72607361allOf:7462 - $ref: qcom,gcc.yaml#6363+ - if:6464+ properties:6565+ compatible:6666+ const: qcom,ipq9574-nsscc6767+ then:6868+ properties:6969+ clock-names:7070+ items:7171+ - const: xo7272+ - const: nss_12007373+ - const: ppe_3537474+ - const: gpll0_out7575+ - const: uniphy0_rx7676+ - const: uniphy0_tx7777+ - const: uniphy1_rx7878+ - const: uniphy1_tx7979+ - const: uniphy2_rx8080+ - const: uniphy2_tx8181+ - const: bus8282+ else:8383+ properties:8484+ clock-names:8585+ items:8686+ - const: xo8787+ - const: nss8888+ - const: ppe8989+ - const: gpll0_out9090+ - const: uniphy0_rx9191+ - const: uniphy0_tx9292+ - const: uniphy1_rx9393+ - const: uniphy1_tx9494+ - const: uniphy2_rx9595+ - const: uniphy2_tx9696+ - const: bus75977698unevaluatedProperties: false7799···14094 "bus";14195 #clock-cells = <1>;14296 #reset-cells = <1>;9797+ #interconnect-cells = <1>;14398 };14499...
+2-1
include/dt-bindings/clock/qcom,ipq5424-gcc.h
···11/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */22/*33 * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.44- * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.44+ * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.55 */6677#ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_IPQ5424_H···152152#define GCC_PCIE3_RCHNG_CLK 143153153#define GCC_IM_SLEEP_CLK 144154154#define GCC_XO_CLK 145155155+#define GPLL0_OUT_AUX 146155156156157#endif