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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/fsl-lx2162a-sr-som.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/freescale/fsl-lx2162a-sr-som.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm64/freescale/fsl-lx2162a-sr-som.dtsi (Architecture mips)


  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)        1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2 //                                                  2 //
  3 // Device Tree file for LX2162A-SOM                 3 // Device Tree file for LX2162A-SOM
  4 //                                                  4 //
  5 // Copyright 2021 Rabeeh Khoury <rabeeh@solid-r      5 // Copyright 2021 Rabeeh Khoury <rabeeh@solid-run.com>
  6 // Copyright 2023 Josua Mayer <josua@solid-run.      6 // Copyright 2023 Josua Mayer <josua@solid-run.com>
  7                                                     7 
  8 &crypto {                                           8 &crypto {
  9         status = "okay";                            9         status = "okay";
 10 };                                                 10 };
 11                                                    11 
 12 &dpmac17 {                                         12 &dpmac17 {
 13         phy-handle = <&ethernet_phy0>;             13         phy-handle = <&ethernet_phy0>;
 14         phy-connection-type = "rgmii-id";          14         phy-connection-type = "rgmii-id";
 15 };                                                 15 };
 16                                                    16 
 17 &emdio1 {                                          17 &emdio1 {
 18         status = "okay";                           18         status = "okay";
 19                                                    19 
 20         ethernet_phy0: ethernet-phy@1 {            20         ethernet_phy0: ethernet-phy@1 {
 21                 reg = <1>;                         21                 reg = <1>;
 22         };                                         22         };
 23 };                                                 23 };
 24                                                    24 
 25 &esdhc1 {                                          25 &esdhc1 {
 26         bus-width = <8>;                           26         bus-width = <8>;
 27         mmc-hs200-1_8v;                            27         mmc-hs200-1_8v;
 28         mmc-hs400-1_8v;                            28         mmc-hs400-1_8v;
 29         status = "okay";                           29         status = "okay";
 30 };                                                 30 };
 31                                                    31 
 32 &fspi {                                            32 &fspi {
 33         status = "okay";                           33         status = "okay";
 34                                                    34 
 35         flash@0 {                                  35         flash@0 {
 36                 compatible = "jedec,spi-nor";      36                 compatible = "jedec,spi-nor";
 37                 reg = <0>;                         37                 reg = <0>;
 38                 m25p,fast-read;                    38                 m25p,fast-read;
 39                 spi-max-frequency = <50000000>     39                 spi-max-frequency = <50000000>;
 40                 /* The following setting enabl     40                 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */
 41                 spi-rx-bus-width = <8>;            41                 spi-rx-bus-width = <8>;
 42                 spi-tx-bus-width = <1>;            42                 spi-tx-bus-width = <1>;
 43         };                                         43         };
 44 };                                                 44 };
 45                                                    45 
 46 &i2c0 {                                            46 &i2c0 {
 47         status = "okay";                           47         status = "okay";
 48                                                    48 
 49         fan-controller@18 {                        49         fan-controller@18 {
 50                 compatible = "ti,amc6821";         50                 compatible = "ti,amc6821";
 51                 reg = <0x18>;                      51                 reg = <0x18>;
 52         };                                         52         };
 53                                                    53 
 54         ddr_spd: eeprom@51 {                       54         ddr_spd: eeprom@51 {
 55                 compatible = "st,24c02", "atme     55                 compatible = "st,24c02", "atmel,24c02";
 56                 reg = <0x51>;                      56                 reg = <0x51>;
 57                 read-only;                         57                 read-only;
 58         };                                         58         };
 59                                                    59 
 60         config_eeprom: eeprom@57 {                 60         config_eeprom: eeprom@57 {
 61                 compatible = "st,24c02", "atme     61                 compatible = "st,24c02", "atmel,24c02";
 62                 reg = <0x57>;                      62                 reg = <0x57>;
 63         };                                         63         };
 64 };                                                 64 };
 65                                                    65 
 66 &i2c4 {                                            66 &i2c4 {
 67         status = "okay";                           67         status = "okay";
 68                                                    68 
 69         variable_eeprom: eeprom@54 {               69         variable_eeprom: eeprom@54 {
 70                 compatible = "st,24c2048", "at     70                 compatible = "st,24c2048", "atmel,24c2048";
 71                 reg = <0x54>;                      71                 reg = <0x54>;
 72         };                                         72         };
 73 };                                                 73 };
 74                                                    74 
 75 &i2c5 {                                            75 &i2c5 {
 76         status = "okay";                           76         status = "okay";
 77                                                    77 
 78         rtc@6f {                                   78         rtc@6f {
 79                 compatible = "microchip,mcp794     79                 compatible = "microchip,mcp7940x";
 80                 reg = <0x6f>;                      80                 reg = <0x6f>;
 81         };                                         81         };
 82 };                                                 82 };
                                                      

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