Lines Matching +full:gcc +full:- +full:sm8150

1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bhupesh Sharma <bhupesh.sharma@linaro.org>
17 - $ref: snps,dwmac.yaml#
22 - qcom,qcs404-ethqos
23 - qcom,sa8775p-ethqos
24 - qcom,sc8280xp-ethqos
25 - qcom,sm8150-ethqos
30 reg-names:
32 - const: stmmaceth
33 - const: rgmii
38 - description: Combined signal for various interrupt events
39 - description: The interrupt that occurs when Rx exits the LPI state
41 interrupt-names:
44 - const: macirq
45 - const: eth_lpi
50 clock-names:
52 - const: stmmaceth
53 - const: pclk
54 - const: ptp_ref
55 - enum:
56 - rgmii
57 - phyaux
64 phy-names:
68 - compatible
69 - clocks
70 - clock-names
71 - reg-names
76 - |
77 #include <dt-bindings/interrupt-controller/arm-gic.h>
78 #include <dt-bindings/clock/qcom,gcc-qcs404.h>
79 #include <dt-bindings/gpio/gpio.h>
82 compatible = "qcom,qcs404-ethqos";
85 reg-names = "stmmaceth", "rgmii";
86 clock-names = "stmmaceth", "pclk", "ptp_ref", "rgmii";
87 clocks = <&gcc GCC_ETH_AXI_CLK>,
88 <&gcc GCC_ETH_SLAVE_AHB_CLK>,
89 <&gcc GCC_ETH_PTP_CLK>,
90 <&gcc GCC_ETH_RGMII_CLK>;
93 interrupt-names = "macirq", "eth_lpi";
95 rx-fifo-depth = <4096>;
96 tx-fifo-depth = <4096>;
99 snps,reset-gpio = <&tlmm 60 GPIO_ACTIVE_LOW>;
100 snps,reset-active-low;
101 snps,reset-delays-us = <0 10000 10000>;
103 pinctrl-names = "default";
104 pinctrl-0 = <&ethernet_defaults>;
106 phy-handle = <&phy1>;
107 phy-mode = "rgmii";
109 #address-cells = <0x1>;
110 #size-cells = <0x0>;
112 compatible = "snps,dwmac-mdio";
114 compatible = "ethernet-phy-ieee802.3-c22";
115 device_type = "ethernet-phy";
118 #phy-cells = <0>;