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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1028a-qds-13bb.dtso

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/freescale/fsl-ls1028a-qds-13bb.dtso (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/fsl-ls1028a-qds-13bb.dtso (Version linux-6.2.16)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Device Tree fragment for LS1028A QDS board,      3  * Device Tree fragment for LS1028A QDS board, serdes 13bb
  4  *                                                  4  *
  5  * Copyright 2019-2021 NXP                          5  * Copyright 2019-2021 NXP
  6  *                                                  6  *
  7  * Requires a LS1028A QDS board with lane B re      7  * Requires a LS1028A QDS board with lane B rework.
  8  * Requires a SCH-30841 card with lane A of co      8  * Requires a SCH-30841 card with lane A of connector rewired to PHY lane C.
  9  * Set-up is a SCH-30842 card in slot 1 and SC      9  * Set-up is a SCH-30842 card in slot 1 and SCH-30841 in slot 2.
 10  */                                                10  */
 11                                                    11 
 12 /dts-v1/;                                          12 /dts-v1/;
 13 /plugin/;                                          13 /plugin/;
 14                                                    14 
 15 &mdio_slot1 {                                      15 &mdio_slot1 {
 16         #address-cells = <1>;                      16         #address-cells = <1>;
 17         #size-cells = <0>;                         17         #size-cells = <0>;
 18                                                    18 
 19         slot1_sgmii: ethernet-phy@2 {              19         slot1_sgmii: ethernet-phy@2 {
 20                 /* AQR112 */                       20                 /* AQR112 */
 21                 reg = <0x2>;                       21                 reg = <0x2>;
 22                 compatible = "ethernet-phy-iee     22                 compatible = "ethernet-phy-ieee802.3-c45";
 23         };                                         23         };
 24 };                                                 24 };
 25                                                    25 
 26 &enetc_port0 {                                     26 &enetc_port0 {
 27         phy-handle = <&slot1_sgmii>;               27         phy-handle = <&slot1_sgmii>;
 28         phy-mode = "usxgmii";                      28         phy-mode = "usxgmii";
 29         managed = "in-band-status";                29         managed = "in-band-status";
 30         status = "okay";                           30         status = "okay";
 31 };                                                 31 };
 32                                                    32 
 33 &mdio_slot2 {                                      33 &mdio_slot2 {
 34         #address-cells = <1>;                      34         #address-cells = <1>;
 35         #size-cells = <0>;                         35         #size-cells = <0>;
 36                                                    36 
 37         /* 4 ports on AQR412 */                    37         /* 4 ports on AQR412 */
 38         slot2_qxgmii0: ethernet-phy@0 {            38         slot2_qxgmii0: ethernet-phy@0 {
 39                 reg = <0x0>;                       39                 reg = <0x0>;
 40                 compatible = "ethernet-phy-iee     40                 compatible = "ethernet-phy-ieee802.3-c45";
 41         };                                         41         };
 42                                                    42 
 43         slot2_qxgmii1: ethernet-phy@1 {            43         slot2_qxgmii1: ethernet-phy@1 {
 44                 reg = <0x1>;                       44                 reg = <0x1>;
 45                 compatible = "ethernet-phy-iee     45                 compatible = "ethernet-phy-ieee802.3-c45";
 46         };                                         46         };
 47                                                    47 
 48         slot2_qxgmii2: ethernet-phy@2 {            48         slot2_qxgmii2: ethernet-phy@2 {
 49                 reg = <0x2>;                       49                 reg = <0x2>;
 50                 compatible = "ethernet-phy-iee     50                 compatible = "ethernet-phy-ieee802.3-c45";
 51         };                                         51         };
 52                                                    52 
 53         slot2_qxgmii3: ethernet-phy@3 {            53         slot2_qxgmii3: ethernet-phy@3 {
 54                 reg = <0x3>;                       54                 reg = <0x3>;
 55                 compatible = "ethernet-phy-iee     55                 compatible = "ethernet-phy-ieee802.3-c45";
 56         };                                         56         };
 57 };                                                 57 };
 58                                                    58 
 59 &mscc_felix_ports {                                59 &mscc_felix_ports {
 60         port@0 {                                   60         port@0 {
 61                 status = "okay";                   61                 status = "okay";
 62                 phy-handle = <&slot2_qxgmii0>;     62                 phy-handle = <&slot2_qxgmii0>;
 63                 phy-mode = "usxgmii";              63                 phy-mode = "usxgmii";
 64                 managed = "in-band-status";        64                 managed = "in-band-status";
 65         };                                         65         };
 66                                                    66 
 67         port@1 {                                   67         port@1 {
 68                 status = "okay";                   68                 status = "okay";
 69                 phy-handle = <&slot2_qxgmii1>;     69                 phy-handle = <&slot2_qxgmii1>;
 70                 phy-mode = "usxgmii";              70                 phy-mode = "usxgmii";
 71                 managed = "in-band-status";        71                 managed = "in-band-status";
 72         };                                         72         };
 73                                                    73 
 74         port@2 {                                   74         port@2 {
 75                 status = "okay";                   75                 status = "okay";
 76                 phy-handle = <&slot2_qxgmii2>;     76                 phy-handle = <&slot2_qxgmii2>;
 77                 phy-mode = "usxgmii";              77                 phy-mode = "usxgmii";
 78                 managed = "in-band-status";        78                 managed = "in-band-status";
 79         };                                         79         };
 80                                                    80 
 81         port@3 {                                   81         port@3 {
 82                 status = "okay";                   82                 status = "okay";
 83                 phy-handle = <&slot2_qxgmii3>;     83                 phy-handle = <&slot2_qxgmii3>;
 84                 phy-mode = "usxgmii";              84                 phy-mode = "usxgmii";
 85                 managed = "in-band-status";        85                 managed = "in-band-status";
 86         };                                         86         };
 87 };                                                 87 };
 88                                                    88 
 89 &mscc_felix {                                      89 &mscc_felix {
 90         status = "okay";                           90         status = "okay";
 91 };                                                 91 };
                                                      

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