Lines Matching +full:rgmii +full:- +full:id

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/tesla,fsd-ethqos.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Swathi K S <swathi.ks@samsung.com>
16 - $ref: snps,dwmac.yaml#
20 const: tesla,fsd-ethqos
28 interrupt-names:
30 - const: macirq
35 - description: PTP clock
36 - description: Master bus clock
37 - description: Slave bus clock
38 - description: MAC TX clock
39 - description: MAC RX clock
40 - description: Master2 bus clock
41 - description: Slave2 bus clock
42 - description: RX MUX clock
43 - description: PHY RX clock
44 - description: PERIC RGMII clock
46 clock-names:
49 - const: ptp_ref
50 - const: master_bus
51 - const: slave_bus
52 - const: tx
53 - const: rx
54 - const: master2_bus
55 - const: slave2_bus
56 - const: eqos_rxclk_mux
57 - const: eqos_phyrxclk
58 - const: dout_peric_rgmii_clk
63 phy-mode:
65 - rgmii
66 - rgmii-id
67 - rgmii-rxid
68 - rgmii-txid
71 - compatible
72 - reg
73 - interrupts
74 - clocks
75 - clock-names
76 - iommus
77 - phy-mode
82 - |
83 #include <dt-bindings/clock/fsd-clk.h>
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 #address-cells = <2>;
87 #size-cells = <2>;
89 compatible = "tesla,fsd-ethqos";
92 interrupt-names = "macirq";
103 clock-names = "ptp_ref", "master_bus", "slave_bus","tx",
106 assigned-clocks = <&clock_peric PERIC_EQOS_PHYRXCLK_MUX>,
108 assigned-clock-parents = <&clock_peric PERIC_EQOS_PHYRXCLK>;
109 pinctrl-names = "default";
110 pinctrl-0 = <&eth1_tx_clk>, <&eth1_tx_data>, <&eth1_tx_ctrl>,
114 phy-mode = "rgmii-id";