Lines Matching +full:ptp +full:- +full:ref

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/mscc,vsc7514-switch.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vladimir Oltean <vladimir.oltean@nxp.com>
11 - Claudiu Manoil <claudiu.manoil@nxp.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
18 packets using CPU. Additionally, PTP is supported as well as FDMA for faster
22 - if:
25 const: mscc,vsc7514-switch
27 $ref: ethernet-switch.yaml#/$defs/ethernet-ports
29 - interrupts
30 - interrupt-names
34 reg-names:
37 - if:
40 const: mscc,vsc7512-switch
42 $ref: /schemas/net/dsa/dsa.yaml#/$defs/ethernet-ports
46 reg-names:
52 - mscc,vsc7512-switch
53 - mscc,vsc7514-switch
58 - description: system target
59 - description: rewriter target
60 - description: qs target
61 - description: PTP target
62 - description: Port0 target
63 - description: Port1 target
64 - description: Port2 target
65 - description: Port3 target
66 - description: Port4 target
67 - description: Port5 target
68 - description: Port6 target
69 - description: Port7 target
70 - description: Port8 target
71 - description: Port9 target
72 - description: Port10 target
73 - description: QSystem target
74 - description: Analyzer target
75 - description: S0 target
76 - description: S1 target
77 - description: S2 target
78 - description: fdma target
80 reg-names:
83 - const: sys
84 - const: rew
85 - const: qs
86 - const: ptp
87 - const: port0
88 - const: port1
89 - const: port2
90 - const: port3
91 - const: port4
92 - const: port5
93 - const: port6
94 - const: port7
95 - const: port8
96 - const: port9
97 - const: port10
98 - const: qsys
99 - const: ana
100 - const: s0
101 - const: s1
102 - const: s2
103 - const: fdma
108 - description: PTP ready
109 - description: register based extraction
110 - description: frame dma based extraction
112 interrupt-names:
115 - const: ptp_rdy
116 - const: xtr
117 - const: fdma
120 - compatible
121 - reg
122 - reg-names
123 - ethernet-ports
129 - |
131 compatible = "mscc,vsc7514-switch";
153 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
158 interrupt-names = "ptp_rdy", "xtr", "fdma";
160 ethernet-ports {
161 #address-cells = <1>;
162 #size-cells = <0>;
166 phy-handle = <&phy0>;
167 phy-mode = "internal";
171 phy-handle = <&phy1>;
172 phy-mode = "internal";
177 - |
178 ethernet-switch@1 {
179 compatible = "mscc,vsc7512-switch";
200 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
205 ethernet-ports {
206 #address-cells = <1>;
207 #size-cells = <0>;
212 phy-handle = <&phy0>;
213 phy-mode = "internal";
217 phy-handle = <&phy1>;
218 phy-mode = "internal";