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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/renesas/r8a779f0-spider-ethernet.dtsi

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 /scripts/dtc/include-prefixes/arm64/renesas/r8a779f0-spider-ethernet.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/renesas/r8a779f0-spider-ethernet.dtsi (Version linux-6.7.12)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Device Tree Source for the Spider Ethernet       3  * Device Tree Source for the Spider Ethernet sub-board
  4  *                                                  4  *
  5  * Copyright (C) 2021 Renesas Electronics Corp      5  * Copyright (C) 2021 Renesas Electronics Corp.
  6  */                                                 6  */
  7                                                     7 
  8 &eth_serdes {                                       8 &eth_serdes {
  9         status = "okay";                            9         status = "okay";
 10 };                                                 10 };
 11                                                    11 
 12 &i2c4 {                                            12 &i2c4 {
 13         eeprom@52 {                                13         eeprom@52 {
 14                 compatible = "rohm,br24g01", "     14                 compatible = "rohm,br24g01", "atmel,24c01";
 15                 label = "ethernet-sub-board";      15                 label = "ethernet-sub-board";
 16                 reg = <0x52>;                      16                 reg = <0x52>;
 17                 pagesize = <8>;                    17                 pagesize = <8>;
 18         };                                         18         };
 19 };                                                 19 };
 20                                                    20 
 21 &pfc {                                             21 &pfc {
 22         tsn0_pins: tsn0 {                          22         tsn0_pins: tsn0 {
 23                 groups = "tsn0_mdio_b", "tsn0_     23                 groups = "tsn0_mdio_b", "tsn0_link_b";
 24                 function = "tsn0";                 24                 function = "tsn0";
 25                 power-source = <1800>;             25                 power-source = <1800>;
 26         };                                         26         };
 27                                                    27 
 28         tsn1_pins: tsn1 {                          28         tsn1_pins: tsn1 {
 29                 groups = "tsn1_mdio_b", "tsn1_     29                 groups = "tsn1_mdio_b", "tsn1_link_b";
 30                 function = "tsn1";                 30                 function = "tsn1";
 31                 power-source = <1800>;             31                 power-source = <1800>;
 32         };                                         32         };
 33                                                    33 
 34         tsn2_pins: tsn2 {                          34         tsn2_pins: tsn2 {
 35                 groups = "tsn2_mdio_b", "tsn2_     35                 groups = "tsn2_mdio_b", "tsn2_link_b";
 36                 function = "tsn2";                 36                 function = "tsn2";
 37                 power-source = <1800>;             37                 power-source = <1800>;
 38         };                                         38         };
 39 };                                                 39 };
 40                                                    40 
 41 &rswitch {                                         41 &rswitch {
 42         pinctrl-0 = <&tsn0_pins>, <&tsn1_pins>     42         pinctrl-0 = <&tsn0_pins>, <&tsn1_pins>, <&tsn2_pins>;
 43         pinctrl-names = "default";                 43         pinctrl-names = "default";
 44         status = "okay";                           44         status = "okay";
 45                                                    45 
 46         ethernet-ports {                           46         ethernet-ports {
 47                 #address-cells = <1>;              47                 #address-cells = <1>;
 48                 #size-cells = <0>;                 48                 #size-cells = <0>;
 49                                                    49 
 50                 port@0 {                           50                 port@0 {
 51                         reg = <0>;                 51                         reg = <0>;
 52                         phy-handle = <&u101>;      52                         phy-handle = <&u101>;
 53                         phy-mode = "sgmii";        53                         phy-mode = "sgmii";
 54                         phys = <&eth_serdes 0>     54                         phys = <&eth_serdes 0>;
 55                                                    55 
 56                         mdio {                     56                         mdio {
 57                                 #address-cells     57                                 #address-cells = <1>;
 58                                 #size-cells =      58                                 #size-cells = <0>;
 59                                                    59 
 60                                 u101: ethernet     60                                 u101: ethernet-phy@1 {
 61                                         reg =      61                                         reg = <1>;
 62                                         compat     62                                         compatible = "ethernet-phy-ieee802.3-c45";
 63                                         interr     63                                         interrupt-parent = <&gpio3>;
 64                                         interr     64                                         interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
 65                                 };                 65                                 };
 66                         };                         66                         };
 67                 };                                 67                 };
 68                 port@1 {                           68                 port@1 {
 69                         reg = <1>;                 69                         reg = <1>;
 70                         phy-handle = <&u201>;      70                         phy-handle = <&u201>;
 71                         phy-mode = "sgmii";        71                         phy-mode = "sgmii";
 72                         phys = <&eth_serdes 1>     72                         phys = <&eth_serdes 1>;
 73                                                    73 
 74                         mdio {                     74                         mdio {
 75                                 #address-cells     75                                 #address-cells = <1>;
 76                                 #size-cells =      76                                 #size-cells = <0>;
 77                                                    77 
 78                                 u201: ethernet     78                                 u201: ethernet-phy@2 {
 79                                         reg =      79                                         reg = <2>;
 80                                         compat     80                                         compatible = "ethernet-phy-ieee802.3-c45";
 81                                         interr     81                                         interrupt-parent = <&gpio3>;
 82                                         interr     82                                         interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
 83                                 };                 83                                 };
 84                         };                         84                         };
 85                 };                                 85                 };
 86                 port@2 {                           86                 port@2 {
 87                         reg = <2>;                 87                         reg = <2>;
 88                         phy-handle = <&u301>;      88                         phy-handle = <&u301>;
 89                         phy-mode = "sgmii";        89                         phy-mode = "sgmii";
 90                         phys = <&eth_serdes 2>     90                         phys = <&eth_serdes 2>;
 91                                                    91 
 92                         mdio {                     92                         mdio {
 93                                 #address-cells     93                                 #address-cells = <1>;
 94                                 #size-cells =      94                                 #size-cells = <0>;
 95                                                    95 
 96                                 u301: ethernet     96                                 u301: ethernet-phy@3 {
 97                                         reg =      97                                         reg = <3>;
 98                                         compat     98                                         compatible = "ethernet-phy-ieee802.3-c45";
 99                                         interr     99                                         interrupt-parent = <&gpio3>;
100                                         interr    100                                         interrupts = <9 IRQ_TYPE_LEVEL_LOW>;
101                                 };                101                                 };
102                         };                        102                         };
103                 };                                103                 };
104         };                                        104         };
105 };                                                105 };
                                                      

~ [ 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