~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/net/qca,ar71xx.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/net/qca,ar71xx.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/net/qca,ar71xx.yaml (Version linux-5.13.19)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/net/qca,ar7      4 $id: http://devicetree.org/schemas/net/qca,ar71xx.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: QCA AR71XX MAC                               7 title: QCA AR71XX MAC
  8                                                     8 
  9 allOf:                                              9 allOf:
 10   - $ref: ethernet-controller.yaml#                10   - $ref: ethernet-controller.yaml#
 11                                                    11 
 12 maintainers:                                       12 maintainers:
 13   - Oleksij Rempel <o.rempel@pengutronix.de>        13   - Oleksij Rempel <o.rempel@pengutronix.de>
 14                                                    14 
 15 properties:                                        15 properties:
 16   compatible:                                      16   compatible:
 17     oneOf:                                         17     oneOf:
 18       - items:                                     18       - items:
 19           - enum:                                  19           - enum:
 20               - qca,ar7100-eth   # Atheros AR7     20               - qca,ar7100-eth   # Atheros AR7100
 21               - qca,ar7240-eth   # Atheros AR7     21               - qca,ar7240-eth   # Atheros AR7240
 22               - qca,ar7241-eth   # Atheros AR7     22               - qca,ar7241-eth   # Atheros AR7241
 23               - qca,ar7242-eth   # Atheros AR7     23               - qca,ar7242-eth   # Atheros AR7242
 24               - qca,ar9130-eth   # Atheros AR9     24               - qca,ar9130-eth   # Atheros AR9130
 25               - qca,ar9330-eth   # Atheros AR9     25               - qca,ar9330-eth   # Atheros AR9330
 26               - qca,ar9340-eth   # Atheros AR9     26               - qca,ar9340-eth   # Atheros AR9340
 27               - qca,qca9530-eth  # Qualcomm At     27               - qca,qca9530-eth  # Qualcomm Atheros QCA9530
 28               - qca,qca9550-eth  # Qualcomm At     28               - qca,qca9550-eth  # Qualcomm Atheros QCA9550
 29               - qca,qca9560-eth  # Qualcomm At     29               - qca,qca9560-eth  # Qualcomm Atheros QCA9560
 30                                                    30 
 31   reg:                                             31   reg:
 32     maxItems: 1                                    32     maxItems: 1
 33                                                    33 
 34   interrupts:                                      34   interrupts:
 35     maxItems: 1                                    35     maxItems: 1
 36                                                    36 
                                                   >>  37   '#address-cells':
                                                   >>  38     description: number of address cells for the MDIO bus
                                                   >>  39     const: 1
                                                   >>  40 
                                                   >>  41   '#size-cells':
                                                   >>  42     description: number of size cells on the MDIO bus
                                                   >>  43     const: 0
                                                   >>  44 
 37   clocks:                                          45   clocks:
 38     items:                                         46     items:
 39       - description: MAC main clock                47       - description: MAC main clock
 40       - description: MDIO clock                    48       - description: MDIO clock
 41                                                    49 
 42   clock-names:                                     50   clock-names:
 43     items:                                         51     items:
 44       - const: eth                                 52       - const: eth
 45       - const: mdio                                53       - const: mdio
 46                                                    54 
 47   resets:                                          55   resets:
 48     items:                                         56     items:
 49       - description: MAC reset                     57       - description: MAC reset
 50       - description: MDIO reset                    58       - description: MDIO reset
 51                                                    59 
 52   reset-names:                                     60   reset-names:
 53     items:                                         61     items:
 54       - const: mac                                 62       - const: mac
 55       - const: mdio                                63       - const: mdio
 56                                                    64 
 57   mdio:                                        << 
 58     $ref: mdio.yaml#                           << 
 59     unevaluatedProperties: false               << 
 60                                                << 
 61 required:                                          65 required:
 62   - compatible                                     66   - compatible
 63   - reg                                            67   - reg
 64   - interrupts                                     68   - interrupts
 65   - phy-mode                                       69   - phy-mode
 66   - clocks                                         70   - clocks
 67   - clock-names                                    71   - clock-names
 68   - resets                                         72   - resets
 69   - reset-names                                    73   - reset-names
 70                                                    74 
 71 unevaluatedProperties: false                       75 unevaluatedProperties: false
 72                                                    76 
 73 examples:                                          77 examples:
 74   # Lager board                                    78   # Lager board
 75   - |                                              79   - |
 76     eth0: ethernet@19000000 {                      80     eth0: ethernet@19000000 {
 77         compatible = "qca,ar9330-eth";             81         compatible = "qca,ar9330-eth";
 78         reg = <0x19000000 0x200>;                  82         reg = <0x19000000 0x200>;
 79         interrupts = <4>;                          83         interrupts = <4>;
 80         resets = <&rst 9>, <&rst 22>;              84         resets = <&rst 9>, <&rst 22>;
 81         reset-names = "mac", "mdio";               85         reset-names = "mac", "mdio";
 82         clocks = <&pll 1>, <&pll 2>;               86         clocks = <&pll 1>, <&pll 2>;
 83         clock-names = "eth", "mdio";               87         clock-names = "eth", "mdio";
                                                   >>  88         qca,ethcfg = <&ethcfg>;
 84         phy-mode = "mii";                          89         phy-mode = "mii";
 85         phy-handle = <&phy_port4>;                 90         phy-handle = <&phy_port4>;
 86     };                                             91     };
 87                                                    92 
 88     eth1: ethernet@1a000000 {                      93     eth1: ethernet@1a000000 {
 89         compatible = "qca,ar9330-eth";             94         compatible = "qca,ar9330-eth";
 90         reg = <0x1a000000 0x200>;                  95         reg = <0x1a000000 0x200>;
 91         interrupts = <5>;                          96         interrupts = <5>;
 92         resets = <&rst 13>, <&rst 23>;             97         resets = <&rst 13>, <&rst 23>;
 93         reset-names = "mac", "mdio";               98         reset-names = "mac", "mdio";
 94         clocks = <&pll 1>, <&pll 2>;               99         clocks = <&pll 1>, <&pll 2>;
 95         clock-names = "eth", "mdio";              100         clock-names = "eth", "mdio";
 96                                                   101 
 97         phy-mode = "gmii";                        102         phy-mode = "gmii";
 98                                                   103 
                                                   >> 104         status = "disabled";
                                                   >> 105 
 99         fixed-link {                              106         fixed-link {
100             speed = <1000>;                       107             speed = <1000>;
101             full-duplex;                          108             full-duplex;
102         };                                        109         };
103                                                   110 
104         mdio {                                    111         mdio {
105             #address-cells = <1>;                 112             #address-cells = <1>;
106             #size-cells = <0>;                    113             #size-cells = <0>;
107                                                   114 
108             switch10: switch@10 {                 115             switch10: switch@10 {
                                                   >> 116                 #address-cells = <1>;
                                                   >> 117                 #size-cells = <0>;
                                                   >> 118 
109                 compatible = "qca,ar9331-switc    119                 compatible = "qca,ar9331-switch";
110                 reg = <0x10>;                     120                 reg = <0x10>;
111                 resets = <&rst 8>;                121                 resets = <&rst 8>;
112                 reset-names = "switch";           122                 reset-names = "switch";
113                                                   123 
114                 interrupt-parent = <&miscintc>    124                 interrupt-parent = <&miscintc>;
115                 interrupts = <12>;                125                 interrupts = <12>;
116                                                   126 
117                 interrupt-controller;             127                 interrupt-controller;
118                 #interrupt-cells = <1>;           128                 #interrupt-cells = <1>;
119                                                   129 
120                 ports {                           130                 ports {
121                     #address-cells = <1>;         131                     #address-cells = <1>;
122                     #size-cells = <0>;            132                     #size-cells = <0>;
123                                                   133 
124                     switch_port0: port@0 {        134                     switch_port0: port@0 {
125                         reg = <0x0>;              135                         reg = <0x0>;
                                                   >> 136                         label = "cpu";
126                         ethernet = <&eth1>;       137                         ethernet = <&eth1>;
127                                                   138 
128                         phy-mode = "gmii";        139                         phy-mode = "gmii";
129                                                   140 
130                         fixed-link {              141                         fixed-link {
131                             speed = <1000>;       142                             speed = <1000>;
132                             full-duplex;          143                             full-duplex;
133                         };                        144                         };
134                     };                            145                     };
135                                                   146 
136                     switch_port1: port@1 {        147                     switch_port1: port@1 {
137                         reg = <0x1>;              148                         reg = <0x1>;
138                         phy-handle = <&phy_por    149                         phy-handle = <&phy_port0>;
139                         phy-mode = "internal";    150                         phy-mode = "internal";
                                                   >> 151 
                                                   >> 152                         status = "disabled";
140                     };                            153                     };
141                                                   154 
142                     switch_port2: port@2 {        155                     switch_port2: port@2 {
143                         reg = <0x2>;              156                         reg = <0x2>;
144                         phy-handle = <&phy_por    157                         phy-handle = <&phy_port1>;
145                         phy-mode = "internal";    158                         phy-mode = "internal";
                                                   >> 159 
                                                   >> 160                         status = "disabled";
146                     };                            161                     };
147                                                   162 
148                     switch_port3: port@3 {        163                     switch_port3: port@3 {
149                         reg = <0x3>;              164                         reg = <0x3>;
150                         phy-handle = <&phy_por    165                         phy-handle = <&phy_port2>;
151                         phy-mode = "internal";    166                         phy-mode = "internal";
                                                   >> 167 
                                                   >> 168                         status = "disabled";
152                     };                            169                     };
153                                                   170 
154                     switch_port4: port@4 {        171                     switch_port4: port@4 {
155                         reg = <0x4>;              172                         reg = <0x4>;
156                         phy-handle = <&phy_por    173                         phy-handle = <&phy_port3>;
157                         phy-mode = "internal";    174                         phy-mode = "internal";
                                                   >> 175 
                                                   >> 176                         status = "disabled";
158                     };                            177                     };
159                 };                                178                 };
160                                                   179 
161                 mdio {                            180                 mdio {
162                     #address-cells = <1>;         181                     #address-cells = <1>;
163                     #size-cells = <0>;            182                     #size-cells = <0>;
164                                                   183 
165                     interrupt-parent = <&switc    184                     interrupt-parent = <&switch10>;
166                                                   185 
167                     phy_port0: ethernet-phy@0  !! 186                     phy_port0: phy@0 {
168                         reg = <0x0>;              187                         reg = <0x0>;
169                         interrupts = <0>;         188                         interrupts = <0>;
                                                   >> 189                         status = "disabled";
170                     };                            190                     };
171                                                   191 
172                     phy_port1: ethernet-phy@1  !! 192                     phy_port1: phy@1 {
173                         reg = <0x1>;              193                         reg = <0x1>;
174                         interrupts = <0>;         194                         interrupts = <0>;
                                                   >> 195                         status = "disabled";
175                     };                            196                     };
176                                                   197 
177                     phy_port2: ethernet-phy@2  !! 198                     phy_port2: phy@2 {
178                         reg = <0x2>;              199                         reg = <0x2>;
179                         interrupts = <0>;         200                         interrupts = <0>;
                                                   >> 201                         status = "disabled";
180                     };                            202                     };
181                                                   203 
182                     phy_port3: ethernet-phy@3  !! 204                     phy_port3: phy@3 {
183                         reg = <0x3>;              205                         reg = <0x3>;
184                         interrupts = <0>;         206                         interrupts = <0>;
                                                   >> 207                         status = "disabled";
185                     };                            208                     };
186                                                   209 
187                     phy_port4: ethernet-phy@4  !! 210                     phy_port4: phy@4 {
188                         reg = <0x4>;              211                         reg = <0x4>;
189                         interrupts = <0>;         212                         interrupts = <0>;
                                                   >> 213                         status = "disabled";
190                     };                            214                     };
191                 };                                215                 };
192             };                                    216             };
193         };                                        217         };
194     };                                            218     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php