Home
last modified time | relevance | path

Searched +full:sa8775p +full:- +full:dwmac +full:- +full:sgmii +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/phy/
Dqcom,sa8775p-dwmac-sgmii-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SerDes/SGMII ethernet PHY controller
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
13 The SerDes PHY sits between the MAC and the external PHY and provides
18 const: qcom,sa8775p-dwmac-sgmii-phy
22 - description: serdes
27 clock-names:
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/snps,dwmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Torgue <alexandre.torgue@foss.st.com>
11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>
12 - Jose Abreu <joabreu@synopsys.com>
23 - snps,dwmac
24 - snps,dwmac-3.40a
25 - snps,dwmac-3.50a
[all …]
/Linux-v6.6/drivers/phy/qualcomm/
Dphy-qcom-sgmii-eth.c1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <linux/phy/phy.h>
299 static int qcom_dwmac_sgmii_phy_calibrate(struct phy *phy) in qcom_dwmac_sgmii_phy_calibrate() argument
301 struct qcom_dwmac_sgmii_phy_data *data = phy_get_drvdata(phy); in qcom_dwmac_sgmii_phy_calibrate()
302 struct device *dev = phy->dev.parent; in qcom_dwmac_sgmii_phy_calibrate()
304 switch (data->speed) { in qcom_dwmac_sgmii_phy_calibrate()
308 qcom_dwmac_sgmii_phy_init_1g(data->regmap); in qcom_dwmac_sgmii_phy_calibrate()
311 qcom_dwmac_sgmii_phy_init_2p5g(data->regmap); in qcom_dwmac_sgmii_phy_calibrate()
315 if (qcom_dwmac_sgmii_phy_poll_status(data->regmap, in qcom_dwmac_sgmii_phy_calibrate()
318 dev_err(dev, "QSERDES_COM_C_READY_STATUS timed-out"); in qcom_dwmac_sgmii_phy_calibrate()
[all …]
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsa8775p-ride.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
11 #include "sa8775p.dtsi"
12 #include "sa8775p-pmics.dtsi"
15 model = "Qualcomm SA8775P Ride";
16 compatible = "qcom,sa8775p-ride", "qcom,sa8775p";
31 stdout-path = "serial0:115200n8";
36 regulators-0 {
[all …]
Dsa8775p.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interconnect/qcom,icc.h>
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
8 #include <dt-bindings/clock/qcom,rpmh.h>
9 #include <dt-bindings/clock/qcom,sa8775p-gcc.h>
10 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h>
11 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h>
12 #include <dt-bindings/mailbox/qcom-ipcc.h>
13 #include <dt-bindings/power/qcom-rpmpd.h>
14 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
[all …]